/* set all to Verdana */
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* tags */
body {
	background-color: #FFF495;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #8C0000;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #8C0000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
h2 em {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #8C0000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #8C0000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #8C0000;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
ul {
	font-size: 12px;
	font-weight: bold;
	color: #8C0000;
	list-style: square;
	margin-top: 0px;
	padding-top: 0px;
}
/* topsec with 1 graphic and no text */
#topsec {
	background-color: #FFF495;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 3px solid #8C0000;
	border-right: 3px solid #8C0000;
	border-bottom: 0px solid #8C0000;
	border-left: 3px solid #8C0000;
}
.logo {
	display: block;
	text-align: left;
	margin: 0px;
}
/* maintable with left nav column and right content column */
#maintable {
	border-top: 3px solid #8C0000;
	border-right: 3px solid #8C0000;
	border-bottom: 0px solid #8C0000;
	border-left: 3px solid #8C0000;
}
/* leftnav section with buttons */
#leftnav {
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	background-color: #8C0000;
	padding-top: 20px;
	font-size: 12px;
	color: #FFFFFF;
}
#navbutt {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#navbutt img {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
/* content */
#content {
	background-color: #FFF495;
}
/* contact data */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* copyright */
#copyright { text-align: right; margin-top: 20px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 14px;
}
/* footnav */
#footnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8C0000;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
}
#footnav a:link { color: #FFFFFF; text-decoration: none}
#footnav a:visited { color: #FFFFFF; text-decoration: none }
#footnav a:hover { color: #FFFF33; text-decoration: none}
#footnav td {
	padding: 5px 10px 7px 3px;
}
/* feature box */
.feature {
	border: 2px solid #8C0000;
	padding: 5px;
	margin: 5px 25px;
	background: #FFF9C1;
}
.feature h2 {
	color: #8C0000;
	text-align: center;
	margin: 5px;
	padding: 0px;
}
.feature p, .feature li {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
/* other classes */
.centre {
	text-align: center;
}
.photoright {
	margin: 10px;
	padding: 0px;
}
.photoleft {

	margin: 10px 10px 10px 20px;
	padding: 0px;
}
/* image row */
.imagerow {
	text-align: center;
	margin-bottom: 5px;
}
.imagerow img {
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* form */
#accform {
	padding: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 2px solid #8C0000;
	background: #FFFDE6;
}
#accform th {
	font-size: 12px;
	font-weight: bold;
	color: #8C0000;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}
#accform td {
	font-size: 12px;
	font-weight: normal;
	color: #8C0000;
	padding: 3px;
}
#accform p {
	color: #8C0000;
	text-align: center;
}
.accformbutton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #8C0000;
}
.formthanks {
	margin: 40px;
	padding: 10px 40px 40px;
	border: 2px solid #006600;
	background-color: #F9F0C9;
}
.pricelist p {
	padding-top: 2px;
	margin: 0px;
}
.pricelist td {
	font-size: 12px;
	color: #8C0000;
	border: 1px solid #8C0000;
	padding: 2px;
	background: #FFFCDD;
}
.pricelist th {
	font-size: 12px;
	color: #8C0000;
	border: 1px solid #8C0000;
	padding: 2px;
	background: #FFF9C1;
	font-weight: normal;
	text-align: left;
}
#villarentals {
	background: #FFFFFF;
	border-bottom: 3px solid #8C0000;
}
#villarentals ul {
	font-weight: normal;
	margin-right: 20px;
	margin-left: 70px;
}
#villarentals p {
	margin-right: 20px;
	margin-left: 20px;
}

