body {
	background-image: url(../imagens/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img{ 
	border:0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color:#666666;
	line-height:160%;
}

#corpo{
	position:relative;
	margin:auto;
	width:715px;
}
#topo{
	height:212px;
}
#menu{
	background-color:#FFFFFF;
	background-image:url(../imagens/bg-menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:40px;
	padding-left:35px;
} 
ul#menu-humayta {
	display:inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu-humayta li{
	padding-top:15px;
	padding-left:15px;
    float: left;
	display:inline;
}

ul#menu-humayta li a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
    display: block;
}
ul#menu-humayta li a:hover{
	background-color:#FFFFFF;
	color:#000066; 
}
#conteudo-humayta{
	width:705px;
	float:left;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
}

#conteudo-esquerda{
	background-color:#FFFFFF;
	width:455px;
	_width:455px; 
	float:left;
}
#conteudo-separador{
	width:10px; 
	float:left;
}
#conteudo-direita{
	width:240px; 
	float:left;
}

#fechamento{
	width:715px;
	float:left;
	height:26px;
	background-image:url(../imagens/bg-fechamento.gif);
	background-repeat:no-repeat;
}
#rodape{
	text-align:center;
	padding-top:10px;
	background-image:url(../imagens/bg-rodape.gif);
	background-repeat:no-repeat;
	width:715px;
	height:55px;
	float:left;
}

/* === */

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C3E61;
	text-transform: uppercase;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

