/* CSS Document */
h1, h2, h3, h4, h5, h6, html, p, body, ul, li, dl , dd, dt, label, input, select, form, img, fieldset, legend {margin:0; padding:0; line-height:1.3em; }

a img {border:0;}


body {
	background-color:#6893C0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color:#445f79;
	}
#wrapper {
	background-image: url(images/bkgd.gif);
	background-repeat:repeat-y;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 786px;
	text-align: left;
	}
a:link {
	color:#FFFFFF;
	}
a:visited {
	color:#FFFFFF;
	}
a:hover {
	color:#FFFFFF;
	}
a:active {
	color:#FFFFFF;
	}
#header{
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
	width:786px;
	padding-top:176px;	
}
#home .homeover, #villa .villaover, #local .localover, #about .aboutover, #contact .contactover {
	color:#445f79;
	}
#horizontal-list {
	margin-top:-22px;
	margin-left:12px;

}
#horizontal-list li {
	display:block;
	float:left;
	margin-right:20px;
	font-weight:bold;

}
#horizontal-list a {
	text-decoration:none;
}
#horizontal-list a:hover {
	color:#445f79;
}
#maincontent {
	margin-left:10px;
	padding-bottom:20px;
}
#leftcol {
	width:345px;
	float:left;
	padding-right:10px;
	}
#rightcol {
	float:left;
	width:406px;
	color:#FFFFFF;
	font-size:.8em;
	margin-bottom:1em;
	}
#rightcol p {
	margin-bottom:1em;
	margin-left:4px;
		}
h1 {
	clear:both;
	color:#FFFFFF;
	font-size:1.6em;
	font-weight:lighter;
	margin-top:1.5em;
	margin-bottom:0.5em;
	}
h2 {
	color:#FFFFFF;
	font-size:1.1em;
	}
	
#footer {
	background-image: url(images/footer_bkgd.gif);
	background-repeat:no-repeat;
	clear:both;
	width:786px;
	height:25px;
	padding-left:10px;
	font-size:.7em;
	}
	
#gwcredit {
	position:absolute;
	right:15px;
	font-weight:bold;
	margin-top:-18px;
	}