﻿

div#container 
{
    width: 990px;
    background-color: White;
    text-align: left;
    margin: auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

div#bottomshadow 
{
    width: 100%;
    height: 10px;
    background: url(../images/bottomshadow.jpg) no-repeat top center; 
}

div#header 
{
    width: 970px;
    margin: 9px 10px 0 10px;
    border-bottom: 1px solid #00257b;
}

div#shopnav 
{
    width: 970px;
    margin: 0 10px;
}


div#content 
{
    width: 970px;
    margin: 10px;
}


div#footer 
{
    width: 970px;
    margin: 0 10px 10px 10px;
    clear: both;
}
