body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#DEDEDC;
}
a {
	text-decoration: none;
	color: #5A5A5A;
}
a:hover {
	text-decoration: underline;
	color: #5A5A5A;
}
#layout {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	background-image: url(../images/bg_inicial.jpg);
	background-repeat: repeat-x;
}
#layout2 {
	width: 334px;
	height: 510px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -162px;
	margin-top: -255px;
	background-repeat: repeat-x;
}
#layout_interna {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-image: url(../images/bg_interna.jpg);
	background-repeat: repeat-x;
}
#marca {
	width: 145px;
	height: 126px;
	position: absolute;
	top: 22px;
	left: 64px;
}
#menu {
	width: 299px;
	height: 92px;
	position: absolute;
	top: 41px;
	left: 236px;
}
#anim {
	width: 340px;
	height: 200px;
	position: absolute;
	bottom: 142px;
	left: 221px;
}
#mascara {
	width: 39px;
	height: 73px;
	position: absolute;
	bottom: 142px;
	left: 221px;
	z-index: 6;
}
#botao {
	width: 138px;
	height: 313px;
	position: absolute;
	top: 188px;
	right: 64px;
}
#rodape {
	width: 800px;
	height: 65px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
}
#topico {
	width: 555px;
	height: 55px;
	position: absolute;
	top: 173px;
	right: 0px;
}
#conteudo {
	width: 730px;
	height: auto;
	position: relative;
	top: 200px;
	padding-left: 70px;
	background-image: url(../images/bg_conteudo.jpg);
}
#conteudo_menor {
	width: 650px;
	height: auto;
	position: relative;
}

#contato th {
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}
#contato input, textarea {
	width: 300px;
}
#contato .contato_limpar {
	float: right;
	width: 60px;
	background-color: #F1FAE6;
	border: #193B04 1px solid;
}
#contato .contato_enviar {
	float: right;
	width: 60px;
	margin-left: 5px;
	background-color: #F1FAE6;
	border: #193B04 1px solid;
}
#cadastro th {
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 6px;
}
#cadastro textarea {
	width: 308px;
}
#cadastro .cadastro_grande {
	width: 310px;
}
#cadastro .cadastro_pequeno {
	width: 140px;
}
#cadastro .cadastro_limpar {
	float: right;
	width: 60px;
	background-color: #F1FAE6;
	border: #193B04 1px solid;
}
#cadastro .cadastro_enviar {
	float: right;
	width: 60px;
	margin-left: 5px;
	background-color: #F1FAE6;
	border: #193B04 1px solid;
}
#cadastro .cadastro_select {
	width: 98px;
}