* {
margin:auto;
padding:0;
}
body {
background-color:#3300cc;
}
A:link {
list-style:none;
text-decoration:none;
font-size:100%;
font-family:verdana;
color:#000;
}
A:active, A:visited {
list-style:none;
text-decoration:none;
font-size:100%;
font-family:verdana;
}
A:hover {
list-style:none;
text-decoration:none;
font-size:100%;
font-family:verdana;
color:#000;
}
#geral {
width:900px;
background-color:#3300cc;
}
#topo {
width:900px;
height:400px;
background-color:#3300cc;
background-repeat:repeat;
margin-top:0px;
}

#conteudo {
font-family:verdana;
font-size:100%;
padding:100px 40px 500px 40px;
width:820px;
text-align:justify;
background-color:#3300cc;
background-image:url(../img/conteudo.png);
background-repeat:repeat-y;
background-position:left top;
color:#000;
line-height:30px;
}
#yingyang {
text-align:center;
}
#rodapeinterno {
font-size:90%;
color:#000;
font-family:verdana;

text-align:center;
width:900px;
height:70px;
background-color:#3300cc;
background-image:url(../img/rodapeinterno.png);
background-repeat:no-repeat;
background-position:left top;
margin-bottom:0px;
border-top:0px solid #006600;
}
#rodape {

font-size:90%;
color:#fff;
font-family:verdana;
text-align:center;
width:700px;
height:110px;
padding:10px 0 10px 0;
margin:0 0 10px 70px;
background-color:#3300cc;
}
#titulo {
font-size:100%;
color:#fff;
font-family:verdana;
text-align:left;
width:900px;
height:60px;
background-image:url(../img/titulo.png);
background-repeat:no-repeat;
background-position:left top;
text-indent:-5000px;
}
.menu {
width:900px;
height:40px;
color:#ff0000;
}
/*	Estilo menu */
.menu ul {

text-align:center;
margin: 0;
padding: 0;
float: left;
width: 900px;
background: url(../img/menu.jpg);
height:40px;
list-style: none;
}

.menu ul li {

text-align:center;
width:176px;
float: left;
}


.menu ul a {
color:#fff;
text-align:center;
width:176px;
line-height: 2.1em;
margin-left:10px;
text-decoration: none;
float: left;
display: block;
}


.menu ul a:hover {
margin-left:10px;
height:40px;
width:176px;
color: #fff;
background: url(../img/menuverde.jpg) left top;
}