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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(images/bg.jpg) top center repeat-x #9f9369; }


	/*** FONT STYLES ***/	
	h1 { font-size: 180%; font-weight: normal; }
	
	a:link, a:visited { color: #fff; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }

	a:focus, a:hover, a:active { outline:none }  

/************* STRUCTURE STYLES ***/
img#printlogo { display: none; }

#wrapper { 
	width: 891px; 
	margin: 0 auto; }
	
	
	/*** TOPBAR STYLES ***/
	#topbar { 
		display: block; 
		width: 891px; 
		height: 13px;
		padding: 21px 0 0 0;
		font-size: 13px;
		text-transform: uppercase;
		color: #fff; }
		
		#topbar p.left { 
			float: left; 
			text-align: left; }
		
		#topbar p.right { 
			float: right; 
			text-align: right; }
	
	
	/*** HEADER STYLES ***/
	#header { 
		display: block;
		float: left; 
		width: 891px; 
		height: 118px; }


	/*** NAV STYLES ***/
	ul#nav { 
		height: 60px; 
		list-style: none;
		float: left; }
	
		ul#nav li { 
			float: left; 
			height: 60px; }

	
	/*** CONTENT STYLES ***/
	#content {
		width: 851px;
		min-height: 340px;
		padding: 20px; 
		text-align: left; 
		color: #e6e3d4;
		float: left; 
		background: url(images/content_bg.jpg) top left no-repeat #970403; }
		
		#content li {
			margin: 0 0 0 20px; }
		
		* html #content { height: 340px; } /* IE6 FIX */
	

/*** FOOTER STYLES ***/
#footer { 
	display: block; 
	width: 891px; 
	float: left;
	margin: 0 auto;
	padding: 75px 0 10px 0;
	font-size: 90%;
	background: url(images/footer_bg.png) top left no-repeat; }
	
	#footer p { margin: 0 0 4px 0; }

				#footer a:link{text-decoration:underline; color:#333; }
				#footer a:hover{text-decoration:underline; color:#333; }
				#footer a:visited{text-decoration:underline; color:#333; }


/*** 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 */