body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
	letter-spacing: 1px;

}
#page {
	text-align: left;
	width: 960px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999999;
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	text-align: center;
	height: 120px;
}
#footer {
	font-weight: bold;
	text-align: center;
	}
h1 {
	margin: 30px 10px 10px;
	padding: 0px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;

}
ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;

}
.photo {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 960px;
	text-align: center;
}
.photo li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	width: 181px;
	text-align: center;
}
.photo_right {
	margin: 0px;
	padding: 0px;
}
#menu {
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}
img {
	border: 0px;
}
