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

html, body {
	text-align: justify;
	font-size: 15px;
	font-family: "Calisto MT", verdana, arial, sans-serif;
	color: #444;
	background: url(../images/bg2.jpg) top center no-repeat #100e0f; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 40px; 
		font-weight: normal;
		color: #3165ae;
		margin: 10px 0 10px 0;
		font-family: "Brush Script MT", Mistral;
		width: 100%;
		border-bottom: 2px solid #3165ae; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 999px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 999px;
		height: 339px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 999px;
		height: 63px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 63px; }
			
	/*** BANNER ***/
	#banner {
		width: 999px;
		height: 199px;
		float: left; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 959px;
		padding: 0 20px;
		min-height: 500px;
		float: left;
		background: url(../images/content_bg.jpg) bottom left no-repeat #fff; }
	
		/*** CONTENT ***/
		#content {
			width: 799px;
			padding: 0 10px 0 0;
			float: left; }
		
		/*** SIDEBAR ***/
		#sidebar {
			width: 150px;
			margin: 10px 0 0 0;
			float: left; }
			
			.quotePictures {
				width: 150px;
				height: 150px;
				margin: 10px 0 0 0;
				float: left; }
		
		/*** LISTINGS TITLE CHANGE ***/
		#listingContent h1 {
			line-height: 35px; }
		
	/*** FOOTER ***/
	#footer {
		width: 999px;
		height: 270px;
		background: url(../images/footer_bg.jpg) top left no-repeat;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 250px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 250px 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 */