@charset "utf-8";
body {
	background-image: url(../layout/Eagle-Crest-Villa.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(../layout/Eagle-Crest-Villa_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 312px;
}
.navcol {
	background-image: url(../layout/Eagle-Crest-Villa_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 488px;
	width: 243px;
}
.content {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 585px;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-right: 30px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.navlink a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: lighter;
}
.navlink a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: lighter;
}
.navlink a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: lighter;
}
.navlink a:hover {
	color: #70ACE2;
	text-decoration:none;
	font-weight: lighter;
}
a:link {
	color: #11375B;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #11375B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #11375B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #70ACE2;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #113855;
	text-align: right;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #133C5A;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B58235;
	font-style: italic;
	font-weight: lighter;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #11375B;
	line-height: 150%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #11375B;
	line-height: 150%;
	list-style-type: circle;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #133C5A;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #11375B;
	line-height: 150%;
}
.content img {
	margin-left: 5px;
	border: 3px solid #D7B077;
}

