#estrutura
{
		width:900px;
		height:700px;
		border:1px solid #000000;
		margin-left:auto;
		margin-right:auto;
		border-radius:10px;
		box-shadow:10px 10px 10px #000000;
		
}
#banner
{
	width:880px;
	height:50px;
	border:1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;
	background-image:url('banner.png');
	
}
#menu
{
	width:200px;
	height:500px;
	border:1px ghost #000000;
	margin-left:15px;
	margin-top:25px;
	float:left;
	
}
.botao
{
	width:165px;
	height:28px;
	border:1px ghost #000000;
	margin-left:10px;
	margin-top:50px;
	border-radius:45px;
	box-shadow:2px 2px 10px #000000;
	text-align:center;
	padding-top:10px;
	
}
.botao:hover
{
	background-color: #0000ff;
	box-shadow:8px 8px 8px #000000;
	
}
#conteudos
{
	width:400px;
	height:450px;
	border:1px ghost #000000;
	margin-left:15px;
	margin-top:60px;
	float:left;
	
}
#fotos
{
	width:230px;
	height:200px;
	border:1px ghost #000000;
	margin-left:15px;
	margin-top:180px;
	float:left;

}
#rodape
{
	width:880px;
	height:40px;
	/*border:1px solid #000000;*/
	margin-left:10px;
	margin-top:20px;
	text-align:center;
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;
	padding-top:10px;
	
}
.limpar
{
	clear:both;
	
}
#titulo
{
	width:400px;
	height:30px;
	/*border:1px solid #000000;*/
	margin-left::center;
	margin-right:center;
	margin-top:5px;
	text-align:justify;
	text-align:center;
	font-size:16px;
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;
	padding-top:15px;
	font-family:"Lucida Console", "Courier New", monospace;
	color:#0000ff;
	
}
#contexto
{
	width:400;
	height:450;
	border:1px ghost #000000;
	margin-left:center;
	margin-top:100px;
	float:center;
	
}
	