*{
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
body{
	background-image: url(img/bg.gif);
}
#topo a,
#topo{
	width: 430px;
	height: 31px;
	display: block;
}
#topo{
	background-image: url(img/topo.gif);
}
#titulo a,
#titulo{
	display: block;
	width: 710px;
	height: 21px;
}
#titulo{
		background-image: url(img/titulo.gif);
		margin: 20px;
}
#topo h2,
#titulo h1{
	display: none;
}
h3,
p{
	margin: 15px;
}
h2{
	font-size: 17px;
	color: #344062;
	margin: 15px;
}
#info{
	width: 390px;
	height: 350px;
	display: block;
	float: left;
	overflow: auto;
	margin-left: 10px;	
}
#menu{
	float: left;
	display: inline;
	width: 300px;
	height: auto;
	margin-left: 30px;	
}
#menu li{
	width: 300px;
	height: 43px;
	line-height: 43px;
	display: block;
	list-style: none;
	font-size: 11px;
	color: #7C7C7C;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#menu li a{
	display: block;
	height: 43px;
	line-height: 43px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #1e3067;
}
#menu li a:hover{
	color: #000;
	background-color: #dee2ee;
}
