* {
    font-family: Verdana, Arial, Tahoma;
}
#main {
    background-color:#ff7700;
}
body {
    background-color: #c45b00;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: white;
}
h1 {
    font-size: 12px;
}
h2 {
    font-size: 15px;
    text-decoration:underline
}

h3 {
    font-size: 10px;
    font-style: italic;
}
div {
    width: 100%;
    float:left;
}
div .carros {
    border-bottom: 5px double;
    border-color: #e60000;
}
#div a {
    text-decoration: none;
    list-style: none;
}
#div drift_series {
    width: 100px;
    height: 84px;
    float:left;
    margin: 0px;
    padding: 2px;
}
#topo  {
    float:left;
    width: 100%;
}
#logo  {
    float:right;
    width: 30%;
    padding: 20px;
}
#cabecalho {
    background-image:url(../imagens/cabecalho_komilao.gif);
}
#cabecalho {
    width:900px;
    float:left;
    background-color: #ff7700;
    height: 239px;
}
#menu {
    background-color:#ff7700;
    float:right;
    width: 100%;
    margin: 0px;
    font-family: Verdana, Arial, Tahoma;
    border-bottom: dotted 4px;
}
#menu a {   
    border-left: 2px solid;
    float:right;
    font-weight: bold;
    text-decoration: none;
    color:white;
    padding: 4px;
    font-size: 13px;
}
#menu ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu ul li{
    display: inline;
    font-size: 11px;
}
#menu ul li :hover {
    color:#e60000;
}
#conteudo {
    float:left;
    width: 95%;
    padding: 20px;
    text-align:center;
    font-size: 14px;

}
#conteudo_index {
    float:left;
    width: 95%;
    text-align:center;
    font-size: 14px;
}
#fundo_index {
    float:left;
    width: 100%;
    background-image:url(../imagens/cardapio.jpg);
    font-size: 10px;


}
#conteudo2 {
    float:left;
    text-align:center;
    border: 5px;
    padding: 5px;
}
#conteudo3 {
    font-size: 14px;
    float:left;
    text-align:center;
    border: 2px;
    padding: 2px;
}
#conteudo4 {
    font-size: 12px;
    float:left;
    text-align:justify;
    width:90%;
    margin: 5%;
}
#conteudo1 {
    float:left;
    width: 60%;
}

#conteudo1 h1 {
    text-align: center;
    font-size: 14px;


}
#parceiros {
    float:right;
    text-align: center;
    background-color:#000000;
    margin: 5px;
    width: 20%;
    padding: 5px;
    border-bottom: black;
}
#rodape {
    border-top: dotted 4px;
    float:left;
    width: 100%;
    padding: 1px;
}
#rodape .parceiro {
    float:left;
    width: 100%;
    margin: 3px;
    padding: 3px;
    text-align:center;
    font-size: 15px;

}
#parceiros .parceiro {
    border-bottom: 4px solid;
    border-color: #000000;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}
#contato {
    float:left;
    width: 45%;
    border: 0px solid;
    padding: 2px;
    text-align: left;

}
#contato label{
    float: left;
    width: 100%;
}
#centralizar {
    background-color:#000000;
    left:50%;
    margin-left: -450px;
    position:absolute;
    width:900px
}
#videos {
    float: left;
    margin: 0px;
    margin:0px;
    text-align:center;
}
