#estrutura
{
	width:900px;
	height:800px;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
}
#banner
{
	width:880px;
	height:80px;
	/*border:1px solid #000000;*/
	margin-left:10px;
	margin-right:auto;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	margin-top:30px;
	background-image:url('banner.png');
	
}
#menu
{
	width:880px;
	height:70px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	float:left;
}
.botao
{
	width:110px;
	height:30px;
	margin-left:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	margin-top:30px;
	text-align:center;
	padding-top:15px;
	float:left;
	border-bottom
}

.botao:hover
{
	background-color: #000080;
	box-shadow: 7px 7px 10px #000080;
}

#conteudos
{
    width:400px;
	height:500px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:30px;
	float:left;	
	
	
}

#fotos
{
    width:250px;
	height:200px;
	/*border: 1px solid #000000;*/
	margin-left:30px;
	margin-top:100px;
	float:left;
	
	
}
#rodape
{
	width:880px;
	height:40px;
	border:1px solid #000000;
	margin-left:10px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	margin-top:15px;
	text-align:center;
	padding-top:15px;
}
.limpar
{
	clear:both;
	
}
#titulos
{
    width:380px;
	height:25px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:30px;	
	text-align:center;
	font-family:"lucida console", "courier New", monospace;
	color:#0000ff;
	
}
#caixatextos
{
    width:380px;
	height:300px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:30px;	
	text-align:justify;
	font-size:25px;
	
}