body{
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	text-align:justify;
	color:#330;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
#topo{
	background-image:url(images/topo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:39px;
	padding-top:475px;
}


/*MENU*/
#menu{
	width:700px;
}
#menu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/
}
#menu li{
	display:inline;
	display:inline-block;
	float:left;
}
#menu a {
	display: block;
	margin-left:12px;
	margin-right:11px;
	border: 0;
	text-decoration: none;
	background-image: url(img/menu_l.jpg); 
	voice-family:inherit;
	color:#330;
    font: small Georgia, Times New Roman, Times, serif;
	font-weight:bolder;
	font-size:15px;
}
#menu a:hover{
	text-decoration:underline;
}


/*MIOLO*/
#miolo{
	width:680px;
	text-align:justify;
	/*margin-bottom:100px;*/
}
#miolo p{
	line-height:25px;
}
#miolo h2{
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*FOOTER*/
#footer{
	background-image:url(images/footer3.png);
	background-repeat:no-repeat;
	background-position:center;
	height:99px;
	text-align:left;
}
