/* CSS Document */

body{
	background:url(topo.png);
	background-repeat:repeat-x;
	background-color:#0066CC;
}

#topo {
	width:663px;
	height:65px;
	position:absolute;
	left:50%;
	top:0%;
	margin-left:-331px;
	margin-top:15px;
	background:url(topo_nome.png);
	background-repeat:no-repeat;
}

#frase {
	width:560px;
	height:35px;
	position:absolute;
	top:0%;
	left:0%;
	margin-top:8px;
	margin-left:90px;
}


#conteudo {
	width:487px;
	height:auto;
	position:absolute;
	top:0%;
	left:0%;
	margin-top:60px;
	margin-left:160px;
	background-color:#CBECF5;
	border: 1px solid #333;
	padding:5px;
	padding-left:10px;
}

#menu {
	width:151px;
	height:389px;
	position:absolute;
	top:0%;
	left:0%;
	margin-top:60px;
	background:url(lateral_menu.png);
	background-repeat:no-repeat;
}

#menu li{
	list-style:none;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu h2 {
	color:#fff;
	background:#000;
	display:block;
	top:0%;
	margin:-1px;
	width:139px;
	margin-left:12px;
}
#menu a {
	display:block;
	color:#330000;
	background:#fff;
	text-decoration:none;
	padding:7px 3px;
	border:1px solid #000;
	font:bold 12px arial;
}
#menu a:hover {
	background:#efefef;
}