#header {
	width: 600px;
	background-image: url(../images/Home-Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#body {
	font-family: "Jenkins v2.0";
	font-size: 36px;
	color: #000000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	height: 400px;
	padding: 0px;
	background-color: #FFFFFF;
}
.link_cls {
	text-decoration: none;
	color: #000000;
}
#body #footer {
	background-color: #FFFFFF;
	height: 150px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
