/* CSS Document */

.bodyfundo{

	background:#000000;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #cdcdcd;
	font-weight:normal;
	font-size:17px;
	text-decoration: none;
	line-height: 20px;
}

#body-center{
	width:800px;
	position:relative;
	clear: both; 
	margin:0px auto;
  	text-align:left;
	float: none;

}


#topo{
	background:#000000 url(images/topo1.jpg) repeat-x top left ;
	width: 800px;
	height:170px;
}

#conteudo{
	background:#000000 url(images/bg_cor.jpg) repeat-x top left ;
	width: 800px;
	height:443px;
}

.coluna{
	width: 340px;
	float:left;
	margin:24px 24px 12px 30px;
}
.titulo{
line-height:24px;
margin-bottom:14px;
font:Arial, Helvetica, sans-serif;
font-size:22px;
color:#dea701;
}

.linkamarelo{
line-height:21px;
font:Arial, Helvetica, sans-serif;
font-size:18px;
color:#bc8f06;
text-decoration:none;
}

.linkpq{
line-height:18px;
font:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:underline;
color:#CCCCCC;
}