body,
	html {
	padding:0;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: auto;
	}
	
#wrap {
	width:80%;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 20px #C0C0C0; 
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
#header {
	width: 100%;
	padding: 0px;
	margin-top: 1em;
	
	}
	
	
	
#header img{
	width: 100%;
	height: auto;
	padding-bottom:0;
	margin-bottom:0;
	display: block;
	}

p{

	font-size:1em;
	}
	
#nav {	
	line-height: .2em;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #000000;
	color: #000000;
	font-size: 1.2em;
	width: 100%;
	}



#nav ul{
	list-style: none;
	text-align:left;
	}
	
#nav ul li{
	display: inline;
	padding-right: 2.5em;
	color:#000000;
	}
	
a{
	text-decoration:none;
	color:#606060;
	}
	
 a:visited{
	color:#606060;
	text-decoration:none;
	}
a:hover{
	color:#0000F0;
	text-decoration:none;
	}

#sidebar {
	float:left;
	width:25%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 4%;
	
	}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar li {
	display: block;
	border-radius:5px;
	height: 25px;
	line-height: 25px;
	border: 1px solid rgb(211, 173, 52);
	border: 1px solid #909090;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight:bold;
	color: #606060;
	background-color: rgb(235, 235, 235);
	background-color: rgb(201, 163, 42);
}
#sidebar a:link {
	text-decoration: none;
	color: #404040;
	display: block;
	height: 25px;
	padding-left: 15px;
	
	font-weight:bold;
}
#sidebar a:visited {
	text-decoration: none;
	color: #333333;
	color: #404040;
	display: block;
	height: 25px;
	padding-left: 15px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #3E5162;
	display: block;
	padding-left: 15px;
	background-color: #FBF8F3;
}

.links	{
	padding:4px;
	border:1px solid rgb(230, 230, 240);
	border:1px solid rgb(211, 173, 52);
	border-radius:10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(241, 203, 92);
}
	
#main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

#article {
	width: 67%;
	padding-right: 1em;
	margin-right: auto;
	margin-left: auto;
	}

/*#main img{
	margin-bottom:.5em;
	margin-top: 4em;
	height: auto;
	}*/

.box1 {
	padding-top:0.8em;
	border:1px solid rgb(230, 230, 230);
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	background-color: rgb(248, 248, 248);
}

#bottom-row{
	clear:both;
	}
	
#footer2 {
	height: 50px;
	padding: 0.8em;
	margin-top: 4em;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: rgb(60, 60, 60);
}

.footerfont { font-size: 14px;
	COLOR: #909090;
	}

* html #footer {
	height:1px;
	}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


@media screen and (max-width: 1100px) {

#wrap {
	width:96%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
	
#sidebar {
	float:left;
	width:30%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 4%;
	
	}

#article {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	}

p{
	text-align:left;
	}
	
#nav {	
	line-height: .15em;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #000000;
	color: #000000;
	font-size: .8em;
	width: 100%;
}

#nav ul{
	list-style: none;
	text-align:left;
	}
	
#nav ul li{
	display: inline;
	padding-right: 1.8em;
	color:#000000;
	}
	
#header {
	width: 100%;
	height:auto;
	}

}

@media screen and (max-width: 850px) {
#sidebar {
	float:left;
	width:42%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 4%;
	
	}

#article {
	width: 90%;
	}

}

p{
	text-align:left;
	}

@media screen and (max-width: 600px) {

#wrap {
	width:98%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}

p{
	text-align:left;
	}
	
#nav {	
	line-height: .1em;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #000000;
	color: #000000;
	font-size: .7em;
	width: 100%;
	}



#nav ul{
	list-style: none;
	text-align:left;
	}
	
#nav ul li{
	display: inline;
	padding-right: 1.5em;
	color:#000000;
	}
	
#header {
	width: 100%;
	height:auto;
	}
	
#sidebar {
	float:left;
	width:65%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 4%;
	
	}

#article {
	width: 90%;
	}

}

@media screen and (max-width: 400px) {

#wrap {
	width:98%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
	
#sidebar {
	float:left;
	width:90%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 4%;
	
	}

p{
	text-align:left;
	}
	
#nav {	
	line-height: .1em;
	border-top-width: thin;
	border-top-style:solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #000000;
	color: #000000;
	font-size: .5em;
	width: 100%;
	}

#nav ul{
	list-style: none;
	text-align:left;
	}
	
#nav ul li{
	display: inline;
	padding-right: 0.25em;
	color:#000000;
	}
	
#header {
	width: 100%;
	height:auto;
	}

}

