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

body{
	background: #ccc;
	color: #000;
	font-family:"Trebuchet MS", Verdana, Arial;
    font-size: 12px;
}

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

div.fck a{
	color:#0000ff;
	text-decoration:underline;
}

#geral{
	background: #fff;
	width: 769px;
	margin:auto;
}

#engloba_conteudo{
	width: 769px;
	display: table;
	background:	#ffffff;
}

#topo{
	background: url(../imagens/fundo_bt.gif) no-repeat;
	width: 769px;
	height: 78px;
	margin:auto;
}

#menu_solto{
	float: left;
	width: 732px;
	height: 20px;
	padding-left: 37px;
	margin-top: 13px;
}

.menu{
	width: 92px;
	height: 26px;
	margin-top: 19px;
	background: url(../imagens/bt01.gif) no-repeat;
	float: right;
	text-align: center;
	line-height: 26px;
}

#img_topo{
	background: url(../imagens/img_topo.gif) no-repeat;
	width: 769px;
	height: 255px;
	margin:auto;
}

#conteudo{
	background: #ffffff;
	width: 759px;
	float:left;
	padding: 5px 5px 5px 5px;
}

#rodape{
	background: #3e4c5a;
	width: 769px;
	height: 30px;
	line-height: 30px;
	float:left;
}


.left{
	float: left;
	text-align: center;
}

.center{
	text-align: center;
}

.right{
	float: right;
	text-align: center;
}

/*inicio formatações para formularios*/
.destaque{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#nome, #endereco, #email, #assunto, #msg, #veiculo, #descricao {
	width: 380px;
}

input{
	border: 1px solid #999999;
}

textarea{
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Fim formações para formularios*/

