@charset "utf-8";
.navigation{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: inherit;
	font-weight: inherit;
	display: block;
	width: auto;
	color: #FFFFFF;
	padding: 8px;
	background-color: #000000;
	border: 1px solid #999999;
}
.navigation:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: inherit;
	font-weight: inherit;
	background-color: #BEC7CE;
	display: block;
	width: auto;
	color: #000000;
	padding: 8px;
}

#container {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	width: 772px;
	margin: auto;
}
#header {
	height: 192px;
	width: 772px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-image: url(image/header.jpg);
}
#nav-bar {
	width: 772px;
	clear: both;
	float: left;
	background-color: #CCCCCC;
}
#content {
	float: left;
	width: 752px;
	padding: 10px;
}
#lowerbanner {
	float: left;
	height: 30px;
	width: 772px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
}
.link {
	color: #999999;
}

