* {
  margin:0;
  padding:0;
  list-style:none;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 98%;
}

#titulo {
  font-size: 2em;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #393;
  color: #FFF;
}

#topo {
  font-family: Arial, Verdana;
  font-size: 22px;
  
}

#baixo {
  font-family: Arial, Verdana;
  font-size: 20px;
  
}

/** Menu */

#menu {
  float: left;
  background: #E8F4DE;
  height: 2em;
  line-height: 2em;
  width: 100%;
  border-bottom: 5px solid #000000;
}
#menu li {
  float:left;
}
#menu li a {
  display:block;
  padding: 5px;
  color:#0000FF;
  font-weight: bold;
  text-decoration:underline;
  font-size: medium;
}
#menu li a:hover {
  background: #FFFF00;
  color: #3A3;
}

/** Conteudo */

#main {
  float:left;
  width: 60%;
  margin-left:0%;
}

#main h2 {
  margin: 10px 0;
  font-size: 1.6em;
  border-bottom: 1px solid #393;
}

#main dl {
  float:left;
  margin: 5px;
  width: 200px;
  height: 110px;
}
#main dl dt {
  font-weight: 600;
}
#main dl img {
  float:left;
  margin-right: 2px;
  width: 80px;
  height: 80px;
}
#carrinho {
  float:left;
  width: 35%;
  margin-left:1%;
  background: #FAFCF8
}


