* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    background-repeat: repeat;
}
/* header  */
#header { 
    padding: 10px 0;
    margin: auto;
    width: 100%;
    overflow: hidden;
    align-content: center;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-width: 3px;
    }
.name{
        height: 40px;
        position: absolute;
        margin-left: 195px;
        float: left;
    
    }
h1 {
      float: left; 
      color: #ffffff;
      padding: 10px 12px;
      margin-left: 0;
      background-color:#4aaaa5;
   }
#nav{
    overflow: hidden;
    list-style-type: none;
    margin-left:auto;
    margin-right: auto;
    width: 960px;
    padding: 0;
    background-color: #ffffff;
}

li {
   float: right;
   border-left: 2px solid #777777;  
}
li a{
    display: block;
    color:rgb(99, 97, 97);  
    text-align: center;
    padding: 16px 14px;
    text-decoration: none;
}
li:last-child{
    border-right: none;
}
li a:hover{
    background-color: red;
}
/* body */
#container {
    min-height: 100%;
    padding: 5%;
    position: relative;
}

#main {
    position: relative;
    overflow: auto;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    width: 960px;
    height: 1100px;
}
#box1
.boxhead{
    display: block;
    margin: 2px 2px 2px 2px;
    padding: 5px 5px;
    width: 98%;
    border-bottom: 2px solid #dddddd;
    color: #4aaaa5;
}
.box1 {
float: left;
clear: both;
}
.box2 {
float: left;
clear: both;
}
.box3 {
float: left;
clear: both;
}
.pic{
    position: relative;
    text-align: center;
    color: #ffffff;
}
#title1{
background-color: #4aaaa5;
width: 280px;
position: absolute;
top: 300px;
padding: 10px 10px;
text-align: center;
color: #ffffff;
}
#title2{
    background-color: #4aaaa5;
    width: 280px;
    position: absolute;
    top: 300px;
    right: 356px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
}
#title3{
    background-color: #4aaaa5;
    width: 280px;
    position: absolute;
    top: 600px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
}
#title4{
    background-color: #4aaaa5;
    width: 280px;
    position: absolute;
    top: 600px;
    right: 356px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
}
#title5{
    background-color: #4aaaa5;
    width: 280px;
    position: absolute;
    top: 900px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
}
/* footer */
#footer {
    background-color: #666666;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #4aaaa5;
    height: 50px;
    margin-top: -50px;
    clear: both;
    color: white;
}
h6 {
    text-align: center;
}
