#backdrop {
	position:relative;
	left:1px;
	top:1px;
	width:740px;
	height:1050px;
	z-index:1;
	background-color: #FFFFFF;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#header {
	position:absolute;
	left:60px;
	top:7px;
	width:603px;
	height:83px;
	z-index:1;
}
#nav {
	position:absolute;
	left:2px;
	top:111px;
	width:736px;
	height:21px;
	z-index:2;
	font-size: 14px;
	font-weight: bold;
}
#content {
	position:absolute;
	left:2px;
	top:135px;
	width:736px;
	height:850px;
	z-index:3;
}

#wtb {
	position:absolute;
	left:11px;
	top:117px;
	width:106px;
	height:71px;
	z-index:1;
}
#notice {
	position:absolute;
	left:621px;
	top:117px;
	width:99px;
	height:79px;
	z-index:1;
}

#footer {
	position:absolute;
	left:2px;
	top:990px;
	width:736px;
	height:59px;
	z-index:2;
	background-color: #663300;
}

/* Content Layouts */

#index_info1 {
	position:absolute;
	left: 5px;
	top: 330px;
	width: 728px;
	height: 21px;
	font-size: 10px;
	font-style: italic;
}

#index_photo1 {
	position:absolute;
	left: 150px;
	top: 29px;
}

#index_photo2 {
	position:absolute;
	left: 150px;
	top: 489px;
}

#index_text1 {
	position:absolute;
	left: 58px;
	top: 371px;
	width: 627px;
}

#details_text1 {
	position:absolute;
	left: 17px;
	top: 51px;
	width: 706px;
	height: 10px;
}

#details_photo1 {
	position:absolute;
	left: 15px;
	top: 185px;
}

#details_text2 {
	position:absolute;
	left: 348px;
	top: 195px;
	width: 368px;
	height: 171px;
}

#details_photo2 {
	position:absolute;
	left: 14px;
	top: 409px;
}

#details_text3 {
	position:absolute;
	left: 348px;
	top: 383px;
	width: 368px;
	height: 142px;
}

#details_photo3 {
	position:absolute;
	left: 13px;
	top: 626px;
}

#details_text4 {
	position:absolute;
	left: 348px;
	top: 553px;
	width: 368px;
	height: 242px;
}

#location_text1 {
	position:absolute;
	left: 5px;
	top: 68px;
	width: 728px;
	height: 240px;
}

#location_image1 {
	position:absolute;
	left: 5px;
	top: 352px;
	width: 728px;
	height: 269px;
}

#amenities_text1 {
	position:absolute;
	left: 32px;
	top: 61px;
	width: 673px;
	height: 530px;
}

#amenities_text2 {
	position:absolute;
	left: 32px;
	top: 608px;
	width: 673px;
	height: 175px;
}

#statement_text1 {
	position:absolute;
	left: 32px;
	top: 61px;
	width: 673px;
	height: 530px;
}

/* Styles */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #999933;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.link_standard {
	color: #FFFF00;
}

.text_disclaimer {
	color: #CCCCCC;
	font-size: x-small;
}

.photo {
	border: thin solid #000000;
}
.images {
	border: thin double #000000;
}
.text_heading {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.text_align_left {
	text-align: left;
}
