#boxTop {
	display: table-row;
}

#boxCoisas {
	text-align:left;	
	width: 460px;

	border: 2px solid #666666;
	
	float: left;
	
	background-image: url("../img/bg_cinza.jpg");
	background-repeat: repeat-x;
	background-color: white;
}

#boxCoisas .texto a{
	font-family: Trebuchet MS;
	font-size:22px;
	color: #666666;
	line-height: 140%;
	text-decoration: none;
}

#boxCoisas .texto a:hover {
	color:#99CC33;
}

#boxFotos {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	
	width: 460px;
	height: 450px;
	
	border: 2px solid #666666;
	
	float: right;
display:inline
	
	background-image: url("../img/bg_cinza.jpg");
	background-repeat: repeat-x;
	background-color: white;
}

#boxFotos img{
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	border:0px;
}

#boxMusicas {
	text-align:left;

	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;

	width: 460px;
	height: 226px;
	
	border: 2px solid #666666;
	
	float: left;
	
	background-image: url("../img/bg_cinza.jpg");
	background-repeat: repeat-x;
	background-color: white;
}

#boxMusicas .musicas {
	line-height: 1;
	margin-top:5px;
	color: #333333;
}

#boxMusicas .musicas a{
	color: #333333;
}

#boxMusicas .musicas a:visited{
	color: #333333;
	text-decoration:none;
}

#boxMusicas .musicas a:hover{
	color:#99CC33;
}

#boxRecomendo {
	text-align:left;

	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	
	margin-bottom:10px;

	width: 935px;
	height: 150px;
	
	border: 2px solid #666666;
	
	background-image: url("../img/bg_cinza.jpg");
	background-repeat: repeat-x;
	background-color: white;
}

#boxRecomendo p {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size:12px;
	line-height: 14px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

#boxRecomendo p a{
	color: #333333;
}

#boxRecomendo p a:visited{
	color: #333333;
}
#boxRecomendo p a:hover{
	color:#99CC33;
}

.ultimaFoto p{
	border:0px;
	padding:0px;
	margin:0px;
	
	font-size:1em;
}

.ultimaFoto p a{
	border:0px;
	padding:0px;
	margin:0px;
}
.poweredBy {
	font-size:.8em;
	float:right;
	margin-top:2px;
	color:#AAAAAA;
}




















