/* CSS Document */

#topo {
	background-image: url(../imagens/topo.png);
	width: 790px;
	height: 80px;
}
#topo h1 {
	font-size: 36px;
	font-weight: normal;
	margin-left: 100px;
	color: #092c4a;
}
#topo p {
	margin-left: 100px;
	color: #092c4a;
}
#topo a {
	color: #333333;
	text-decoration: underline;
}
#cinza {
	width:770px;
	height:85px;
	background-color: #bbc1cd;	
	padding: 5px 10px 0 10px;
	clear: left;
}
#coluna1 {
	width: 400px;
	float: left;
	padding: 10px;
}
#coluna1 ul, #coluna2 ul, #coluna3 ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#coluna1 li, #coluna2 li, #coluna3 li {
	margin-bottom: 8px;
}
#coluna1 a, #coluna2 a, #coluna3 a {
	color: #777;
	font-size: 11px;
	font-weight: bold;
}
#coluna2 {
	width: 330px;
	float: left;
	padding: 10px;
}
