﻿body 
{
    font-family:Century Gothic, Tahoma;
    font-size: 12px;
}

#container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;    
}

#top
{
    width: 1000px;
    height: 113px;
}

#marquee
{
    width: 1000px;
    height: 20px;
    background-color: #7D7D7D;
}

#subtop
{
    width: 1000px;
    height: 51px;
}

#innercontainer
{
    background-image: url('/images/bkg_slice.jpg');
    background-repeat:repeat-y;
    background-position: top left;    
}

#leftcontainer
{
    width: 208px;
    float: left;     
}

.menubuttoncontainer
{
    width: 180px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

#leftcontainer img
{
    border: none;    
}

#rightcontainer
{
    float: left;
    width: 790px;    
}

#footer
{
    width: 1000px;
    height: 20px;
    background-color: #7D7D7D;
    color: #FFFFFF;  
    text-align: center;
    font-size: 13px;
}

#sitemaplist
{
    list-style-type:disc;
}

#sitemaplist li
{
    padding-top: 12px;
    padding-bottom: 12px;
}
