/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
	}
	
body{
	background:#060c18 url(../imagens/bgautomundi.jpg);	
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:9pt;
	}
	
#geral{
	width:800px;
	height:600px;
	margin:auto;
	}
	
#topo{
	width:800px;
	height:141px;
	background:url(../imagens/topo2.jpg);
	}
	
#menu{
	position:relative;
	width:800px;
	height:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	text-align:right;
	padding:5px;
	background:url(../imagens/marcas.jpg);
	background-repeat:no-repeat;
	}
	
#menu a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:10px;
	}
	
#menu a:hover{
	color:#00FFFF;
	}
	
#conteudo{
	width:800px;
	height:366px;
	}

#esq{
	width:480px;
	padding:10px;
	float:left;
	}	
	
#esq p{
	line-height:20px;
	text-align:justify;
	}
	
#dir{
	width:260px;
	float:left;
	margin-left:10px;
	padding:10px;
	}	
	
#dir p{
	line-height:16px;
	text-align:justify;
	font-size:8pt;
	}
	
#dir a{
	color:#fff;
	text-decoration:none;
	}
	
#dir a:hover{
	color:#00FFFF;
	}
	
#rodape{
	position:relative;
	float:left;
	width:800px;
	height:20px;
	background:#133a59;
	border-top:5px solid #fff;
	}
	
#rodape p{
	text-align:center;
	font-size:8pt;
	margin-top:5px;
	}
	
#rodape a{
	color:#fff;
	text-decoration:none;
	}
	
#rodape a:hover{
	color:#00FFFF;
	}
	
/*Formulário*/
form{
	margin-top:20px;
	}
	
.botao{
	margin-top:10px;
	padding:2px;
	}
	
input{
	margin-bottom:10px;
	border:1px solid #ccc;
	}	

textarea{
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;		
	}
	
label{
	font-weight:bold;
	}	
/*Fim Formulário*/
