#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/img_header.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 920px;
}
#content {
	background-image: url(../images/img_middle.jpg);
	background-repeat: repeat-y;
	width: 920px;
	text-align: left;
}
#footer {
	background-image: url(../images/img_footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 920px;
	clear: left;
}
#logo_wrapper {
	width: 900px;
	margin-right: 10px;
	margin-left: 10px;
	height: 120px;
}
#nav_wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: 13px;
	height: 34px;
	text-align: center;
	clear: both;
}
#copy_wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: 13px;
	text-align: left;
	clear: both;
}
#home_flash {
	float: none;
	width: 600px;
	clear: both;
	display: inline;
	white-space: normal;
	margin-top: 3px;
	overflow: visible;
}
#home_contactform {
	float: right;
	width: 287px;
	background-color: #D1F0FA;
	margin-right: 9px;
}
#page_copy {
	clear: both;
	width: 890px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	text-align: left;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	text-align: left;
}
#home_maintext {
	width: 590px;
	background-color: #E6F9FF;
	padding: 5px;
	margin-top: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.flash_margin {
	margin-top: 5px;
}
.text_form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 2px;
}
#home_whyourvilla {
	float: right;
	width: 287px;
	background-color: #D1F0FA;
	margin-right: 9px;
	margin-top: 5px;
	clear: both;
	top: 25px;
	text-align: left;
}
.text_Standard {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.float_left {
	float: left;
	clear: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
.floater {
	position: relative;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
}
