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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", arial, sans-serif;
	line-height: 14px;
	color: #666;
	background: url(images/bg.jpg) top left repeat-x #892034; }
	
h1 { margin-bottom: 10px; font-size: 20px; color: #892034; }

a:link, a:visited { color: #666; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 649px; 
	margin: 0 auto; 
	background: #fff; 
	border: 2px solid #fff; }

	
	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 649px; 
		height: 207px; 
		margin-bottom: 2px; }
	
	
	/*** NAV STYLES ***/
	ul#nav { 
		display: block; 
		height: 33px;
		margin-bottom: 2px;
		list-style-type: none; 
		list-style-position: outside; }
	
		ul#nav li { float: left; }
		
			ul#nav li a { height: 33px; }
			

	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { width: 629px; padding: 10px; }
	
		
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 382px; 
			min-height: 100px; 
			margin-right: 10px;
			text-align: justify; }
			
			#content.inside { width: 617px; margin-right: 0; }
			
			#content table { width: 100%; }
		
				#content table tr td { padding: 5px; }
			
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left; 
			width: 235px; }
		
		
		#featuredListing { 
			display: block; 
			width: 587px; 
			height: 119px;
			margin-top: 50px; 
			padding: 20px;
			text-align: left;
			color: #fff;
			background: url(images/featuredlisting_bg.jpg) top left no-repeat; }
			
			#featuredListing a#listingPhoto img { float: left; margin-right: 20px; border: 2px solid #fff; }
			
			#featuredListing div.info { margin: 30px 0 0 0; }
			
			#featuredListing h3 { font-size: 140%; margin-bottom: 5px; }
			
			#featuredListing a:link, #featuredListing a:visited { color: #fff; }
			
			
		

/*** FOOTER STYLES ***/	
#footer { 
	width: 644px; 
	height: 39px; 
	margin: 0 auto;
	padding: 5px 0 0 5px;
	text-align: left;
	color: #fff;
	background: url(images/footer_bg.jpg) top left no-repeat;
	border: 2px solid #fff;
	border-width: 0 2px 2px 2px; }
	
	#footer p { margin-bottom: 4px; }
	
	#footer a:link, #footer a:visited { font-weight: bold; color: #fff; }