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

body {
  background: #ffffff url("./estrutura/imagens/fundo_superior.png") top left no-repeat;
  min-width: 800px;
}

body div#container {
  background: transparent url("./estrutura/imagens/fundo_inferior.png") bottom right no-repeat;
}

a:link, a:active, a:visited, a:hover {
  text-decoration: underline;
  color: #2f2f2f;
}

h4 {
  padding: 10px 0 2px;
  font-size: 12pt;
}

h3 {
  padding: 30px 0 2px;
  font-size: 14pt;
}

h2 {
  padding-top: 10px;
  font-size: 19pt;
}

h1 {
  font-size: 25pt;
}

header {
  display: block;
}

strong {
  color: #2f2f2f;
}

nav#menu_tutoriais {
  float: left;
  display: inline;
  width: 270px;
  font-family: Tahoma, Geneva, sans-serif;
}

nav#menu_tutoriais a {
  text-decoration: none;
  color: #5a5a5a;
  display: block;
}

nav#menu_tutoriais > ul {
  text-align: center;
  list-style-type: none;
  width: 238px;
  padding: 0;
}

nav#menu_tutoriais > ul > li:hover {
  background: transparent url("./estrutura/imagens/menu_selecionado.gif") center center no-repeat;
}

nav#menu_tutoriais > ul > ul {
  list-style-type: none;
  padding: 0 0 40px 5px;
}

nav#menu_tutoriais > ul > ul > li {
  border-bottom: 1px solid #8e8e8e;
  padding: 3px 10px 3px 0;
  text-align: right;
}

nav#menu_tutoriais > ul > ul > li:hover {
  border-bottom: 1px dashed #5a5a5a;
  background: url("./estrutura/imagens/submenu_selecionado.gif") center right no-repeat;
}

nav#menu_tutoriais > ul > ul > li:hover a {
  color: #2e2e2e;
}

nav#menu_geral {
  float: right;
  margin-right: 10px;
}

nav#menu_geral ul {
  list-style-type: none;
}

nav#menu_geral ul li {
  display:inline;
}

div#container > header {
  height: 138px;
}

div#container > header > h1 {
  margin: 50px 0 0 120px;
  display: inline-block;
}

article {
  display: block;
  float: left;
  width: 500px;
  line-height: 20pt;
  font-size: 11pt;
  font-family: Tahoma, Geneva, sans-serif;
  color: #5a5a5a;
  text-align: justify;
}

article > p {
  text-indent: 50px;
}

article header {
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 10px;
}

article a:hover {
  background-color: #d7d7d7;
}

article ul {
  margin-left: 12px;
  margin-bottom: 20px;
}

footer {
  background: url("./estrutura/imagens/engrenagem.gif") bottom right no-repeat;
  clear: both;
  display: block;
  height: 157px;
  border-bottom: 2px solid #6a6a6a;
}

