﻿body 
{
    margin:0px auto;
    border:solid 1px #555;
    width:1000px;
    height:auto;
}

.site
{
    background-color:#D2FFF7;
    height:auto;
    width:1000px;
    float:left;
}


a
{
    cursor:pointer;
    color:#FFF;
    text-decoration:none;  
    font-size:10px;
    font-family:Verdana;  
}

a:hover
{
    text-decoration:underline;    
}

.header
{
    width:100%;
    height:166px;
    background:url(images/header.jpg) 0 0 no-repeat;
}

.menu
{
    width:998px;
    height:25px;
    border:solid 1px red;  
    background-color:Red;
    text-align:center; 
    color:#FFF; 
}

.menu a
{ 
    padding-left:10px;
    padding-right:10px;
}



.leftColumn 
{
    float:left; 
    width:150px;
    height:800px;
    margin-left:15px;
}

.leftColumn a
{
    font-size:14px;
    color:#000;
    padding-top:10px;
    margin:15px; 
}

.leftColumn img
{
    border:none; 
}

.middleColumn
{
    margin-left:80px;
    float:left; 
    width:560px;
    height:800px;
}




.scroll1
{    
    background:url(images/div1.jpg) 0 0 no-repeat;
    height:30px;
    background-position:center
   
      
    
}

.scroll2
{    
    background:url(images/div2.jpg) 0 0 no-repeat;
    height:30px;
    background-position:center
}

.scroll3
{    
    background:url(images/div3.jpg) 0 0 no-repeat;
    height:30px;
    background-position:center
}
 
 
    

.leftmenu1, .leftmenu2, .leftmenu3, .leftmenu4, .leftmenu5 
{
    height:auto;
    width:195px;
    border:solid 1px #AF8;
    position:absolute;
    margin-left:200px;
    margin-top:-18px;
    z-index:1000;
    color:White;
    background-color:Red;
}


.leftmenu1 a, .leftmenu2 a, .leftmenu3 a, .leftmenu4 a, .leftmenu5 a
{ 
    width:150px;
    float:left; 
    color:White;
    padding:0px;
    margin-top:10px;
    z-index:999; 
} 




.footer
{    
    width:968px;
    height:25px;
    border:solid 1px red;  
    background-color:Red;
    text-align:left;
    color:#FFF; 
    float:left;  
    font-size:11px;
    font-family:Verdana;  
    padding-left:30px;
    padding-top:5px;
}

.footer a
{ 
    padding-left:10px;
    padding-right:10px;
    float:right;
}



#ma1, #ma2, #ma3, #ma4, #ma5
{ 
}