@charset "utf-8";
/* CSS Document */

body{ background:url(../images/fundo.jpg)}
#all {margin:0 auto;position:relative; width:800px;}
#topo {background:url(../images/topo.jpg) no-repeat center; width:800px; height: 140px; margin:0 auto; position:relative;}
#corpo {
	background:url(../images/bottom.jpg) no-repeat center;
	width:610px;
	padding-right:155px;
	padding-left:35px;
	padding-top:0px;
	height: 600px;
	margin:0 auto;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align: justify;
}

#scroll{
	overflow:auto;
	height:530px;
}



h1{ font-size:20px; color:#fff; border-bottom:1px dashed #fff}
h2{ font-size:20px; color:#fff; border-bottom:1px dashed #fff}


#menu ul{ margin:0; padding:0px 0px 5px 0px; font-size:14px; font-family:Arial, Helvetica, sans-serif}
#menu li{ display:inline; padding-right:10px; font-weight:bold}
#menu li a{ text-decoration:none; color:#030}
#menu li a:hover{ text-decoration:underline; color:#659065}
