* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #EEE url(arquivos/imagens/body.jpg) repeat-x;
	color: #666;
	margin: 20px 0;
	font: normal 12px Arial, sans-serif;
}

h1 {
	background: #FFF url(arquivos/imagens/h1.jpg) no-repeat;
	height: 120px;
	margin-top: 1px;
}

h2 {
	padding-top: 20px;
	font: normal 22px Georgia, serif;
}

h3 {
	padding-top: 15px;
	font: normal 18px Georgia, serif;
}

h4 {
	padding-top: 10px;
	font: normal 14px Georgia, serif;
}

p {
	margin-top: 10px;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin-top: 10px;
}

ul {
	margin-top: 10px;
	list-style-type: disc;
}

ul li {
	margin: 5px 0 0 15px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
}

table thead tr th, table tfoot tr th {	
	border: 1px solid #DDD;
	background-color: #F9F9F9;
	padding: 4px;
	font-weight: bold;
}

table tbody tr td {
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 4px;
}

form fieldset label {
	width: 240px;
	margin-top: 10px;
	float: left;
	display: block;
}

form fieldset label.textarea {
	width: 470px;
}

form fieldset label.textarea textarea {
	width: 460px;
	height: 200px;
}

form fieldset label input, form fieldset label textarea, form fieldset label select {
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #666;
	width: 220px;
	margin-top: 2px;
	padding: 4px;
	font: normal 12px Arial, sans-serif;
}

form fieldset label select {
	width: 230px;
	padding: 3px;
}

form fieldset input.botao {
	background-color: #F9F9F9;
	width: auto;
	cursor: pointer;
}

.sucesso {
	color: #060;
}

.erro {
	color: #900;
}

.oculto {
	display: none;
}

#geral {
	border: 1px solid #DDD;
	background-color: #FFF;
	width: 740px;
	margin: 0 auto;
	padding: 1px;
}

#navegacao {
	background: #039 url(arquivos/imagens/navegacao.jpg) repeat-x;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

#navegacao li {
	margin: -2px;
	display: inline;
}

#navegacao li a {
	color: #FFF;
	padding: 12px 20px;
	text-decoration: none;
}

#navegacao li a:hover, #navegacao li a.ativo {
	background: #039 url(arquivos/imagens/navegacao_ativo.jpg) repeat-x;
}

#apresentacao {
	border: 1px solid #DDD;
	background: #EEE url(arquivos/imagens/apresentacao.jpg) repeat-x;
	height: 40px;
	margin-top: 1px;
	overflow: hidden;
	text-align: center;
}

#cursos {
	height: 102px;
	overflow: hidden;
}

#cursos img {
	margin-top: 1px;
}

#conteudo {
	height: 1%;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

.conteudo_esquerda {
	width: 420px;
	float: left;
}

.conteudo_direita {
	width: 260px;
	float: right;
}

#newsletter {
	border: 1px solid #DDD;
	background: #F9F9F9;
	margin: 10px 0 0 0;
	padding: 0 15px 15px 15px;
	_padding-right: 0;
}

form fieldset input.botao {
	background-color: #F9F9F9;
	width: auto;
	cursor: pointer;
}

.mapa {
	height: 1%;
	overflow: hidden;
}

#itajai_mapa, #navegantes_mapa, #camboriu_mapa {
	border: 1px solid #CCC;
	width: 320px;
	height: 120px;
	margin-top: 10px;
	float: left;
}

.direita {
	width: 350px;
	float: right;
}

#rodape {
	border: 1px solid #DDD;
	border-top: 1px solid #FFF;
	background: #EEE url(arquivos/imagens/rodape.jpg) repeat-x;
	color: #999;
	width: 712px;
	margin: 0 auto 0 auto;
	padding: 10px 15px 15px 15px;
	font-size: 11px;
}

#rodape p {
	margin: 0;
	padding-top: 5px;
}

#rodape a {
	color: #999;
}