body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(imgs/fundao.jpg) fixed;
}
#geral {
	width:1000px;
	margin:auto;
}
#geral_background {
	width:1000px;
	background:#FFFFFF;
	position:absolute;
}
#topo {
	width:1000px;
	height:220px;
	float:left;
}
#menu {
	width:245px;
	min-height:637px;
	float:left;
	background:url(imgs/fundomenu.jpg);
	*margin-top:-100px;
	vertical-align:top;
}
#conteudo {
	width:680px;
	height:auto;
	margin-left:35px;
	float:left;
	text-align:justify;
	background:#FFFFFF;
}
#rodape {
	width:1000px;
	float:left;
	height:70px;
	background:url(imgs/rodape.jpg) no-repeat;
}
#logomarcas{
width:990px;
float:left;
margin-left:15px;
margin-right:15px;
margin-top:20px;
margin-bottom:20px;
height:auto;
}
h1 {
	color:#06431C;
	font-weight:bold;
	font-size:14px;
}
h2 {
	color:#06431C;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}
h3 {
	text-transform:uppercase;
	font-size:12px;
	color:#06431C;
}
h3:first-letter {
	font-size:13px;
}
h4 {
	color:#06431C;
	font-size:13px;
}
a {
	color:#06431C;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#06431C;
	text-decoration:underline;	
	font-weight:bold;
}