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

  a {
    color: #444;
    font: normal 0.9em Trebuchet MS, Arial, 'sans-serif';
    text-decoration: none;
  }
   a:hover {
    color: #932771;
    font: normal 0.9em Trebuchet MS, Arial, 'sans-serif';
    text-decoration: none;
  }

  body {
    background: #F4F4F4;
    font: normal 1em Trebuchet MS, Arial, 'sans-serif';
    padding: 10px;
  }

  #corpo {
    background: #FFF;
    border: 2px solid #EFEFEF;
    padding: 10px;
    width: 762px;
  }

  #cabecalho {
    margin-bottom: 10px;
  }

  #cabecalho h1 {
    color: #932771;
    font: normal 2em Helvetica, 'sans-serif';
  }

  #cabecalho span {
    color: #444;
  }

  #menu {   
    display: block;
    position: relative;
    list-style: none;
    width: 762px;
  }

  #menu li {    
    float: left;    
    text-align: center;
  }

  #menu li a { 
    color: #932771; 
    display: block;
    font: bolder 1.1em Arial Narrow, Arial, 'sans-serif'; 
    line-height:44px;
    text-decoration: none;     
    width: 150px;
  }
  #menu li a:hover { background: #932771; color: white; }

  #menu-secundario {
    float: left;
    width: 190px;
  }

  #menu-secundario h2 {
    border-bottom: 2px solid #f4f4f4;
    font: bolder 0.8em Arial Narrow, Arial, 'sans-serif';
  }

  #menu-secundario ul {
    list-style: none;
    margin-bottom: 10px;
  }

  #menu-secundario ul li a {
    color: #666;
  }

  #menu-secundario p {
    border-top: 1px dashed #ddd;
    font: normal 0.6em  Trebuchet MS, Arial, 'sans-serif';
    padding: 1px;
  }

  #conteudo {
    clear: both;
    float: center;
    width: 750px;
  }

  #conteudo ul {
    list-style: none;
    margin: 5px 0;
  }

  #conteudo ul li {
    display: block;
    float: left;
  }

  #conteudo ul li a {
    border: 1px solid #932771;
    color: #000; 
    display: block;
    font: normal 0.7em Trebuchet MS, Arial, 'sans-serif'; 
    height:175px;
    width: 182px;
    margin: 1px;
    text-align: center;
    text-decoration: none;     
  }

  #conteudo h2 {
    background: #932771;
    color: white;
    font: normal 1.1em Helvetica, 'sans-serif';
    padding: 5px;
    margin: 5px ;
    text-align: left;
    text-transform: uppercase;
  }
    
	
	 #conteudo2 {
    clear: both;
    float: center;
    width: 680px;
	margin-left: 50px;
	
  }
  
  #promocao {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
  }

  #promocao ul {
    display: block;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
    width: 780px;
  }

  #promocao ul li {
    float: left;    
    text-align: center;
    width: 250px;
    margin:1px;
  }

  #promocao ul li a {
    border: 0;
    text-decoration: none;
  }

  #promocao h2 {
    background: #FFF;
    border-bottom: 2px solid #f4f4f4;
    color: #333;
    font:  1.1em Helvetica, 'sans-serif';
    padding: 5px;
    text-align: center;
  }

  #rodape {
    clear: both;
    font: normal 0.7em Trebuchet MS, 'sans-serif';
    text-align: center;
  }

  #rodape ul {
    list-style: none;
  }

  #rodape ul li {
    display: block;
    float: left;
    width: 108px;
  }

  table input, table select, table textarea {
    border: 2px solid #ddd;
    margin: 2px;
  }

  .button {
    background: #f4f4f4;
    font: bolder 1em Arial;
  }

  .promos {
    text-align: center;
  }                               
  .style1 {font-size: 0.8em}