#conteudo {
	float: left;
	height: 660px;
	width: 700px;
	background-color: #EEDD82;
	margin: 10;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#menu a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFCC00;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}


#menu {
	float: left;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 440px;
}
#top {
	height: 159px;
	width: 900px;
	background-color: #FFCC00;
}
#rodape {
	clear: both;
	width: 900px;
	background-color: #660000;
	height: 20px;
}
#principal {
	background-color: #B8860B;
	width: 900px;
	position: relative;
	margin: auto;
}
