@charset "utf-8";
/* CSS Document */

div {
	padding:-1px;
	margin:-1px;
	
}

#geral{
	height:100%;
	width:900px;

}

#left{
	height:100%;
	width:73%;
 	float:left;

}

#leftTop{

	height: 5%;
	width: 100%;


}

#centerDiv{

	height:100%;
	width:1%;
	float:left;

}

#right{
	height:100%;
	width:26%;
	float:right;

}

#banner{

	height:100px;
	width:100%;

}

#content{

	height:100%;
	width:100%;
}

#contentRight{

	height:100%;
	width:0%;
	float:left;
	
}

#rightTop{

	height: 50px;
	width: 100%;
	float:left;

}

#rightBottom{

	height: 1450px;
	width: 100%;
	float:left;
}

#contentLeft{

	height:98%;
	width:100%;
	float:left;
	border-right-color:#4F4532;
	border-right-width:1px;
	border-right-style:solid;

}

#rodape{

	height:200px;
	width:90%;
	float:left;
}

#logo{

	height:100%;
	width:200px;
	float:left;
}

#bannerAd{

	height:100%;
	width:300px;
	float:left;

}

#rodape1{

	height:30%;
	width:100%;
}

#rodape2{

	height:30%;
	width:100%;
}

#rodape3{

	height:30%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin: 15px;
	font-weight:normal;
}

#rodape4{

	height:10%;
	width:100%;
}

#rodape20{

	height:100%;
	width:17%;
	float:left;
}

#rodape21{

	height:100%;
	width:17%;
	float:left;
}

#rodape22{

	height:100%;
	width:17%;
	float:left;
}

#rodape23{

	height:100%;
	width:17%;
	float:left;
}

#rodape24{

	height:100%;
	width:17%;
	float:left;
}

#nav{

	margin: 0;
	padding: 0;
	background: #6F6146;
	list-style-type: none;
	width: 100%;
	float: left;
}

#nav li{

	margin: 0;
	padding: 0;
	float: left;
	width:20%;

}

#nav a{

	float: left;
	color: #FFF;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	width: 100%;
}

#nav #nav_contato a {

	border: none;

}

#nav a:hover{

	background: #4F4532;

}

#nav li.current a {

	background: #BEB06F;
	color: #1A1303;
	font-weight: bold;

}

