/*Div Pai*/

#principal{
	width:1100px;
	left:50%;
	position:relative;
	min-height:100%;
	height:auto !important;
	margin-left:-550px;
	position:absolute;
}

#topo{
	background:url(img/bg-topo.png);
	margin-top:0px;
	height:202px;
}

#topo1{
	background:url(/img/bg-topo1.png);
	margin-top:0px;
	height:202px;
}

#topo2{
	background:url(/img/bg-topo2.png);
	margin-top:0px;
	height:202px;
}

#miolo{
/*	background: url(/img/bg-conteudo.png); */
		height: 100%;
	padding: 10px 0px 30px 9px;
	clear: both;
	overflow: auto;
	background-color:#f2f2f2;
}

#conteudo{
	float: left;
	width: 800px;
	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/bg-rodape.png);
	height:94px;
	margin:0 0 7px 0;
	clear:both;
}
