/************* 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: #154260; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #51789a;
		margin: 10px 0 10px 0; }
		
	#shareListing h5 {
		color: #0b6666;
	 	font-size: 14px; }
		
	a:link, a:visited { color: #51789a; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 1036px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 1036px;
		height: 203px;
		float: left;
		text-align: right;
		background: url(../images/header.jpg) }
		
	#headerFr {
		width: 1036px;
		height: 203px;
		float: left;
		text-align: right;
		background: url(../images/header_fr.jpg) }
		
		#header a, #headerFr a {
			color: #fff;
			text-decoration: none;
			margin: 20px; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 1036px;
		height: 48px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 48px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 976px;
		min-height: 500px;
		text-align: justify;
		padding: 0 30px 10px 30px;
		float: left;
		background: #fff; }
		
	/*** FOOTER ***/
	#footer {
		width: 1036px;
		height: 52px;
		background: url(../images/footer_bg.jpg) top left no-repeat;
		text-align: left;
		float: left;
		margin: 0 auto; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 10px 0 0 15px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 10px 15px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
			
	/*** FORM FIX ***/
	.leftColumn {
		text-align: left; }
		
/*** 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 */
