body{
	background-image:url(imagens/fundo.jpg);
}
#geral {
	width:770px;
	display:block;
	background-color:#575757;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

#topo {
	width:739px;
	height:271px;
	display:block;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
}
#conteudo {
	width:739px;
	background-color:#FFF;
	display:block;
	text-align:left;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
}
#rodape {
	width:739px;
	height:21px;
	padding-top:7px;
	color:#575757;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-color:#d8d8d8;
}
.titulo{
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#900000;
}
.sub_titulo{
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
a{
	text-decoration:none;
	color:#666;
	font-size:10px;
}
a:hover{
	text-decoration:none;
	color:#999;
	font-size:10px;
}
hr{
	line-height:1px;
	color:#900000;
}