body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:url(../grfx/backgrounds/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#shadow {
	width: 971px;
	background:url(../grfx/shadow.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;

	
}

#container {
	width: 925px;	
	background:url(../grfx/backgrounds/content_bg.jpg) repeat-x #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: left;
	
}

	* html #container {
		margin-left: 8px;	
	}

	

	

#header {
	width: 925px;
	float: left;
	height: 222px;
	
}



	#logo {
		float: left;
		width: 234px;
	}
	
	#flash {
		float: left;
		width: 690px;
	}
	
#content_wrapper {
	clear: both;
	float: left;
	background-color: #fff;
	width: 864px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-top: -11px;
	padding: 30px;
	line-height: 160%;
	
}

	#left_panel {
		float: left;
		padding-right: 30px;
		width: 230px;		
	}
	
	#content {
		float: left;
		width: 600px;
	}
	
	#internal_content {
		float: left;
		width: 860px;
	}
	
		#contact_table {
			width: 650px;
		}
		
		* html #contact_table {
			width: 500px;
		}
		
			.location_map img {
				margin-top: 50px;
			}
		
			#contact_table td {
				vertical-align: top;
				
			}
		
		#gallery_images {
			margin-left: 11px;
		}
	
	#properties_table {
		width: 550px;
	}
		
		#properties_table td {
			vertical-align: top;
		}
	
		#properties_table img {
			border: 1px solid #ccc;
			padding: 1px;
		}
	
	#forms {		
		width: 540px;		
	}
	
	#forms2 {
		margin-left: 15px;
	
	}
	
		#form_key {
			float: right;			
			width: 150px;
		}
	
		#form1 {
			float:left;
			padding-right: 10px;
		}
		
		#form2 {
			float:left;
		}
		
		.key {
			padding-top: 10px;
			padding-left: 30px;
		}
		
		#google_map {
			margin-left: -10px;
		}
		
		#bottom_contact {
			width: 800px;
			margin-left: -250px;
			margin-top: 300px;
		
		}
		
			*:first-child+html #bottom_contact {
				margin-top: 20px;
			}
			
			* html #bottom_contact {
				margin-top: 20px;
				position: relative;
				z-index: 5;
			}
	
#footer {
	clear: both;
	width: 925px;
	background-color: #dcc8a6;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	color: #fff;
	line-height: 150%;
	font-size: 10px;
	


}

	

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #8d7b5d;
}

#footer .ftcopy a {
	font-weight: normal;
}
	