body {
	margin: 1px 1px 1px 1px;
	font-family:Arial;
	font-size: 12px;
}

#topo {
	position:absolute;
	left:0px;
	top:0px;
	width: 778px;
	height: 80px;
	background-color: #000099;
}

#menu {
	position:absolute;
	left:0px;
	top:80px;
	width: 778px;
	height: 20px;
	background-color: #ffffff;
	font-weight: bold;
	text-align: right;
}

#esquerda {
	position:absolute;
	left:0px;
	top:100px;
	width: 150px;
	height: 350px;
	background-color: #ffffff;
}

#conteudo {
	position:absolute;
	left: 151px;
	top: 100px;
	width: 628px;
	height: 350px;
	background-color: #eeeef9;
}

#logo {
	font-size: 37px;
	color: #ffffff;
	font-weight: bold;
	margin: 25px 0px 0px 20px;
}

#titulos {
	color: #01539f;
	background-color: #3ccbfe;
	padding: 2px 2px 2px 4px;
	font-size: 18px;
	font-weight: bold;
}