@import url(makinair.css);

/* LOGO AREA ****************************/
div.brand
{
   position: relative;
   height: 293px;
   background: url(../images/brandpic3.jpg) no-repeat top center;
}

/* MAIN CONTENT ON WHITE AREA ****************************/
div.content
{
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 10px;
    width: 30em;
    color: #575757;
    background-color:  #575757; /* #F0F0F0;*/
    border-right: 1px solid #FFCC33;
    font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
    font-size: 1em;
}


table
{
   margin-top: 0;
   table-layout: auto;
   border-collapse: separate;   
}

table td
{
   padding-top: 0;
   vertical-align: top;
   padding-left: 5px;
   height: 80px;
}


