@charset "utf-8";
body {
	font-size: 75%;
	line-height: 1.5;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	margin: 0px;
	height: 106px;
	width: 900px;
	position: relative;
	background-image: url(../images/TOP_Logo_HP.jpg);
	background-repeat: no-repeat;
}
p {
	padding-left: 50px;
	padding-right: 50px;
}
#navigation {
	position: relative;
	height: 25px;
	width: 900px;
	background-repeat: no-repeat;
}
.main {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 900px;
}
.menu {
	margin: 0px;
	width: 180px;
	float: left;
}
#mainContent {
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 130%;
	height: auto;
	width: 800px;
}
img {
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.space {
	background-image: url(../images/space.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 900px;
	position: relative;
}
#thanks_top {
	background-image: url(../images/thanks_top.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	position: relative;
	background-position: center;
	margin-top: 120px;
}
#thanks_bottom {
	background-image: url(../images/thanks_bottom.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	position: relative;
	background-position: center;
	margin-bottom: 120px;
}
#footer {
	height: 66px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(../images/END_Logo_HP.jpg);
	position: relative;
}
