﻿#container
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 900px;
    background-color: #FFFFFF;
}
#top_banner
{
    border-style: none;
    background-image: url('images/top_banner.png');
    width: 900px;
    height: 180px;
    background-repeat: no-repeat;
}
#menubar
{
    background-color: #FFFFFF;
    width: 900px;
    height: 35px;
    float: left;
}
#mainbody
{
    padding: 5px 0px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 895px;
    height: auto;
    font-size: small;
    background-color: #FFFFFF;
}
#lower_banner
{
    width: 900px;
    height: 133px;
    float: left;
    clear: both;
    background-image: url('images/lower_banner.png');
    background-repeat: no-repeat;
}
#contact_form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    margin: 10px;
    float: left;
    font-weight: normal;
    width: 250px;
}
body
{
    background-color: #EEEEEE;
}
#body_upper
{
    width: 888px;
    height: auto;
    background-color: #EEEEEE;
    border: 1px solid #808080;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #000000;
    text-align: center;
    float: none;
    clear: both;
}
#footer a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#body_lower
{
    width: 424px;
    height: 283px;
    background-image: url('images/prawns.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-left: 476px;
}
#contact_form
{
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    width: 500px;
    height: 620px;
    padding: 5px;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#contact_form td
{
    background-color: #EEEEEE;
}
#address_info
{
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    width: 300px;
    height: 620px;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
}
#address_info td
{
    background-color: #EEEEEE;
}
#spacer
{
    width: 600px;
    height: 10px;
    float: left;
    clear: both;
}
#mainbody th
{
    background-color: #C0C0C0;
    color: #FFFFFF;
    font-weight: bold;
}

