#header{
background-color: #000;
height:80px;
width:100%;
}
#header #box{
color:#fff;
background-color: #000;
width:1200px;
height:80px;
margin: auto;
}      
#header #box #logo{
margin: 10 0 10 0;
font-size:55px;
height:60px;
display: inline-block;
float:left;
}
#header #box a #logo{
color:#069DDC
}
#header #box ul{
display: inline-block;
float:right;
}
#header #box li{
display: table-cell;
border-right: 2px solid #555;
width:120px;
height:80px;
text-align: center;
vertical-align:middle;
font-size: 1.1em;
line-height: 80px;
}
#header #box li a{
color: #fff;
text-decoration:none;
display:block;
height:100%;
}
#header #box li:first-child{
border-left: 2px solid #555;
}
#header #box li:hover{
background-color: #414141;
}
#header2{
background-color: #F3F3F3;
}
#gname{
margin: auto;
padding:50px 0px 50px 0px;
width:1200px;
font-family: 'Open Sans';
color: #272a31;
background-color: #F3F3F3;
}
h1{
font-weight: normal;
width:890px;
display: inline-block;
float:left;
}
#ii{
display: inline-block;
width:290px;
text-align:right;
height:40px;
font-size: 22px;
display: table-cell;
vertical-align:middle;
}
#ii a{
color: #000;
text-decoration:none;
}
#ii a:hover{
color: #000;
text-decoration:underline;
}