body {
	background:#0d3c72 url(../../imagens/bg.gif) repeat-x; 
}
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	color:#666666;
}
p{
	line-height:1.6em;
	margin-bottom:1em;
}
a:active, a:visited, a:link{
	color:#0f3063;
	text-decoration:none;
	padding:0 1px 0 1px;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#0f3063;
	padding:0 1px 0 1px;
}
#contentCenter{
	width:776px;
	height:444px;
	top:50%;
	left:50%;
	margin-top:-222px;
	margin-left:-388px;
	position:absolute;
	background:#84c225 url(../../imagens/bg_site.jpg);
	border:1px solid #02598a;
}
#logo{
	width:236px;
	height:146px;
	float:left;
	background:url(../../imagens/logo.gif) no-repeat;
	cursor:pointer;
}
#placas{
	width:175px;
	height:121px;
	float:left;
	margin:10px 0 0 233px;
	background:url(../../imagens/placas.gif) no-repeat
}
#menu{
	width:151px;
	clear:left;
	padding:30px 0 0 20px; 
}
#menu li{
	float:left;
	margin-bottom:10px;
}
#menu li a, #menu li a:link{
	width:141px;
	height:23px;
	padding:7px 0 0 10px;
	float:left;
	background:url(../../imagens/btn.gif);
	color:#0f3063;
	text-decoration:none;
	text-transform:uppercase;
}
#menu li a:hover{
	width:141px;
	height:23px;
	padding:7px 0 0 10px;
	float:left;
	background:url(../../imagens/btn.gif) 0 -30px;
	color:#0f3063;
	text-decoration:none;
	text-transform:uppercase;
}
#cadastreSe{
	position:absolute;
	width:139px;
	height:27px;
	bottom:0;
	left:0;
	background:url(../../imagens/btn_cadastrese.gif);
	cursor:pointer;
}
#contentText{
	width:444px;
	height:296px;
	position:absolute;
	bottom:10px;
	left:190px;
	z-index:2;
	background:url(../../imagens/bg_content.gif);
}
#contentTitulo{
	width:404px;
	float:left;
	padding:18px 20px 10px 20px;
	font-size:18px;
	color:#84c225;
	text-transform:uppercase;
}
#texto{
	float:left;
	width:404px;
	padding:0 0 0 20px;
	height:220px;
	overflow:auto;
}
#texto li{
	background:url(../../imagens/balao.gif) no-repeat 0 3px;
	padding-left:20px;
	margin-bottom:1em;
}
#faleConosco #texto div{
	width:310px;
	margin:0 auto;
}
#faleConosco #texto span{
	display:block;
	width:300px;
	text-align:center;
}
.input1{
	width:300px;
	height:16px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	padding:2px 4px 0 4px;
	margin-bottom:6px;
}
