﻿body 
{
    background-color: #4A544A;
    margin:0px 0px 0px 0px; 
}

#PageContainer
{
    
}

#firstStripe
{
    position:absolute;
    width: 5px;
    height: 100%;
    left: 25px;
    background-color:Black;
    border-left:solid 2px gray;
    z-index: 50;
}

#menuStripe
{
    position:absolute;
    width: 40px;
    height: 100%;
    left: 47px;
    background-color:Black;
    border-left:solid 2px gray;
    z-index: 50;
}

#backImage
{
    position:absolute;
    left:0px;
    top: 40px;
    height: 270px;
    width:100%;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    background-image: url(../media/images/bigsur05.jpg); 
    background-repeat: no-repeat; 
    z-index: 5;
}
