/* Cascading Style Sheet */
/* Desenvolvido por Mário Giusti dos Santos Araujo */

/* TOPO */
*{
  list-style: none;
  padding: 0 0 0 0;
  text-decoration: none;
  margin: 0;
}

body {
  background-color: #dadada;
  background-image: url(img/fundo.jpg);
  list-style: none;
  text-decoration: none;
  margin: 0 0 0 0;
}
#mccar {
  background-color: 9D9DA1;
  background: url(img/shadow.jpg);
  width: 760px;
}

#topo {
  padding: 0 0 0 0;
  background-color: #000;
  width: 740px;
  height: 150px;
}
#topo .imagem {
  background-image: url(img/topo.jpg);
  width: 740px;
  height: 150px;
}
#menu {
  border-bottom: 2px solid #DADADA;
  border-top: 2px solid #DADADA;
  background-color: #000;
  width: 740px;
  height: 25px;
}
#menu ul {
  width: 520px;
}

#menu p {
  color:#fff;
  font-weight:bold;
  font-size:13px;
  padding:0px 0px 0px 0px;
  padding: 0 0 0 0;
}
#menu ul li {
  float: left;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#menu ul li a {
  font-size: 14px;
  font-family: "Trebuchet MS";
  color: #DADADA;
  text-decoration: none;
  text-align: center;
}
#menu ul li a:hover{
  color: red;
}

#barra {
  background-image: url(img/barra.jpg);
  width: 740px;
  height: 20px;
}

#conteudo {
  background-color: #fff;
  width: 740px;
  height: 600px;
}
#rodape {
  background-color: #000;
  background-image: url(img/rodape.jpg);
  width: 760px;
  height: 20px;
}



