body{
	margin: 5px;
	background-color: #D8E1CE;
	
}

#geral {
	background-color: #ffffff;
	width: 750px;
	margin: 0 auto;
	
}

#topo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #37571C;
	height: 110px;
	width: 750px;
}


#logo {
	float: left;
	width: 250px;
	height: 110px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;

}
#titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C1D685;
	text-align: right;
	font-weight: bolder;
	float: left;
	width: 450px;
	vertical-align: bottom;
	padding-top: 80px;
	letter-spacing: 1px;
}


#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #C1D685;
	margin-top: 2px;
	height: 18px;
	width: 740px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;

}



#conteudo {
	background-color: #D8E1CE;
	height: 400px;
	width: 750px;
	margin-top: 2px;
	text-align:center;
	
}
#rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 750px;
	background-color: #37571C;
	color: #669966;
	margin-top: 2px;
}
#rodape1 {
	width: 400px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
#rodape2 {
	
	width: 300px;
	float: left;
	margin-top: 3px;
	text-align: right;
}


a{
text-decoration:none;
}

a:link{
font-size:11px;
color:#ffffff;
}

a:visited{
font-size:11px;
color:#ffffff;
}

a:hover{
text-decoration:underline;
color:#37571C;
font-size:11px;

}

a:active{
text-decoration:underline;
}

#rodape2 a:visited{font-size:11px;
color:#669966;}

#rodape2 a:hover{
text-decoration:underline;
color:#FFFFFF;
}

#rodape2 a:active{
text-decoration:underline;}
