body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	line-height: 1.5em;
}
p {
	margin: 0px;
	margin-bottom: 8px;
}
.topico {
	background-color: #DDDDDD;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
}
a {
	text-decoration: none;
	color: #2F2F2F;
}
a:hover {
	text-decoration: underline;
	color: #2F2F2F;
}
h1 {
	font-size: 14px;
	color: #BF101D;
}
h1 a{
	font-size: 14px;
	text-decoration: none;
	color: #BF101D;
}
h1 a:hover{
	font-size: 14px;
	text-decoration: underline;
	color: #BF101D;
}

#popup {
	width: 400px;
	height: 300px;
	border: #FFFFFF 10px solid;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -200px;
	z-index: 999;
	display: block;
	visibility: visible;
}

#layout {
	width: 758px;
	height: 850px;
	position: absolute;
	left: 50%;
	margin-left: -379px;
	background-image: url(../img/bg_site.gif);
	background-repeat: repeat-x;
}

#topo {
	width: 758px;
	height: 222px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#menu {
	width: 235px;
	height: 288px;
	position: absolute;
	top: 266px;
	left: 0px;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
}

#marcas {
	width: 194px;
	height: 141px;
	position: absolute;
	top: 580px;
	left: 22px;
	background-image: url(../img/bg_marcas.gif);
	background-repeat: no-repeat;
}

#newsletter {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 738px;
	left: 41px;
	border: #CCCCCC 1px solid;
}

#rodape {
	width: 517px;
	height: 59px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-color: #EBEBEB;
}
#rodape img {
	float: right;
	margin-top: 16px;
	margin-right: 20px;
}

#borda_conteudo {
	width: 513px;
	height: 500px;
	position: absolute;
	top: 266px;
	left: 240px;
	background-image: url(../img/bg_conteudo.gif);
	background-repeat: repeat-y;
}
#conteudo {
	width: 483px;
	height: 480px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/base_conteudo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 15px 10px 15px;
	text-align: justify;
}

#noticias {
	width: 296px;
	height: 470px;
	position: absolute;
	top: 0px;
	left: 6px;
	text-align: justify;
	padding: 10px;
}
#noticias a {
	text-decoration: none;
	color: #BF101D;
}
#noticias a:hover {
	text-decoration: none;
	color: #BF101D;
	font-weight: bold;
}

#programacao {
	width: 163px;
	height: 470px;
	position: absolute;
	top: 0px;
	right: 5px;
	border-left: #DDDDDD 2px solid;
	padding: 10px;
}

#tabela_programacao {
	border: #A3A3A3 1px solid;
	background-color: #FFFFFF;
}
#tabela_programacao td {
	border-right: #A3A3A3 1px solid;
	border-bottom: #A3A3A3 1px solid;
}
#tabela_programacao th {
	background-color: #A3A3A3;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	color: #FFFFFF;
}

#contato th {
	padding: 5px;
}
#contato .input_contato {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #A3A3A3 1px solid;
}
#contato .input_contato_pequeno {
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #A3A3A3 1px solid;
}
#contato .textarea_contato {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #A3A3A3 1px solid;
	margin-top: 1px;
}
#contato .enviar_contato {
	margin-top: 3px;
	border: #A3A3A3 1px solid;
	background-color: #FFFFFF;
	color: #A3A3A3;
}

.descricao_foto {
	font-size: 10px;
	padding-left: 5px;
	margin: 0px;
}

.pacotes_hospedagens {
	border: #DDDDDD 1px solid;
}
.pacotes_hospedagens td {
	border-bottom: #DDDDDD 1px solid;
	border-right: #DDDDDD 1px solid;
}

#tabela_inscricao {
	border: #DDDDDD 1px solid;
}
#tabela_inscricao th {
	background-color: #DDDDDD;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#tabela_inscricao .inscricao_pequeno {
	width: 145px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #DDDDDD 1px solid;
}
#tabela_inscricao .inscricao_grande {
	width: 370px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #DDDDDD 1px solid;
}
#tabela_inscricao .inscricao_textarea {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #DDDDDD 1px solid;
}