body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	background-image: url(../img/bg-corre.gif);
	background-repeat: repeat-x;
}
form {
	pading:0px;
	margin: 0px;
}
form input {
	border: 1px solid #d1d1d1;
	width:220px;
}
form textarea {
	border: 1px solid #d1d1d1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:220px;
}
.btn-enviar {
	width: 70px;
	margin-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../img/bg-botao.gif);
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border-bottom: 1px dotted #000000;
}

/*---  Principal --*/

#principal {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 716px;
	display: table;
}

/*---  Cabecalho  ---*/

#cabecalho {
	margin: 0px;
	padding: 0px;
	color: white;
}
#cabecalho #esquerda {
	float: left;
	width: 371px;
	margin: 0px;
}
#cabecalho #esquerda a{
	border: 0px;
}
#cabecalho #esquerda img{
	border: 0px;
}
#cabecalho #direita {
	width: 345px;
	height: 143px;
	margin: 0px;
	float: right;
	border: 0px;
	background-image: url(../img/topo2.jpg);
	backgroun-repeat: no-repeat;
}

/*--- Conteudo ---*/

#conteudo {
	background-image: url(../img/box-corre.gif);
	background-repeat: repeat-y;
	width:716px;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left:5px;
}
#conteudo #conteudo-topo{
	background-image: url(../img/box-topo.gif);
	width: 716px;
	height: 12px;
	background-repeat: no-repeat;
}
#conteudo #conteudo-esquerda{
	float: left;
	width: 430px;
	margin-left: 5px;
}
#conteudo #conteudo-esquerda h1{
	font-size: 1.8em;
	font-weight: bold;
	color: #797979;
	margin:0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #797979;
}
#conteudo #conteudo-esquerda img{
	margin-left: 50px;
}
#conteudo #conteudo-esquerda p{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	line-height: 20px;
	text-align: justify;
}
#conteudo #conteudo-direita #conteudo-direita-topo{
	background-image: url(../img/contato-topo.gif);
	background-repeat:no-repeat;
	height: 11px;
	width: 246px;
}
#conteudo #conteudo-direita{
	float: right;
	width: 246px;
	margin-right: 10px;
	background: url(../img/contato-bg.gif) repeat-y;
}
#conteudo #conteudo-direita p{
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}
#conteudo #conteudo-direita #conteudo-direita-rodape{
	background-image: url(../img/contato-rodape.gif);
	height: 12px;
	width: 246px;
	background-repeat: no-repeat;
}
#conteudo #conteudo-rodape{
	background-image: url(../img/box-rodape.gif);
	width: 716px;
	height: 13px;
	background-repeat: no-repeat;
	float: left;
}


/*--- Endereço ---*/

#conteudo #endereco{
	width: 246px;
	height: 111px;
	background-image: url(../img/endereco-bg.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 8px;
	float: right;
	text-align: center;
}

#conteudo #endereco p{
	margin-top: 36px;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
	line-height: 20px;
}

/*--- Rodape ---*/

#rodape {
	background-color: #191D66;
	float: left;
	width: 716px;
	color: #FFFFFF;
	text-align:center;
	padding: 5px;
}
#rodape p{
	margin: 0px;
	padding: 0px;
}
#rodape a{
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
#rodape a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	border-bottom: 1px dotted #FFFFFF;
}




