html {
	min-width: 	 800px;
}
body {
	margin: 		 0;
	padding: 		 0;
	border: 		 0;
	text-align:  center;
	background:  #FFFFD8 url(./../images/header_bg.png) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	 12px;
	height:			 100%;
}
img {
	border: 		none;
}
/*input, select, textarea {
	background: #fff;
	border: 		1px solid #ccc;
	font-size: 	11px;
	padding:		2px;
}*/
input.button {
}
h1, h2, h3, h4 {
	color: #585858;
}
h1 a, h2 a, h3 a, h4 a {
	color: #F7A700;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #585858;
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#container {
	width: 			800px;
	margin: 		0px auto 0;
	padding: 		0;
	text-align: left;
}
#logo {
	height:			109px;
	background: #6D9BBB url(./../images/logo_bg.png) repeat-x scroll left top;
}
.search {
	float:			right; 
	color:			#fff; 
	font-size:	14px; 
	width:			420px; 
	text-align:	right; 
	margin:			10px 10px 10px 0;
}
.search label {
	font-size: 12px;
}
.reservations {
	float:			right; 
	color:			#fff; 
	font-size:	14px; 
	width:			200px; 
	text-align:	center; 
	margin:			0;
}
.divider {
	width: 100%;
	height: 3px;
	background: #F7A700;
}
#header {
	background: #6D9BBB;
	height: 		30px;
	margin: 		0px;
	padding: 		0px;
}
#header ul.navigation {
	list-style-type: none;
	margin: 				 0px;
	padding: 				 0px;
}
#header ul.navigation li {
	padding:				 5px 0 4px 0;
	float: 					 left;
	display: 				 block;
}
#header ul.navigation li a {
	padding: 				 5px 21px 10px 21px;
	color: 					 #fff;
	text-decoration: none;
	font-size:			 15px;
}
#header ul.navigation li a:hover, #header ul.navigation li a.selected {
	color: 					 #F7A700;
	text-decoration: none;
}
#shadow_top {
	height: 		12px;
}
#content {
	padding: 		8px 20px;
	background: #fff url(./../images/content_bg.png) repeat-y scroll left top;
	/*min-height: 750px;*/
}
#shadow_bottom {
	height: 		12px;
}
#footer {
	background: #678090;
	height: 		30px;
}
#sub_footer {
	background: #6F9DBE;
}
#copywrite {
	font-size: 	 10px;
	color: 			 #eee;
	text-align:  center;
	padding-top: 8px;
}

#rails {
  background-color:#0ff;
  overflow:hidden;
}
#left-rail {
  background-color:#0ff;
  width:400px;
  border-right:340px solid #f00; »
  /* The width and color of the rail */
  margin-right:-340px; /* Hat tip to Ryan Brill */
  float:left;
}
#right-rail {
  background-color:#f00;
  width:340px;
  float:left;
}

#property {
	min-height:  555px;
}
#property #photos {
	position: 		 absolute;
	width: 			   428px;
	float: 			   left;
	padding-right: 10px;
}
#property #photos div {
	padding-bottom: 3px;
}
#property #photos div div {
	float: 					left;
	padding-right: 	6px;
}
#property #text {
	width: 		  	300px;
	padding-left: 445px;
	min-height:   500px;
	line-height:  20px;
}
#property #text #description {
	text-align: 	justify;
}
#home_content {
	text-align:  justify;
	line-height: 20px;
	margin: 		 10px;
	margin-top:  280px;
}
#home_content h2 {
	text-align: center;
	margin: 		10px;
}
#home_image {
	float: left;
}

#home_search {
	width: 			200px;
	text-align: center;
	float:			left;
	margin:     50px 0 0 50px;
}
#page {	
	/*min-height:	 330px;*/
	line-height: 20px;
}
#page #photo {
	float: 			 left;
}
#page #text {
	margin-left: 430px;
	line-height: 20px;
}
#map-container {
	width: 				 405px; 
	height: 			 344px; 
	margin-bottom: 10px;
	border: 			 4px solid #330000;
}
#map {
	width: 				 399px; 
	height: 			 341px;
}

.featured {
	padding: 0;
}

.featured .property {
	float:left;
	text-align:center;
	padding: 0 10px;
	width: 220px;
}

.featured .property p {
	text-align: left;
}

#price_bands {
	position: absolute;
}

.price_bands {
	background: #eee;
	width: 175px;
	border: 1px solid #ccc;
	border-spacing: 0px;
}

.price_bands td, .price_bands th {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.price_bands .odd {
	font-weight: bold;
}

.price_bands .bottom td {
	padding-right: 5px;
	text-align: right;
	border: none;
}

table.property_list {
	width:  500px;
	margin: 10px;
	border: 1px solid #000;
}

table.property_list tr.even {
	background: #eee;
}

table.property_list td, table.property_list th {
	padding: 5px;
}

table.property_list tr.head {
	background: #eee;
}