* {
	margin: 0;
	padding: 0;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(imagens/bg_listra.gif);
	text-align: center;
}

h1 {
	background: url(imagens/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 202px;
	height: 121px;
}

h1 span {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
}

h3 {
	font-size: 16px;
	color: #768b49;
}

#principal {
	width: 934px;
	height: 564px;
	margin: 0 auto;
	/*position:static;*/
	text-align:left;
	/*right:50%;
	margin-right: -233px;
	position: relative;*/

}

#cabecalho {
	width: 202px;
	height: 545px;
	background-color: white;
	z-index: 3;
	margin-left: 20px;
	margin-top:20px;
	position: absolute;

}

#menu {
	z-index: 2;
	background-color: #8da9b8;
	width: 633px;
	height: 25px;
	margin-top: 35px;
	position: absolute;
	padding-left:299px; /*279*/
	padding-top:75px;

}

#menu ul{
	list-style: none;
	width:640px;
	height:25px;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight: bold;
}

#menu ul li{
	float:left;
	margin: 0 7px;
	text-align:center;
	}
	

#menu ul li a{
	display:block;
	float:left;
	/*width:104px;*/ /*70px*/
	/*height:20px;*/
	padding: 5px 10px;
	/*padding-top: 5px;*/
	text-decoration:none;
	color:white;
	line-height:15px;
	text-align:center;
	
	}	
	
	#menu ul li a:hover{
	display:block;
	float:left;
	/*height:20px;*/
	padding-top: 5px;
	text-decoration:none;
	color:white;
	line-height:15px;
	background-color:#9BAE71;
	
	}	

#conteudo{
	background-color: white;
	/*background: url(imagens/fundo_home.jpg);*/
	overflow: hidden;
	width: 674px;
	height: 545px;
	z-index: 1;
	margin-left: 239px;
	margin-top: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

#conteudo img
{
	border: 0;
	width: 674px;
	height: 545px;
}


#chamada1 {
	z-index: 4;
	background-color: #e6efd2;
	width:274px;
	height:80px;
	position: absolute;
	margin-top: 205px;
	padding-left: 29px;
	padding-bottom: 11px;
	padding-right: 17px;
	padding-top: 21px;
	font-size:12px;
}

#chamada1 a
{
font-size:12px;
color: #768b49;
}

#chamada2 {
	
	z-index:4;
	background-color: #e6efd2;
	width:274px;
	height:80px;
	position: absolute;
	margin-top:345px;
	padding-left: 29px;
	padding-bottom: 11px;
	padding-right: 17px;
	padding-top: 21px;
	font-size:12px;
}

#chamada2 a
{
font-size:12px;
color: #768b49;
}

#azulzinho1 {
	width:11px;
	height:121px;
	position: absolute;
	background-color: #8da9b8;
	z-index:5;
	margin-top:202px;
	margin-left:14px;
}

#azulzinho2 {
	width:11px;
	height:121px;
	position: absolute;
   background-color: #8da9b8;
	z-index:5;
	margin-top:342px;
	margin-left:14px;
}

#rodape {
	z-index: 6;
	width: 932px;
	height: 18px;
	background-color: #8da9b8;
	margin-top: 560px;
	position: absolute;
	font-size: 16px;
	font-style: normal;
	color:white;
	text-align: center;
	padding-top: 2px;
}