/* CONTAINERS MESTRES */

body {
	margin:0px 0px 0px 0px;
	background-image:url('../layout/fundogeral.jpg');
	background-attachment:fixed;
	background-repeat:repeat-x;
}

#geral{
	width:100%;
}

#linha{
	width:100%;
	float:left;
}

#topo{
	width:800px;
	height:300px;
	background-image:url('../layout/topo.jpg');
	background-repeat:no-repeat;
}

/* CONTAINERS INTERNOS */

#base{
	width:100%;
	margin-top:20px;
	margin-bottom:80px;
}

#base2{
	width:830px;
	margin:0px;
}

#menu{
	width:199px;
	text-align:left;
	float:left;
	margin-left:10px;
	margin-bottom:80px;
	margin-top:98px;
}

#menu2{
	width:199px;
	text-align:left;
	margin-right:20px;
	float:left;
}

#cont{
	width:65%;
	text-align:justify;
	margin-left:30px;
	float:left;
	margin-bottom:80px;
}

#cont2{
	width:300px;
	text-align:justify;
	float:left;
	margin-bottom:80px;
}

#separador{
	height:80px;
}

#titulo{
	width:100%;
	border-bottom:1px solid #ccc;
	margin: 0px 0px 10px 0px;
	font-family:georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	font-size:30px;
	color:#009036;
}

/* CONTINAERS RODAPE E DADOS */

#dados{
	width:100%;
	text-align:center;
	background-color:#c296cc;
	border-top:1px solid #6f2f7e;
	border-bottom:1px solid #6f2f7e;
	float:left;
}

#rodape{
	text-align:center;
	width:100%;
	background-color:#fff;
	float:left;
}