body {
text-align: center;
background-color: #69c;
font-family: Arial, Helvetica, sans;
font-size: 10px;
}

img {
border: 0px;
}

#corpo {
padding: 0px;
margin: 0px auto;
margin-top: 1px;
margin-bottom: 10px;
border: 1px solid #fff;
width: 760px;
background-color: #fff;
}

#cabecalho {
padding: 0px;
height: 100px;
}

#main {
width: 760px;
text-align: left;
background-color: #fff;
padding-top: 10px;
}
#login {
  float: left;
}

#content {
padding: 1px;
text-align: left;
margin-right: 2px;
border: 1px solid #fefefe;
float: right;
}

#content h1 {
  font-size: 16px;
  color: #39c;
  margin: 0px;
  padding: 0px;
}

#content p {
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
}

#menu {
  width: 200px;
  margin: 0px;
  text-align: center;
}

#itens {
  background-color: #efefef;
}

#menu #itens div, #menu #itens div a, #menu #itens div a:link, #menu #itens div a:visited, #menu #itens div a:hover, #menu #itens div a:active {
  text-align: left;
  background-image: url(../img/menu_item.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 10px;
  color: #69c;
  width: 180px;
  height: 25px;
  line-height: 2;
  text-decoration: none;
  }

#menu #itens div:hover, #menu #itens div a:hover {
  background-image: url(../img/menu_item2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}


#marca {
  background-image: url(../img/marca_dagua.gif);
  background-repeat: no-repeat;
  background-position: right top;
  width: 760px;
  clear: both;
  padding-top: 100px;
}


#rodape {
padding-top: 0px;
padding-bottom: 10px;
width: 760px;
text-align: center;
color: #fff;
font-size: 11px;
background-image: url(../img/logo_peq.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #bababa;
clear: both;
height: 40px;
}

#rodape a, #rodape a:active, #rodape a:visited {
color: #fff;
font-weight: bold;
text-decoration: none;
width: 760px;
}

#rodape a:hover {
color: navy;
}

