* {
    font-family: Verdana;
    font-size: 10pt;
	text-decoration:none;
	margin:0;
	padding:0;
	border:none;
}

html, body {
    width: 100%; height: 100%;  text-align: center;
position:absolute;
background-color: #E4E2E3; 
margin: 0px auto;
}

#geral {
width:770px;
text-align: left;
margin: 0 auto;
border: 0px;
}

#superior {
width: 770px;
height: 28px;
background: #F9F4E5 url(images/fundosuperior.jpg);
}

#titulo {
width: 265px;
float: left;
}

#menucima {
float: left;
width: 495px;
height: 28px;
}

#menucima ul {
display: inline;
width: 495px;
} 

#menucima ul li{
display: inline;
list-style: none;
}

#menucima ul li a {
display: block;
margin:0;
padding:0px 0px 0px 0px;
float:left;
text-align:left;
width: 160px;
height: 28px;
line-height:28px;
color: #FFF;
text-decoration: none;
display: inline;
}

#menucima ul li a:hover { 
color:#FF9900;
}

#master {
display: table-cell;
background: #FFF url(images/fundomaster.jpg);
width: 770px;
}

#menu {
float: left;
text-align: left;
width: 200px;
}

#menu ul li {
height: 27px;
background-color: #506576; 
list-style: none;
background: #FFF url(images/fundomenu.jpg);
display: block;
}

#menu ul li a {
padding-left:25px;
padding-top:5px;
width: 200px;
color: #FFF;
text-decoration: none;
}

#menu ul li a:hover { 
color:#FF9900;
}

#conteudo {
float: left;
text-align: center;
width: 570px;
background: #FFF url(images/fundoconteudo.jpg) no-repeat;
}

#mais {
text-align: justify;
width: 550px;
}

#textos {
text-align: justify;
padding-left: 5px;
padding-right: 5px;
width: 540px;
}

#textos ul {
list-style-position: inside;
}

#rodape {
padding-top: 10px;
color: #FFF;
text-align: center;
width: 770px;
height: 32px;
background: #FFF url(images/rodape.jpg) no-repeat;
}


h1 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
}

h2 {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}