@charset "utf-8";
body {
	background: #d5d68e url(../img/bodyBG.jpg) left top repeat-x;
}
#container {
	width: 950px;
	background: #dcdc94;
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #dcdc94 url(../img/headerBG.jpg) top left no-repeat; 
	height: 150px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #646539;
}
#header h1 {
	text-indent: -9009px;
}
#nav {
	background: #646539;
	width: 610px;
	padding: 5px 25px;
	float: right;
	width: 610px;
	text-align: right;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	padding: 0 10px;
	
}
#nav ul li a {
	color: #e4e5c6;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #e1e581;
}
#mainContent {
	padding: 10px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e4e5c6;
	float: right;
	width: 609px;
	clear: right;
	text-align: justify;
	border-left: 1px solid #646539;
	border-bottom: 5px solid #646539;
	margin-bottom: 10px;
}
#mainContent p,li {
	font-size:14px;
}
#mainContent h1 {
	color: #949819;
}
#mainContent h2 {
	color: #a8a992;
}
#sidebar1 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-home.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar1 h3 {
	margin-bottom:4px;
}
#sidebar2 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-sub.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar2 h3 {
	margin-bottom:4px;
}
#sidebar-nav {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 200px auto 10px auto;
	border: 1px solid #e4e5c6;
	text-align: right;
}
#sidebar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar-nav ul li {
	display: block;
	width: 260px;
	border-bottom: 1px solid #e4e5c6;	
}
#sidebar-nav ul li.last {
	border-bottom: none;	
}
#sidebar-nav ul li a {
	color: #e4e5c6;
	font-weight: bold;
	display: block;
	background: #969856;
	width: 250px;
	padding: 3px 0;
	text-decoration: none;
	padding-right: 10px;
}
#sidebar-nav ul li a:hover {
	background: #646539;
}
#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #969856;
	color: #e4e5c6;
	text-align: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #e4e5c6;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #e1e581;
	text-decoration: underline;
}
#clear {
	clear: both;
}
.imgR {
	float: right;
	margin-left: 10px;
	clear: right;
	border: 1px solid #FFF;
}
.imgR1 {
	float: right;
	margin-left: 10px;
	clear: right;
	margin-top: 50px;
	border: 1px solid #FFF;
}
.imgL {
	float: left;
	margin-right: 10px;
	border: 1px solid #FFF;
	clear: left;
}
