
/* CSS Document */

body {
	background:#CCCCCC url(imagens/fundo_body.jpg) no-repeat; 
	margin:auto;
	
	 }


a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:5px;
	size:9px;
	color:#000;
	
  }
  
ul,li{margin:0px; padding:0px; list-style-type:circle;}


h3 {font-family:"Times New Roman", Times, serif; color:#fff; size:10px; padding:0px; margin:0px;}

#site {
	
	width:798px;
	min-height:680px;
	margin:auto;
}

#topo {
	margin:auto;
	background: url(imagens/logo.jpg) no-repeat;
	width:798px;
	height:300px;
			
}


#direita_topo{
	float:right;
	width:200px;
	height:300px;
	background:#fff url(imagens/fundo_body.jpg) no-repeat;
	margin-left:10px;
	margin-top:0px;
	padding-top:20px;
	padding:0px;
	
}

#principal {
	width:100% !important;
	height:360px;
	
}


#bottom
{
}

/* Footer */
#footer
{
background:url(imagens/fundo_body.jpg) no-repeat; 
padding-top: 20px;
border: 1px solid #FFF;
height: 50px;
width: auto;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
line-height:1.2em;

}

#footer p {
	text-align: center;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}


