@charset "utf-8";
#principal {
	height: 645px;
	width: 759px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 5px;
	bottom: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
#topo {
	height: 293px;
	width: 760px;
	position: absolute;
	top: 0px;
	visibility: visible;
}
#conteudo {
	height: 360px;
	width: 572px;
	position: absolute;
	top: 282px;
	left: 185px;
	background-color: #0099FF;
	font-family: "Kristen ITC";
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 3px;
}

#esquerda {
	height: 354px;
	width: 187px;
	position: absolute;
	left: -1px;
	top: 282px;
	background-color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: disc;
	padding-top: 10px;
	padding-left: -15px;
}
#menu {
	width: 760px;
	position: absolute;
	visibility: visible;
	top: 237px;
	height: 44px;
	left: -1px;

}
#menu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(imagens/bt_escuro.gif);
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFFFF;
	background-image: url(imagens/bt_claro.gif);
	background-repeat: no-repeat;
}
body {
	background-image: url(imagens/bg_cinza.png);
}
