@charset "utf-8";
/* CSS Document */



.clear{
clear:both;
}




/*-----------   RESET STYLES   ------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none; 
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border:0; 
} 


/*-------    FONT STYLES    ---------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
} 
a{  
color:#666666;
text-decoration:none;
}
a:hover{  
color:#CC9900;
text-decoration:none;
} 





/*---------------   INDEX   -------------------------*/

body{
background:url(images/bg01.jpg) top repeat-x;
}

#SITE{
width:780px;
margin:auto;
}

#TOPO{
background:url(images/bg02.jpg);
height:206px;
margin-top:58px;
}
	#FLASH{
	position:relative;
	width:440px;
	height:160px;
	top:25px;
	left:326px;
	}
	#MENUTOPO{
	position:relative;
	width:295px;
	height:20px;
	top:-25px;
	left:10px;
	}
	#MENUTOPO a{
	font-size:11px;
	color:#FFFFFF;
	}

#CORPO{
padding-top:30px;
padding-left:20px;
}
	#MENUSITE{
	padding-top:50px;
	float:left;
	width:280px;
	margin-right:20px;
	}
	#CONTEUDO{
	float:left;
	width:454px;
	}



