
body {
	background-color: #E9B74D;
	background-image: url(imagens/menu_fundo.jpg);
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 18px;
	}

a:link, a:visited, a:active {
	color: #FFFFCC;
	text-decoration: none;
}

a:hover {
	color: #4D1301;
}

#separador {
	position: absolute;
	border: 0px;
	padding: 0px;
	height: 5px;
	width: 180px;
	top: 120px;
	left: 20px;
}

#logo {
	position:absolute;
	width:200px;
	height:94px;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}