/* CSS Document */

body{ background:#EFF1DF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
.clear {clear:both;}
.hide { display:none;}
#wrapper { width:760px; margin:0px auto 20px;  background:#B39175;}
#header { height:118px; }
#mainContent {}

#leftNav { width:265px; float:left; }

#leftNav ul { margin:25px 0 auto 20px;}
#leftNav ul li {

	list-style-image:url(images/page_bullet.jpg);
	list-style-position: outside;
	height:1.6em;
	font-weight:bold;
}
#leftNav ul li a{ color:#fff; text-decoration:none;}
#leftNav p { margin:100px 0 0 40px; font-size:1.2em; color:#fff;}
#rightPic {float: right; width:494px;}

.leftContent { width:265px; float:left; color:#fff;}
.rightContent {
	float:right;
	background:#F9FBE8;
	width:475px;
	padding:10px;
	font-size:1em;
	text-align: justify;
	
	
	
}
.rightContent p {color:#333;}
.rightContent  a { color:#666; text-decoration:none;}
.rightContent  a:hover { text-decoration:underline;}



.rightContent h3{ color:#000;}
.container{ background:url(images/spacer.gif) repeat-y}
#footer {}
#subfooter { background:#EFF1DF;}
#subfooter div.left { color:#829248; float:left; background:#EFF1DF;}
#subfooter div.left a {  color:#829248;}

#subfooter div.right {
	color:#ABB657;
	float:right;
	display: none;
}
#subfooter div.right a { color:#666;}
#subfooter div.left a:hover, #subfooter div.right a:hover { text-decoration:none;}
