body {
	margin: 0px;
}
#logo {
	background-color:#F0EDE4;
	height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
#logo img{
	display:block;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	font-size: 17px;
	color: #9D897E;
	font-family: Arial;
	background-color: #A08A7F;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4CCB4;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
#menu a:hover {
	color: #FBFAE5;
}
#menu ul {
	z-index: 1000;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:0px;
	margin-top:0px;
}
#menu ul li{
	display: inline;
	background-color: #A08A7F;
	position: relative;
	list-style-type: none;
}
#menu ul li ul{
	background-color: #A08A7F;
	width:250px;
	position: absolute;
	display:none;
	left: 0px;
	top: 15px;
	bottom: 0px;
}
#menu ul li ul li{
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
#menu ul li ul li a{
	font-weight: normal;
	font-size: 14px;
}
#menu ul li:hover ul {
	display: block; 
}

#banner {
	width: 1004px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;;
	margin-top: 0px;
	margin-bottom: 30px;	
}
#rodape {
	background-color: #CEC2A9;
	clear: both;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top:30px;
	line-height: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A08A7F;
}
#rodape #endereco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	width: 33%;
	height: 220px;
	float:left;
	background-color: #CEC2A9;
}
#rodape #endereco img{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#rodape #endereco p{
	margin-top: 10px;
	padding-top: 0px;
}
#rodape #navegacao{
	background-color: #CEC2A9;
	width: 34%;
	height:220px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#rodape #navegacao ul li{
	text-align: center;
	list-style:none;
	margin-bottom: 10px;
	margin-top: 0px;
}
#rodape #navegacao ul li a{
	color: #333;
	text-decoration: none;
	
}
#rodape #sociedades{
	width: 33%;
	height: 220px;
	float:left;
	background-color: #CEC2A9;
}
#rodape #sociedades img{
	display:block;
	margin-right: auto;
	margin-left: auto;
	
}
#limparodape{
	clear:both;
}
