/************* 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 left repeat-x #fff; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #cc3300;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #cc3300; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 193px;
		height: 343px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li {
			margin: 0 0 -3px 0; }
	
	/*** HEADER ***/
	#header {
		width: 757px;
		height: 343px;
		float: left;
		background: url(../images/header.jpg) right no-repeat; }
		
		#header img {
			float: right;
			margin: 308px 0 0 0; }

	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 950px;
		float: left;
		min-height: 500px;
		text-align: justify;
		background: url(../images/content_bg.jpg) top left no-repeat; }
	
		/*** CONTENT ***/
		#content {}
		
			#content li {
				margin: 0 0 0 40px; }	

	/*** NAVIGATION ***/
	ul#subFooter { 
		width: 643px;
		height: 61px;
		margin: 0 auto;
		list-style: none; }
		
		ul#subFooter li { 
			float: left; 
			height: 61px;
			margin: 0 10px; }

/*** FOOTER ***/
#footer {
	width: 100%;
	height: 150px;
	background: #cc3300;
	text-align: left;
	float: left;
	margin: 0 auto; }
	
	
	#footerContent {
		width: 950px;
		margin: 0 auto; }
		
		#footer p { 
			font-size: 12px;
			color: #fff;
			margin: 50px 0 0 10px; }
			
			#footer a:link, #footer a:hover, #footer a:visited {
				text-decoration: underline;
				color: #fff; }


		#footer p.poweredby { 
			float: right;
			margin: 0 10px 0 0;
			text-align: right; }
	
		#footer p.poweredby a { margin: 0 0 0 20px; }		
			
			

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