* {
  margin: 0pt;
  padding: 0pt;
  }

body, td, span, div, p, input, a, textarea, select, option {
  font-family: "Comic Sans Ms", "Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
  font-size: 16px;
  color: #444;
  }
body {
  background: transparent url(../img/textura.gif) repeat scroll top center;
  text-align: center;
  }

table {
  border-collapse: collapse;
  border-spacing: 0pt;
  }

img {
  border: 0;
  vertical-align: middle;
  }

a {
  color: #5d85b2;
  text-decoration: underline;
  }
a:link a:visited a:active {
  text-decoration: underline;
  color: #5d85b2; 
  }
a:hover {
  text-decoration: underline;
  color: #5d85b2;
  }

p {
  margin-bottom: 5px;
  }

#pagina {
  background: transparent url(../img/sombra.gif) repeat-y scroll top center;
  width: 770px;
  margin: 0pt auto 0pt;
  padding: 0px;
  }

#logo {
  text-align: center;
  }

#menu {
  margin-top: 40px;
  }
#menu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  }
#menu ul li {
  background: transparent url(../img/fundo-menu.fig) repeat-x scroll top left;
  margin: 0pt 5px;
  display: inline;
  }

#principal {
  margin-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  }

#principal h1 {
  font-size: 24px;
  margin-bottom: 25px;
  }

#rodape {
  text-align: right;
  border-top: 1px solid #803232;
  margin: 40px auto;
  margin-top: 40px;
  padding-top: 10px;
  height: 30px;
  width: 700px;
  clear: both;
  }
#rodape p, #rodape a {
  font-size: 10px;
  }

