#estrutura
{
	width:900px;
	height:700px;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	border-radius:20px;
	box-shadow: 20px 20px 50px #000000;
}
#banner
{
	width:880px;
	height:60px;
	margin-top:15px;
	border: 1px solid #000000;
	margin-left:10px; 
	margin-top:15px;
	border-radius:20px;
	box-shadow: 20px 20px 50px #000000;
	background-image:url('banner.png');
}
#menu
{
	width:200px;
	height:500px;
	/*border:1px solid #000000;*/
	margin-left:10px; 
	margin-top:30px;
	float:left;
}

.botao
{
	width:180px;
	height:30px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:30px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	text-align:center;
	padding-top:15px;
}

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

#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:10px; 
	margin-top:180px;
	float:left;
}

#rodape
{
	width:880px;
	height:40px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:15px;
	border-radius:20px;
	box-shadow: 2px 2px 10px #000000;
	text-align:center;
	padding-top:15px;
}
.limpar 
{
	clear:both
}

#titulos
{
	width:380px;
	height:30px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	/*box-shadow: 2px 2px 10px #000000;*/
	text-align:center;
	font-family:"Lucida Console","Courier New", monospace;
	padding-top:15px;
	color:#0055ff
}

#caixadetextos
{
	width:380px;
	height:390px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:20px;
	text-align: justify;
	font-size: 25px;
	box-shadow: 2px 2px 10px #000000;
	text-align:center;
	padding-top:15px;
}
