﻿body
{
    background-image: url(images/TileBack.jpg);
    background-color: white;
    text-align: center;
    padding: 10px 0px 10px 0px;
    color: #ECC3B9;
    font-family: Verdana,Arial,Helvetica;
    font-size: medium;
    background-repeat: repeat-x;
}
#Wrapper 
{
    width:900px;
    background-color:#45231A;
    padding:0px;
    margin:auto;
    text-align:left;
}

#Content
{
}

#Header 
{
    
    width:900px;
    height:100%;
    padding:0;
}

#FirstPicRowWrapper 
{
    border:none;
    border-top: solid 3px #4F76D1;
    border-bottom: solid 3px #4F76D1;
    width:100%;
    padding:0px;
    
}

#FirstPicRow 
{

}
#Body 
{
    min-height:300px;
    padding:10px 30px 10px 30px;
}

#SecondPicRowWrapper
{
    border-top: solid 3px #4F76D1;
    border-bottom: solid 3px #4F76D1;
    width:100%;
    padding:0px;
}

#SecondPicRow
{
    height:108px;
}
#MenuItems
{
    color:#4F76D1;
}

#AdditionalMenu
{
    color:#4F76D1;
    padding:15px 0px 15px 65px;    
    
}

.TopPic
{
    padding: 0px 13px 0px 0px;
}

#RightCol 
{
    width:250px;
    float:right;
}

#MenuItemsWrapper
{
    float:right;
    background-image:url(images/menubox.jpg);      
    width:230px;
    height:260px;
}

#MenuItems 
{
    padding:20px;    
    
}

a 
{
    color:#A3A9B5;
     text-decoration:none;
    
}
a:hover 
{
    color:#B5A7A3;   
}

.DetailsTable TD
{
    vertical-align:top;
    padding:3px;
}

#LeftTable 
{
    width:45%;
}

#RightTable 
{
    float:right;
    width:45%;
}