html,body {
	padding:0;
	margin:0;
}

body {
	background: #FFF url(../graphics/background.page.gif) repeat-x;	
	font: 12px arial,sans-serif;
	text-align:center;
}

h1 {
	color: #004C68;
	margin: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

h2 {
	color: #004C68;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

a {
	font-weight: bold;
	text-decoration: none;
}

table {
	background-color: #FFFAD0;
	border: 1px #C7CFD5 solid;
	margin: 20px 0 0 0;
	}

th, td {
	background-color: #FFF;
	border: 1px #C7CFD5 solid;
	padding: 3px;
	margin: 0;
	}


div#container {
	/* Remove comments to have side borders. May look better without
	border-bottom: 2px solid #8CA6B6;
	border-left: 2px solid #8CA6B6;
	border-right: 2px solid #8CA6B6;*/
	text-align:left;
	width:801px;
	margin:0 auto
}

div#header {
	background: url(../graphics/background.header.jpg);
	height: 110px;
	margin: 0;
	width: 800px;
}

div.villaTab {
	border: 1px solid #D2D9DD;
	float: right;
	height: 28px;
	padding: 0;
	line-height: 0;
	margin: 80px 0 0 0;
	text-align: center;
	width: 218px;
}

div.villaTab img {
	border: 0;
}
	
div#navigation{
	background: #FFF url(../graphics/background.sidebar.gif) repeat-x; 
	height: 100%;
	float: left;
	margin: 0;
	width: 140px; 
}

div#navigation ul{
	list-style-type: none;
	margin: 20px 0 0 10px;
	padding-left: 0;
	text-indent: 0;
}

div#navigation li{
	line-height: 200%;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

div#navigation a:link, a:active {
	color: #A69656;
}

div#navigation a:visited {
	color: #7F7137;
}

div#navigation a:hover, a:focus {
	color: #93DDFC;
}

div#content{
	background: #FFF url(../graphics/background.content.gif) repeat-x;
	background-position: bottom left;
	border-left: 1px solid #D2D9DD;
	float:right;
	height: 100%;
	margin: 0;
	width:660px;
}

div#content .polaroid{
	background: #FFF url(../graphics/background.photo.gif) no-repeat top;
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

div#content .polaroid p{

	margin: 10px 20px 0 25px;
}

div#content .polaroid p img{
	float: right;
	border: 0;
	}

div#content .polaroid .photo {
	border: 0;
	margin: 12px 0 0 25px;
}

div#content .polaroid .title{
	border: 0;
	margin: -2px 0 0 15px;
	width: 190px;
	height: 50px;
}

div#content .contentphoto{
	background: #FFF url(../graphics/background.photo2.gif) no-repeat top;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 220px;
	height: 220px;
}

div#content .contentphoto img{
	margin: 21px 0 0 21px;
}

div#content .inlinephoto{
	background: #FFF url(../graphics/background.photo2.gif) no-repeat top;
	clear: right;
	float: right;
	margin: 0 -7px 0 0;
	padding: 0;
	width: 220px;
	height: 220px;
}

div#content .inlinephoto img{
	margin: 21px 0 0 21px;
}
div#content .main {
	margin: 15px;
	clear: left;
}

div#footer{
	background: #E7FBFF url(../graphics/background.footer.gif) repeat-y; 
	clear:both;
	padding: 10px 0 10px 0;
	margin: 0;
	width:100%;
}

div#footer img{
	border: 0;
	height: 19px;
	width: 26px;
	margin: 10px 0 0 5px;
}

div#footer span{
	font-size: 10px;
	margin: 0 0 0 20px;
}

div#sublinks {
	color: white;
	display: block;
	background-color: #66A2DF;
	padding: 5px 0 5px 10px;
	margin-right: 1px;
	text-align: center;
	}

div#sublinks a {
	margin: 0 5px 0 5px;
}

div#content a:link, div#content a:active {
	color: #004C68;
}

div#content a:visited {
	color: gray;
}

div#content a:hover, div#content a:focus {
	color: #7F7137;