	body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/background_image.jpg);
	background-repeat:no-repeat;
	}
	
	a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}
	
	a:hover{
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
	}	
	
	#all{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
	}
	
	
	#topo{
	
	width:800px;
	height:168px;
	margin-top:40px;
	
	}
	
	#corpo{
	
	width:800px;
	clear:both;
	
	}
	
	#conteudo{
	
	width:750px;
	margin-left:25px;
	margin-right:25px;
	clear:both;
	
	}
	
	
	#rodape{
	background-image:url(img/rodape.jpg);
	height:150px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	
	}
	
	.links{
	text-decoration:none;
	color:#999999;
	font-size:15px;
	}
	
	.links:hover{
	text-decoration:none;
	color:#990000;
	font-size:15px;
	}
	
	
	
	.espacamento{
	width:15px;
	float:left;
	}
	
	.lateral{
	width:149px;
	float:left;
	border-right:1px dotted #ccc;
	height:150px
	}
	img{
	border:none;
	}
	.link_logo{
	border:none;
	text-decoration:none;
	}