#bounds
{
    background-color: #00aa00;
    margin: 20px auto 0px auto;
    width: 1100px;
}

#header
{
    display: block;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

#content
{
    background-color: #00aa00;
    display: block;
    float: right;
    padding-bottom: 20px;
    width: 100%;
}

#subtitle
{
    display: block;
    font-family: Times New Roman, serif;
    font-size: 18px;
    padding-top: 10px;
}

#title
{
    font-family: Verdana, sans-serif;
    font-size: 72px;
    font-style: italic;
    padding-left: 10px;
    vertical-align: 50px;
}

a:link
{
    color: #3300aa;
    text-decoration: none;
}

a:visited
{
    color: #3300aa;
    text-decoration: none;
}

a:hover
{
    color: #3300aa;
    text-decoration: none;
}

body
{
    background-color: #a56a2a;
    color: #000000;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    text-align: center;
}

img.noborder
{
    border: 0;
}

ul.brandlist li
{
    float: left;
    list-style-type: none;
    width: 33%;
}
