body{
	background:#429FFD url(imagens/bg.jpg) repeat-x;
	text-align: center;	
	color: #000000;
}

#corpo{
	width: 800px;
	height:570px;
	background: #ffffff;
	text-align: left;
	margin:0 auto;
	
}

#topo{
	width: 800px;
	height:150px;
	background: url(imagens/topo.jpg)no-repeat;
	text-align: center;	
	margin:0 auto;
}
#menu{
	
	text-align: center;
	height:55px;
}

#lateral-esquerdo{

	width:624px;
	height:500px;
	text-align: left;
	float:left;
	padding:2px;
	overflow:scroll;
	overflow-x:hidden;
	
}

#lateral-esquerdo-cliente{

	width:796px;
	height:500px;
	text-align: left;
	float:left;
	padding:2px;
	overflow:scroll;
	overflow-x:hidden;
	
}
#box-cliente{
	padding: 5px;
}
#box-central{
	padding: 5px;
}

#box-central h1{
	font: 20px Tahoma, Arial, Currier;
	font-weight: bold;

}

#box-central p{
	margin: 20px;
	font-weight:bold;
	font: 14 px Tahoma, Arial, Currier;
}
#box-esquerdo{
	padding:  5px;
	width:180px;
	height:100px;
	margin:10px 0 0 0;
	float: left;
	text-align:center;
	font: 12px Georgia, Verdana, tahoma;

}
#box-centro{
	width:180px;
	padding: 5px;
	height:100px;
	margin:10px 0 0 0;
	float: left;
	text-align:center;
	font: 12px Georgia, Verdana, tahoma;

}
#box-direito{
	padding:5px;
	width:180px;
	height:100px;
	margin:10px 0 0 0;
	float: left;
	text-align:center;
	font: 12px Georgia, Verdana, tahoma;
}

#lateral-esquerdo-topo{

	width:620px;
	height:400px;
	
}

#lateral-esquerdo-topo-esquerdo{

	width:376px;
	height:400px;
	float: left;
	text-align: center;
	color: #999;
	
	
}
#lateral-esquerdo-topo-direito{

	width:220px;
	Padding: 0 10px ;
	height:400px;
	float: right;
	font: 9px Georgia, Verdana, tahoma;
	
	
}
#lateral-esquerdo-topo-direito h1{
	font: 12px Georgia, Verdana, tahoma;
	text-align: center;
	font-weight: bold;
}

#lateral-direito{
	
	width:166px;
	height:500px;	
	float:right;
	text-align:center;
	padding:2px;

}

#lateral-box-esquerdo{

	width:200px;
	height:100px;
	float: left;
	text-align:center;
	font: 9px Georgia, Verdana, tahoma;

}
#lateral-box-centro{

	width:200px;
	height:100px;
	margin:0 2px 0 2px;
	float: left;
	text-align:center;
	font: 9px Georgia, Verdana, tahoma;

}
#lateral-box-direito{

	width:200px;
	height:100px;
	float: left;
	text-align:center;
	font: 9px Georgia, Verdana, tahoma;

}

#fundo-box-esquerdo{
	background: url(imagens/btn_anatel.gif);
	width:125px;
	height:90px;
	padding:10px 5px 0 70px;
	float: left;
	font: 8px Georgia, Verdana, tahoma;

}
#fundo-box-centro{
	background: url(imagens/btn_global.gif);
	width:130px;
	height:90px;
	margin:0 2px 0 2px;
	padding:10px 10px 0 60px;
	float: left;
	font: 10px Georgia, Verdana, tahoma;

}
a:visited{
	color:#999999;
}
#fundo-box-direito{
	background: url(imagens/btn_internet.gif);
	width:130px;
	height:90px;
	padding:10px 10px 0 60px;
	float: left;
	font: 9px Georgia, Verdana, tahoma;
}
#rodape{
	width:800px;
	background:#000000;
	text-align:center;
	height:40px;
	color: #ffffff;

}
#clear{
	clear:both;

}