﻿* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
}

body {
    min-width: 994px;
    text-align: center;
    background-color: #E6E6E6;
    background-image: url(../images/site_design/grey_background.jpg);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

font 
{
    font-size: 11px !important;
}
#outercontainer {
    width: 994px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background-image: url(../images/site_design/horizontal_stripe.jpg);
    background-repeat: repeat-y;
    
}
#innercontainer {
    width: 980px;
    text-align: left;
    position: relative;
    margin:0 auto;
    background-color: White;
    background-image: url(../images/site_design/header_stripe.jpg);
    background-repeat: repeat-x;
    padding-bottom: 20px;

}

#clearer, .clearer {
    clear: both;
}

