body {
    margin: 0px;
    padding-bottom: 0px;
    height: 100%; 
    font-family: monospace,sans-serif;
    font-size: 0.8em;   
    background-color: #bb0000;
    background-image:url(../media/doseulugar_fundo.svg);
    background-repeat:no-repeat;
    background-position: top left; 
}
#menu {
    float: left;
    width: 350px;
    padding: 0;
    margin: 0; 
    font: 0.85em monospace,sans-serif;
}

#menu ul {
    margin: 5px;
    padding: 5px;
    text-decoration: none;    
}

#menu ul li {
    float: center;
    list-style: none;
    padding: 2px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
    padding: 2px;
    text-decoration: none;
    background-color: #222;
    color: #bbb;
}

#menu ul li a:hover {
    background-color: #818181;
    color: #1C1C1C;
}

#wrapper {
  float: right;
  width: 510px;
  min-height: 1000px;
  margin: 0;
  padding: 20px;
  background: #dddddd;
  border: 0;
  overflow: hidden;
}

.rodape {
    clear: both;
    overflow: none;
    padding-bottom: 80px;
    bottom: 0;  
    text-align: right;
    margin: 0px;
    font-size: 0.7em;
    font-family: sans-serif;
    font-type: sans-serif;
    color: gray;
    width: 100%;
    background-image: url(../media/barracadoeduardo.jpg);
    background-repeat:no-repeat;
    background-position: bottom left;
    background-color: 222;
}

/* TYPOGRAPHY */

#wrapper h1 {
  font-size: 2.8em;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: -2px;
  color: #bb0000;
  margin: 0;
  padding: 0;
  background-color: #80b3ff;
}

#wrapper h1 a, #wrapper h3 a {
  color: #111;
  text-decoration: none;
}

#wrapper h1 a:hover, #wrapper h3 a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
}

#wrapper h3 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 0.8em;
  letter-spacing: -1px;
  color: #5f3a2e;
  margin: 48px 0 18px 0;
  padding: 0 0 12px 0;
}

#wrapper p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 24px 0;
  text-align: justify;
}

#main p a, #main li a {
  color: #5f3a2e;
  text-decoration: underline;
}

#main p a:hover, #main li a:hover {
  color: #999;
  text-decoration: underline;
}

#main p a.btn {
  color: #fff;
  text-decoration: none;
  padding: 7px 9px;
  background: #5f3a2e;
}

#main p a:hover.btn {
  color: #fff;
  text-decoration: none;
  padding: 7px 9px;
  background: #aaa;
}

#main ul {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: square;
}

#main li {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0;
  padding: 6px 0;
}
