body {
	background-color: #FFF5CC;
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	display: block;
	margin: auto;
	position: relative;
	text-align: left;
	width: 970px;
	top: 8px;
	max-width: 970px;
}
#menubar {
	background-color: #FFF5CC;
	position: absolute;
	height: 300px;
	width: 186px;
	left: 8px;
	top: 161px;
	z-index: 2;
	margin: 0px;
	padding-top: 35px;
	padding-left: 10px;
}
#bannersup {
	position: absolute;
	height: 220px;
	width: 670px;
	left: 300px;
	top: 5px;
	z-index: 1;
}
#title {
	position: absolute;
	top: 158px;
	font-style: italic;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	left: 252px;
	width: 665px;
}
#title #header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#titleimg {
	position: absolute;
	height: 44px;
	width: 697px;
	top: 172px;
	z-index: 1;
	left: 240px;
}
#barra_horiz {
	position: absolute;
	z-index: 3;
	height: 14px;
	width: 751px;
	left: 0px;
	top: 157px;
}
#barra_vert {
	position: absolute;
	z-index: 2;
	height: 358px;
	width: 14px;
	left: 212px;
	top: 217px;
	background-image: url(../images/barra_vert.png);
	background-repeat: repeat-y;
	background-position: center;
}
#logo {
	position: absolute;
	left: 18px;
	top: 22px;
}
#texto {
	position: absolute;
	width: 681px;
	left: 253px;
	top: 266px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
