/*Div Pai*/

#principal{
	width:980px;
	left:50%;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left:-490px;
	position:absolute;
}

#topo{
	margin-top:0px;
	height:226px;
}


#miolo{
	padding: 10px 10px 10px 10px;
	clear: both;
	overflow: auto;
	position: relative;
}

#conteudo{
	float: left;
	width: 480px;
	height: 100%;
	padding: 0px 20px 0px 10px;
	border-right: 1px solid #c2c2c2;
}

#lateral {
	width: 230px;
	height: auto !important;
	height: 100%;
	float: left;
	padding: 20px 20px 20px 10px;
}

#rodape{
	background:url(img/rodape.gif);
	height:113px;
	clear:both;
}
