/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	font-size: 11px;
	font-family: "Verdana", arial, sans-serif;
	line-height: 18px;
	text-align: center;
	color: #333;
	background: url(/images/bg.jpg) top left repeat #555e49; }
	
h1 { 
	margin: 0 0 15px 0; 
	font-family: "Georgia"; 
	font-weight: normal; }

h1 strong { color: #5e4854; }

a:link, a:visited { color: #333; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }
	
	
/************* STRUCTURE STYLES ***/	
#shim { 
	width: 904px; 
	height: 25px; 
	margin: 0 auto; }

#wrapper { width: 904px; margin: 0 auto; }


	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 904px; 
		height: 183px; 
		background: url(/images/header.jpg) top left no-repeat; }

	
	/*** NAV STYLES ***/	
	ul#nav { height: 33px; list-style-type: none; list-style-position: outside; }	
	
		ul#nav li { 
			float: left; 
			height: 33px;
			margin-bottom: 15px; }

	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapperTop { height: 20px; margin-bottom: -5px; }
	
	* html #contentWrapperTop { margin-bottom: -2px; }
	
	#contentOuterWrapper { background: url(/images/contentWrapper_bg.jpg) top left repeat-y; }
	
		#contentInnerWrapper { 
			width: 904px; 
			background: url(/images/contentWrapperBottom_bg.jpg) bottom left no-repeat; }

		
		/*** CONTENT STYLES ***/
		#content { 
			float: left;
			width: 662px;
			min-height: 450px;
			margin: 0 0 10px 1px;
			padding: 0 20px;
			text-align: left; }
			
			#content table { width: 100%; }
			
				#content table td { padding: 5px; }
		
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left;
			width: 199px;
			margin: 0 0 5px 1px; }
			
			#sidebar a { display: block; margin: 0 0 10px 0; }
			
			#sidebar img { border: 1px solid #fff; }
		
		
/*** FOOTER STYLES ***/
#footer { 
	width: 904px; 
	height: 45px; 
	margin: 15px auto 10px auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 9px; 
	color: #fff;
	background: url(/images/footer_bg.jpg) top left no-repeat; }
	
	#footer a:link, #footer a:visited { text-transform: uppercase; color: #fff; }
	
	#footer strong a:link, #footer strong a:visited { text-transform: none; }
	
	#footer p { margin: 0 0 2px 0; }



/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
