﻿body
{
    margin: 0 auto;
    width: 800px;
    position: relative;    
    text-align: left;
    padding: 0;
}

div#websiteForm
{
}

div#search
{
    position: relative;
    top: 0;
    left: 6px;
    text-align: center;
    word-spacing: 10px;
    line-height: 1;
    width: 790px;
    height: 20px;
    border-bottom: solid 2px #F87217;
}

div#search h5
{
    font-size: 10px;
    display: inline;
    word-spacing: 1px;
    color: #FFF;
    text-align: center;
    line-height: 1;
}

div#header
{
    margin-left:6px;
    margin-top: 0px;
    border-bottom: solid 2px #302217;

}

div#navigation
{
    border: solid 2px #302217;
    padding: 5px;
    position: absolute;
    top: 190px;
    left: 10px;
    width: 200px;
}

div#content
{
    border-top: solid 2px #F87217;
    border-left: solid 2px #F87217;
    border: solid 2px #F87217;
    position: relative;
    top: 10px;
    left: 228px;
    width: 550px;
    padding: 5px;
}

div#supplemental
{
    position: relative;
    left: 10px;
    top: 25px;
    width: 778px;
    height: 200px;
}

div#kit
{
    position: relative;
    top: 30px;
    left: 10px;
    width: 778px;
    height: 20px;
    background-color: #302217;
    border: solid 2px #F87217;
}

div#kit h5
{
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}