body {
	background-color:#fff;
	color:#007DC3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#conteudo {
	background-image:url(layout2.jpg);
	background-repeat:no-repeat;
	width:949px;
	position: absolute;
	left:50%;
	margin-left:-475px;
}

#box-telefone {
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

#box-telefone .text-azul {
	color:#007dc3;
}

.portfolio {
	display: block;
	width:250px;
	height:340px;	
	position:relative;
	float:left;
	margin-left:130px;
	margin-top:130px;
}

.portfolio_marquee {
	width:250px;
	height:340px;
	text-align:center;
}

.quadro, .quadro_view {
	display: block;
	position:relative;
	margin-top:105px;
	margin-left:480px;
	width:450px;
	height:450px;
	overflow:auto;
}

.quadro_view {/*
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.quadro_tit {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#007dc3;
}	

.contato {
	width:100px;
	height:100px;
	margin-top:-90px;
	margin-left:65px;
}

.contato_a {
	width:100px;
	height:100px;
	cursor:pointer;
}

.rodape {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06C;
	display: block;
	width:200px;
	height:15px;
	margin-top:15px;
	margin-left:767px;
}

.rodape a {
	color:#06C;
	text-decoration:none;
	font-weight:bold;
}

