#estrutura
{
	width:1200px;
	height:auto;
	border:1px solid #FFFFFF;
	border-radius: 15px;
	box-shadow:1px 1px 10px;
	margin-left: auto;
	margin-right:auto;
}

#banner
{
	width:1175px;
	height:100px;
	border: 1px solid #000000;
	border-radius: 15px;
	box-shadow:2px 2px 10px;
	margin-left:10px;
	margin-top:20px;
	background-image: url('banner.png');
}
#menu
{
	width:1175px;
	height: 60px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:20px;
	float:left;
}
.botao
{
width:120px;
height:30px;
border:1px solid #000000;
margin-left:22px;
margin-top:9px;
border-radius: 15px;
box-shadow:2px 2px 10px;
text-align:center;
padding-top:10px;
float:left;

}
.limpar
{
	clear:both;
}

#conteudos
{
width:1175px;
height:350px;
/*border:1px solid #000000;*/
margin-left:10px;
margin-top:10px;
}
#foto
{	
	width:587px;
	height: 330px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	float:left;
}
#titulo
{	
	width:550px;
	height: 50px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:8px;
	float:left;
	font-size:25px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#texto
{	
	width:550px;
	height:277px;
	/*border: 1px solid #000000;*/
	margin-left:10px;
	margin-top:10px;
	float:left;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#rodape
{	
	width:1175px;
	height:35px;
	/*border: 1px solid #000000;*/
	text-align:center;
	margin-left:10px;
	margin-top:75px;
	font-family: Arial, Helvetica, sans-serif;
}
#imagens
{
	width:587px;
	height: 330px;
	border: 1px solid #000000;
	margin-left:10px;
	margin-top:10px;
	float:left;
}
.botao:hover
{
background-color:#3399ff;	
}
