@charset "utf-8";
/* CSS Document */

/*
******		Dark Brown #0e0707
******		Off White Navigation #eeeae0
******		burgendy - #43181b
******

*/

html, body {height: 100%; margin:0; padding:0;}
body {background:url(../images/images/bg.jpg) repeat-x top #202323; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#7c8082;  }
#wrapper {width:925px; margin:0 auto; background:url(../images/images/wrap_bg.jpg) repeat-y; min-height: 100%; height: auto !important;	height: 100%;	margin: 0 auto -63px; margin-top:0px; /* the bottom margin is the negative value of the footer's height */}
#footer, .push {height: 63px; /* .push must be the same height as .footer */}
#footer {background: #000000 url(../images/images/footer.jpg) no-repeat scroll -1px 0; width:924px; margin: 0 auto; text-align:center; padding-top:0px;}
#footer p {padding-top:20px;}
#header {height:72px; background:url(../images/images/header.jpg) no-repeat;}
.nav{list-style:none; width:921px; margin-left:3px; margin-bottom:3px; line-height:44px; height:44px; background:url(../images/images/nav_bg.jpg) repeat-x; }
.nav li {float:left; background:url(../images/images/nav_sep.jpg) no-repeat right top; margin-left:10px;}
.nav li a {padding-left:10px; padding-right:10px; font-family:Tahoma, Geneva, sans-serif; font-size:11px; color:#000; text-decoration:none; padding-left:10px; padding-right:30px; }
.nav li a:hover {text-decoration:underline;}
.nav .first {margin-left:60px;}
.nav .last {background:none;}

#content { vertical-align:top;}
#left-side {width:220px; margin-left:10px; float:left; }
#right-side {width:668px; float:left; margin-left:16px; }
#left-side .box { width:219px; margin:0px auto 10px; background:#f7f8f8; padding:1px; border:1px solid #d3d4d5;}
#left-side .box h1 {margin:0; height:30px; line-height:30px; background: url(../images/images/arrow.jpg) 7px 7px no-repeat #232425; padding-left:35px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f4f4f4; font-weight:bold;}
#left-side .box p {margin-bottom:10px; padding:3px 18px;}
#left-side a.more {background:#232425; border:1px solid #D3D4D5; color:#F7F8F8; display:block; height:25px; line-height:25px; margin-bottom:6px; margin-left:130px; text-align:center; width:80px;}
#left-side a.more:hover {background:#F7F8F8; border:1px solid #D3D4D5; color:#232425;}


#right-side p span, #right-side h2 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:500; line-height:160%; font-size:14px; margin-top:0; margin-bottom:10px;}
#right-side p {line-height:160%; margin-top:0; margin-bottom:10px;}
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


