/* CSS Document */
body{
	margin:0 auto;
	background-image:url(imagens/fundo.jpg);
	font: 13px  Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 773px;
	}

#topo {	
	height:183px;
	background-color:#FFFFFF;
	}
	
#menu  {
	width: 773px;
	background-color:#FFFFFF;
	}
#line  {
	width: 773px;
	background-color:#FFFFFF;
	}	
	
#bemvindo  {
	width: 773px;
	background-color:#FFFFFF;

	}

#conteudo {
	width:493px;
	background-color:#FFFFFF;
	float:left;
	}
	
#conteudo1 {
	width:435px;
	text-align: justify;
	background-color:#FFFFFF;
	padding-left: 35px;
	padding-right: 20px;
	float:left;
	}
	
#conteudo2 {
	width: 693px;
	background-color:#FFFFFF;
	text-align:justify;
	padding-left: 40px;
	padding-right: 40px;
	}

#fotos {
	width:331px;
	text-align:left;
	text-decoration:blink;
	background-color:#FFFFFF;
	padding-left: 35px;
	padding-right: 20px;
	float:left;
	}
			
#fotos1 {
	width:331px;
	text-align:left;
	background-color:#FFFFFF;
	padding-left: 35px;
	padding-right: 20px;
	float:right;
	}

#principal * {
	padding: 0 20px;
	}
#navegacao * {
	padding: 0 8px;
	}
#rodape {	
	clear:both;
	height:20px;
	background-color:#FFFFFF;
	}
	
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

</style>

