﻿
body
{
    background: url(images/Background.jpg) center top no-repeat #000;
}


#PageContainer
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#LeftColumn
{
    margin-right: 20px;
    width: 250px;
    float: left;
}

#RightColumn
{
  
}

#MainNav
{
    text-align: center;
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FF6600;
    margin-bottom: 15px;
}

