@charset "iso-8859-1";
/* CSS Document */

body 
{
margin-top:0px;
background-color: #fff;
background-image: url(../imagens/bg.jpg);
background-repeat: repeat-x;
background-position: top;
margin-left: 0px;
}

#Geral 
{
	width:98%;
	margin:5px;
}
	   
	   
#Menu_fora
{
	width:817px;
	height:30px;
	margin-top:130px;
	border:#CCC solid 1px;
	padding:5px;
}

#Fechar 
{
	width:817px;
	height:10px;
	border:#CCC solid 0px;
	margin-top: 1px;
	padding:5px;
	
}
	   
#Identificacao 
{
	width:817px;
	height:120px;
	border:#CCC solid 1px;
	margin-top: 10px;
	padding:5px;
	
}

#Lateral
{
	position:absolute;
	width:200px;
	height:300px;
	border:#CCC solid 1px;
	margin-top:5px;
	float: left;
	padding:5px;
}

#Lateral2
{
	position:absolute;
	width:600px;
	height:300px;
	border:#CCC solid 1px;
	float: left;
	display: block;
	margin-top:5px;
	margin-left: 217px;
	padding:5px;
}
	
    
#Rodape
{
	width:817px;
	height:30px;
	margin-top:321px;
	border:#CCC solid 1px;
	position:absolute;
}
	  
	
	
