* {
	margin: 0; 
	padding: 0;
}

.navi{
	background:#F8F8F8;
	text-align:center; 
	position:fixed; 
	width: 100%; 
	height: auto;
	font-family:arial; 
	font-size:100%; 
	border-bottom: 1px solid #E7E7E7; 
}

.innernavi{
	background:#F8F8F8;
	text-align:center;  
	width: 1070px; 
	height: auto;
	font-family:arial; 
	font-size:100%; 
	margin: 0 auto;
	border-bottom: 1px solid #E7E7E7; 
}

.logo{
	height:75px; 
	float:left;
}

.navilink {
	text-decoration: none;
	font-family: arial;
	color: #777;
}

.navibutton {
	height: 25px;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 15px 15px 15px; 
	margin-top: 25px;
	float: right;
	text-align:center;
	line-height:25px;
	font-size: 15px;
}

.navibutton:hover{
	background: #E7E7E7;
}

.navibutton:hover a{
	color: #333 !important;
}
