/* CSS Document */

body{
	margin:0px;
	background-color:#E0E0F7;
	background-image:url(imagens/back1.jpg);
	background-repeat:repeat-x;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}	

div#topo{
	width:779px;
	height:120px;
	clear:both;
	border-top:#4E4EA5 5px solid;
	margin-top:20px;
	}
	
div#menu{
	width:779px;
	height:30px;
	clear:both;
	background-color:#4E4EA5;
	margin-top:1px;
	}	
	
div#conteudos{
	width:779px;
	background-color:#ffffff;
	clear:both
	}
	
div#rodape{
	width:779px;
	height:30px;
	float:left;
	margin-top:0px;
	line-height:28px;
	color:#5C5CA5;
	background-color:#9C9CD7;
	background-image:url(imagens/rodape.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	}		
	
div#rodape1{
	width:585px;
	float:left;
	padding-left:15px;
	}	
div#rodape2{
	width:164px;
	float:left;
	text-align:right;
	}	
div#rodape a{
	color:#5C5CA5;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#ffffff;
	}				
					