body {
	margin: 0px;
	padding: 0px;
	background-color: #00506A;
	font: 11px "trebuchet MS", Verdana;
	color: #FFFFFF;
}

a {
	font-family: "trebuchet MS", Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Geral {
	position:relative;
	width: 775px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	border: 0px solid red;
}

#Corpo {
	width: 775px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#Topo {
	width:775px;
	height:201px;
	/*background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;*/
}

#CorpoTopo {
	width:775px;
	height:152px;
	background-image: url(../images/capabg1.gif);
	background-repeat: no-repeat;
	float:left;
}

#Conteudo {
	width: 775px;
	height:auto;
	float:left;
	padding: 0px;
	background-color: #0099CC;
}

#Texto{
	height:auto;
	float:left;
	border: 0px solid red;
	padding: 10px;
	background-image: url(../images/acabamentotexto.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}



#CapaTerra {
	width:510px;
	height:140px;
	border: 0px solid red;
	float:left;
}

#CapaReceptivo {
	width:255px;
	height:140px;
	border: 0px solid red;
	float:left;
}


#CorpoBottom {
	width:775px;
	height:182px;
	background-image: url(../images/capabg2.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 10px 0px 0px 0px;
	background-color: #0089B7;
}

#CapaServicos {
	width:255px;
	height:140px;
	border: 0px solid red;
	float:left;
}
#CapaServicos .titulo {
	font: 13px "trebuchet MS", Verdana;
	color: #003C50;
}

#CapaPacotes {
	width:510px;
	height:140px;
	border: 0px solid red;
	float:left;
}

#CapaPacotes .titulo {
	font: 13px "trebuchet MS", Verdana;
	color: #003C50;
}

#Rodape {
	width:775px;
	height:75px;
	background-image: url(../images/rodape.gif);
	background-repeat: no-repeat;
	float:left;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.TituloPacote {
	color: #FFFFFF;
	font-family: "trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
.SubTituloPacote {
	color: #FFFFFF;
	font-family: "trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

