body {
	margin: 0px;
	background-color: #006699;
}
div#wrapper {
	margin: 0px auto 5px;
	width: 1038px;
	background: url(images/bkgrd_tile.jpg) repeat-y center top #006699 ;
}
div#header {
	background: url(images/bkgrd_wrapper.jpg) no-repeat center top;
	width: 1038px;
	height: 613px;
}
div#header h1 {
	display: none;
}
div#content {
	width: 1038px;
	margin-top: -360px;
}
div#navigation {
	width: 150px;
	float: left;
	padding: 15px 10px 5px 80px;
}
div#column {
	width: 580px;
	float: right;
	padding: 0px 205px 0px 0px;
}
div#footer {
	clear: both;
	padding: 20px 10px 10px 250px;
	background-image: url(images/bkgrd_footer.jpg);
	height: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 778px;
}
#navigation {
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	padding: 0px;
	margin: 5px 0px;
}
#navigation a, #navigation a:visited {
	display: block;
	width: 120px;
	color: #663300;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bkgrd_menu_up.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 0px 2px 10px;
}
#navigation a:hover, #navigation a:active {
	background-image: url(images/bkgrd_menu_down.gif);
}
h2#title_menu {
	background: url(images/title_villas.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 50px;
}
h2#title_menu span {
	display:none;
}
