/* CSS Document */
#apresentacao {
	text-align: center;
	margin: 0 auto;
}
#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;
}
#banner {
	height: 80px;
}
#videos {
	width:770px;
	height:85px;
	background-color: #bbc1cd;	
	padding: 5px 10px 0 10px;
	clear: left;
}
