@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #371C00;
}
#topo, #meio {
	width:776px; 
	margin: 20px auto;
	height: 100%;
	background-color:#FFFFFF;
}
#meio {
	width:696px; 
	margin: 20px auto;
	padding: 40px;
	background-color:#FFFFFF;
	padding-bottom: 8px;
}
#DivCentro {
	width: 736px;
	background-color: #FFFFFF;
	padding: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}

#logo {
	background-image: url(../imagem/logo.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 111px;
	padding: 0;
	margin: 20px;
	float: left;	
}
#titulo {
	background-image: url(../imagem/titulo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 600px;
	margin: 0 0 0 160px;
	background-position: center center;
}
#menu {
	width: 600px;
	height: 80px;
	margin: 0 0 0 160px;	
}

#menu ul {
	list-style:none;
	margin:0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	width: 198px;
	height: 50px;
}
#menu li a{
	display: block;
	width: 198px;
	height: 50px;
	text-align:center;
}
#download ul {
	margin:0;
	padding: 0;
	width: 90%;
}
#download li {
	list-style: url(../imagem/down.gif);
}
#download li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}
.botao {
	color: #FFFFFF;
	background-color: #371C00;
	border: 1px solid #333300;
}

#formulario{
	font-family: Tahoma, Verdana;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding-bottom: 20px;
}
.quadros{
	background-color: #371C00;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	padding: 10px;
	width: 200px;
	text-align:center;
	margin: 0px auto;
}
.texto{
	font-family: Tahoma, verdana;
	font-size: 11px;
}
.esquerda{
	float: left;
	width: 344px;
	margin-bottom: 20px;
}
.direita{
	text-align: center;
	margin: 0 0 0 360px;
	width: 330px;
}
#rodape{
	font-family: Tahoma, verdana;
	font-size: 11px;
	text-align:center;
	margin-top: 20px;
	clear: both;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
