﻿body {
}
.container1 {
    width:100%;
    height:auto;
    background-color:#FFFFFF;
    margin:60px auto 0px auto;
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.header { 
    margin:auto;  
    width:80%;
    height:120px;    
    background-color:#FFFFFF;    
    font-size:20px;
    font-weight:bold;
    margin-top:20px;   
}
.headleft {
    margin-left:100px;  
    width:30%;
    height:120px;    
    background-color:#FFFFFF; 
    float:left
}

.headright {
    /*margin:auto;*/  
    width:60%;
    height:120px;    
    background-color:#FFFFFF; 
    float:right;
}
.nav {
    width:100%;
    height:20px;
    background-color:aliceblue; 
    margin-top:10px;   
}
.bodypart {
    margin:auto;
    width:80%;
    height:1570px;
    background-color:#FFFFFF;
    margin-top:20px;
}

#map {    
    margin:auto;
    width:60%;
    height:400px;
    background-color:#000;
    overflow:hidden
}


.bottom {
    width:100%;
    height:200px;
    margin:0 auto;
    text-align:center;
    background-color:#3D3D3D;
}
.bottomtop {
    width:60%;
   text-align:center;
   
}
