﻿body
{
    background-color: #D0CEBF;
    font-family: Verdana;
    font-size: 12px;
}
#main .results
{
    padding: 15px;
    background-color: #FFFFFF;
    width: 768px;
}
#main
{
    background-color: #FFFFFF;
    width: 798px;
    border: 1px solid #FFFFFF;
}
#footer
{
    background-color: #D0CEBF;
    width: 798px;
    text-align: center;
}
#header
{
    width: 798px;
    height: 199px;
}
#main .title
{
    width: 798px;
    height: 48px;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-indent: 20px;
    line-height: 48px;
    margin-bottom:10px;
    padding-bottom:0px;
}
#main .product_logo
{
    float: right;
    vertical-align: top;
    width: 199px;
    height: 199px;
}
#main .logo
{
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
#main .search_form
{
    margin-top:0px;
    padding-top:0px;
    background-image:url(images/bg.jpg); background-repeat:repeat-y;
    color: #000000;
    width: 798px;
}


