@charset "UTF-8";
/* CSS Document */

.content{
	width:870px;
	height:450px;
	/*border:solid 1px blue;*/
}
.foto{
	background-image:url(images/home-small.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	height:450px;
	width:600px;	
	float:left;
	/*border:solid 1px black;*/
}

.rodape p{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:white;
	float:left;
	clear:left;
	padding:0 0 0 0;
	margin:8px 0 0 40px;
}

.destaques{
	font-size:22px;
	padding-top:10px;
}

.veja{
	width:250px;
	height:436px;
	/*border:solid 1px red;*/
	float:left;
	margin:0 0 0 10px;
	background-color:#482c0e;
	color:#FFFFFF;
}
.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:1400px;
	height:150px;
	margin-left:-20px;	

}