#div_centro {width: 1000px; position: absolute; margin-left: -500px; left:50%;}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	background: #191d24 url(imagens/fundo.jpg);
	background-attachment: fixed;
	scrollbar-face-color: #20242B;
	scrollbar-highlight-color: #B35732;
	scrollbar-shadow-color: #B35732; 
	scrollbar-3dlight-color: #20242B;
	scrollbar-arrow-color: #B35732; 
	scrollbar-track-color: #20242B; 
	scrollbar-darkshadow-color: #20242B; 
}

#topo {
	height: 196px;
}


#coluna1 {
	float: left;
	width: 488px;
	*width: 498px;
	height: 470px;
	margin: 0% 0px 0px 0%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 5px;
	overflow: auto;
}

#centro {
	background-color: #20242B;
}

#coluna2 {
	float: left;
	width: 488px;
	*width: 498px;
	height: 470px;
	margin: 0% 0px 0px 0.3%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 5px;
	overflow: auto;
}

#coluna3 {
	float: left;
	width: 995px;
	*width: 999px;
	height: 340px;
	margin: 0% 0px 0px 0%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 5px;
	text-align:center;
}

#coluna4 {
	float: left;
	width: 488px;
	*width: 498px;
	height: 400px;
	margin: 0% 0px 0px 0%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 5px;
	overflow: auto;
}

#coluna5 {
	float: left;
	width: 488px;	
	*width: 498px;
	height: 400px;
	margin: 0% 0px 0px 0.3%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 5px;
	overflow: auto;
}

h1 {
	font-size: 15px;
	color: #79B934;
}


h2 {
	font-size: 13px;
	color: #FFCC00;
	margin: 0,0,10,0;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0,0,0,0;
}

p {
	text-align: justify;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 15 0 15px;
}

.texto {
	font-size: 12px;
	color: #FFFFFF;
}

#rodape {
	float: left;
	text-align: center;
	width: 995px;
	*width: 999px;
	height: 40px;
	margin: 0.2% 0px 0px 0%;
	background: url(imagens/fundo_coluna.jpg);
	padding: 2px;
	font-size: 11px;
	color: #79B934;

}


a {font-family: verdana; font-size: 12px; color: #FFCC00; text-decoration: none;

}

input { 
background: transparent;
font-size: 11px;
font-family: verdana;
color:#FFFFFF;
border:1px solid #79B934;
width: 180px;
height: 17px;
}

textarea { 
background: transparent;
font-size: 11px;
font-family: verdana;
color:#FFFFFF;
border:1px solid #79B934;
width: 180px;
height: 85px;
}

.botao {
background-color: red; 
font-size: 12px;
font-weight: bold;
font-family: verdana;
color:#FFFFFF;
border:1px solid;
border-color: #FFFFFF #333333 #333333 #FFFFFF;
width: 150px;
height: 18px;
}
