@charset "utf-8";
.Wrapper {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 800px;
}
.Banner {
	width: 800px;
	height: 66px;
}

.Menu {
	background-color:#0082F9;
	text-align: right;
	height: 20px;
	position: relative;
	top: 2px;
	list-style-type:none;
   }
   .Menu li {
      display: inline;
   }
   .Menu li a {
	color:#000;
	text-decoration: none;
	border-left: 3px solid #FFF;
	padding-right: 22px;
	padding-left: 22px;
   }
   .Menu li a:hover {
       color:#0082F9;
       background-color:#000000;
   }
   
.Centre {
	width: 800px;
	height: auto;
	position: relative;
	top: 4px;
}
.Navagation {
	float: left;
	width: 175px;
	height: 498px;
	background-color: #000000;
	position: relative;
}
.Main {
	float: right;
	width: 620px;
	height: 498px;
	position: relative;
	top: 0px;
}
.style1 {
	color: #0082F9;
	font-weight: bold;
}
.style2 {
	font-size: 11px;
}