﻿body   
{
    background: #818181;   
    font-family: Arial;
    margin-top:5px;
    padding: 0px;
    font-size: 15px;    
}
.border-left
{
    border-left: 2px solid #ffffff;
}
.main-table
{
    border:2px solid #ffffff;
    width:890px;
    
}

.active-menu
{
    color: #ffffff; 
    background: url(../images/red.jpg) repeat-x;     
    border-right: 1px solid #ffffff;
    font-size: 19px; 
    font-family:Eurostile;
    width:290px;
}

.defualt-menu
{
    color: #ffffff; 
    background: url(../images/black.jpg) repeat-x;     
    border-right: 1px solid #ffffff;
    font-size: 19px;
    font-family:Eurostile;
    width:290px;
}

a
{
 color:#ffffff;
 text-decoration:none;   
}
a:hover
{
 color:#ffffff;
 text-decoration:underline;   
}
.copyright
{
     font-family:Eurostile;
     color:#5B584F;
}
.lable
{
    color:#444444;
    line-height:25px;
}
.header
{
    background-color: #000000;
    width: 100%; 
    border-bottom: 2px solid #ffffff;
}
.content
{
    background-color: #E2DED3;
}
.footer
{
    width: 100%; 
    height: 70px;
    border: 2px solid #ffffff;
    background-color: #AEA691;
}



