*{
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999;
}

body{
	background:url(imagens/bg.jpg) #fff repeat-x;
	scrollbar-arrow-color:#f3f7ee;
	scrollbar-3dlight-color:#dae9cb;
	scrollbar-highlight-color:#a2b68d;
	scrollbar-face-color:#a2b68d;
	scrollbar-shadow-color:#a2b68d;
	scrollbar-darkshadow-color:#dae9cb;
	scrollbar-track-color:#dae9cb;
	background-color: #FFF;
}

#geral{
	width:auto;
	height:auto;
	font-size:12px;
	
}

#topo{
	width:990px;
	height:150px;
}

#menu{
	width:990px;
	height:90px;
	padding-top:7px;
	_padding-top:2px;
}


#conteudo{
	width:990px;
	height:500px;
	background:#f3f7ee;
}

#conteudo_home{
	width:990px;
	height:400px;
}

#titulo{
	width:990px;
	height:55px;
	background:#dae9cb;
}

#sombra{
	width:990px;
	height:60px;
	background:url(imagens/sombra.jpg) repeat-x;
	margin-top:1px;
}

#rodapeTodo {
	width:100%;
	height:100px;
	background-color:#FFF;
	position:fixed;
	bottom:0px;
	border-top:1px solid #fff;
	background-image: url(imagens/rodape.jpg);
}


#rodape{
	width:990px;
	height:100px
	margin:0px auto;
	padding:5px 0px;
	font-size:0.8em;
	text-align:center;
	background-color: #FFF;
	background-image: url(imagens/rodape.jpg);
}

p{
	margin-bottom:10px;
}

#conteudo_empresa{
	width:460px;
	height:400px;
	background:#f3f7ee;
}

#titulo_empresa{
	width:460px;
	height:55px;
	background:#dae9cb;
}

#texto_empresa{
	width:420px;
	height:300px;
	text-align:justify;
	padding:20px;
}

#sombra_empresa{
	width:460px;
	height:60px;
	background:url(imagens/sombra.jpg) repeat-x;
	margin-top:1px;
}

a{
	color:#68765c;
}

a:hover{
	color:#666;
}


	
	

