/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #ede2c2;
	text-decoration: none;
	border: 1px solid #46411a;
	background-color: #46411a;
}
.formtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #ede2c2;
	text-decoration: none;
}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #919100;
	text-decoration: none;
}

.txtPadrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #ede2c2;
	text-decoration: none;
}

.txtPadrao:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #ede2c2;
	text-decoration: underline;
}

.txtPadrao:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #ede2c2;
	text-decoration: underline;
}

/* DIV Principal */
#base {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat:repeat-x;
	background-position:top;
}

#corpo {
	width: 863px;
	height: 90%;
	position: relative;
}

/* Menu Base*/
#menuBase {
	width: 863px;
	position: relative;
}

/* links */
a:link {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:none}
a:visited {text-decoration:none}
a:focus, input:focus {outline:none}

/* Menu Topo*/
#menuTopo {
	width: 863px;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Menu Imagens*/
#menuImg {
	width: 741px;
	height: 285px;
	position: absolute;
	left: 58px;
	top: 65px;
	background-color:#EDE2C2;
}

/* DIV Contatos*/
#Contatos {
	width: 714px;
	height: 195px;
	position: absolute;
	left: 75px;
	top: 360px;
}

/* DIV Como Chegar*/
#ComoChegar {
	width: 714px;
	height: 195px;
	position: absolute;
	left: 75px;
	top: 360px;
}

/* DIV Home*/
#Home {
	width: 714px;
	height: 190px;
	position: absolute;
	left: 75px;
	top: 365px;
}

/* Home Background */
.Home_bkg {
	background-repeat: no-repeat;
	background-position: left;
}

/* DIV O Sítio*/
#Sitio {
	width: 714px;
	height: 190px;
	position: absolute;
	left: 75px;
	top: 440px;
}

/* Sítio Imagens*/
#sitioImg {
	width: 741px;
	height: 364px;
	position: absolute;
	left: 58px;
	top: 65px;
}

/* DIV Acomodações*/
#Acomodacoes {
	width: 714px;
	height: 190px;
	position: absolute;
	left: 75px;
	top: 440px;
}

/* Acomodações Imagens*/
#AcomodacoesImg {
	width: 741px;
	height: 364px;
	position: absolute;
	left: 58px;
	top: 65px;
}

/* DIV Lazer*/
#Lazer {
	width: 714px;
	height: 190px;
	position: absolute;
	left: 75px;
	top: 440px;
}

/* Lazer Imagens*/
#LazerImg {
	width: 741px;
	height: 364px;
	position: absolute;
	left: 58px;
	top: 65px;
}
