/* CSS Document */

*{
padding:0;
margin:0;}


body{
background:url(../images/fundo.jpg);}

#site{

font-family: Verdana, Arial, Helvetica, sans-serif;
background:#FFFFFF;
margin:auto;
margin-top:10px;
width:780px;

	height: auto !important; 
	min-height: 700px; 
	_height: 700px; }

#topo{
width:778px;
height:216px;}


#menu{
float:left;
background:#BDE6FF;
width:200px;
	height: auto !important; 
	min-height: 500px; 
	_height: 500px;}


#lateral{
background:#cccccc;
float:left;
width:120px;

	height: auto !important; 
	min-height: 550px; 
	_height: 550px;}

#centro{
background:#FFFFFF;
margin:0px;
float:left;
width:455px;

	min-height: 550px; 
	_height: 550px;
	height: auto !important; 
}

#rodape{
text-decoration:none;
color: #666666;
font-size: 11px;
padding-top:5px;
clear:both;
margin:auto;
background: url(../images/fundorodape.jpg);
width:780px;
height:22px;}

	#rodape a{
	color: #666666;}

#noticias{
width:452px;;
height:200px;
overflow:auto;
overflow-x:hidden;
background:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
text-align:center;
text-decoration:none;}

#noticias  a{
background:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;}



#downloads  {
font-weight:bold;
font-size:10px;
text-decoration:none;
color:#6385A6;}

#downloads a {
text-decoration:none;
color:#6385A6;}


