/* 

Desenvolvido Por: WT Sistemas

Rua. São Rafael 103, Floresta - BH
Contato - 3245-7330
http://www.wtsistemas.com.br

*/



#content{
	float:left;
	width:940px;
	margin:0 auto;
}

#content #pageHeader{
	width:100%;
	height:30px;
	overflow:hidden;
	background:#9A8457;
	position:relative;
	margin-bottom:20px;
}

#content #pageHeader h2{
	padding-right:20px;
	background:#FFFCF2;
	display:table;
	font-size:30px;
	color:#9A8457;
	text-transform:uppercase;
	letter-spacing:-2px;
	position:absolute;
	top:0px;
	left:0px;
}

#content #pageContent{
	width:100%;
	overflow:hidden;
	margin-bottom:0px;
}

#content #pageContent .scrollable
{
height:auto;
margin-bottom:0px;
border:0px solid black;
}
#content #pageContent .scrollable div.descricao
{
float:left;
height:auto;
width:900;
border-bottom:2px dotted #C2B499;
padding-bottom:10px;
margin-bottom:10px;
}
#content #pageContent .scrollable h2
{
color:rgb(102,68,0);
float:left;
font:18px Arial, Helvetica, sans-serif;
}
#content #pageContent p
{
float:left;
font-size:13px;
text-align:justify;
width:100%;
line-height:18px;
color:#999999;
}
