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

html, body {
	height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #444;
	background: url(/images/bg.jpg) top center no-repeat #fff; }

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


/************* STRUCTURE STYLES ***/
#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto; 
	background: #3d3f43; }
	
	* html #wrapper { height: 100%; } /* IE6 FIX */

	
	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 900px; 
		height: 91px; 
		background: url(/images/header.jpg) no-repeat; }
	
	
	/*** BANNER STYLES ***/
	#banner { 
		display: block; 
		width: 900px; 
		height: 295px; 
		background: url(/images/banner.jpg) no-repeat;
		border: 3px solid #fff;
		border-width: 3px 0; }
	
	
	/*** NAV STYLES ***/
	ul#nav { 
		display: block;
		width: 860px;
		height: 50px;
		padding: 0 20px;
		list-style: none;
		text-align: right;
		color: #fff;
		background: url(/images/nav_bg.jpg) top right no-repeat; }
		
		ul#nav li {
			float: right;
			margin: 0 0 0 25px;
			font-size: 14px; }
		
			ul#nav li a { 
				text-decoration: none;
				line-height: 46px;
				color: #fff;
				opacity: 0.9999; }
					
	
	/*** CONTENT STYLES ***/
	#content { 
		padding: 20px 20px 100px 20px; 
		text-align: left; 
		color: #fff; }


/*** FOOTER STYLES ***/
#footer {
	position: relative;
	display: block; 
	width: 860px; 
	height: 50px; 
	margin: -71px auto 0 auto;
	padding: 20px 20px 0 20px;
	font-size: 90%;
	text-align: left;
	color: #c7c7c7; 
	background: #1f1f1f; 
	border-top: 1px solid #757575; }

	#footer p { margin: 0 0 5px 0; }

	#footer p.poweredby { 
		float: right; 
		text-align: right; }

		#footer a:link,
		#footer a:visited { color: #c7c7c7; }
	
		#footer p.poweredby a { margin: 0 0 0 10px; }




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