body {
	font-family: sans-serif;
	text-align: center;
	font-size: 12pt;
}

h1 {
	font-family: 'Judson', serif;
	font-size: 18pt;
}

h2 {
	font-family: sans-serif;
	font-size: 12pt;
}

q {
	font-family: serif;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('../images/bottom.png') no-repeat bottom right;
}

#header {
	position: relative;
	height: 200px;
}

img#left {
	position: absolute;
	left: 0px;
	top: 0px;
}

img.right, img.banner {
	position: absolute;
	left: 295px;
	top: 0px;
}

#contents {
	position: relative;
	z-index: 5;
	padding: 10px 20px;
	text-align: center;
}

#contents h1, #contents h2, #contents p {
	text-align: left;
}

#contents img {
	margin: 10 5;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bfbfbf;
}

div.menu {
	position: absolute;
	left: 50px;
	top: 80px;
	z-index: 1;
}

div.menu_item {
	position: relative;
	width: 150px;
	height: 24px;
}

div.menu_item a {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 140px;
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
}

div.menu_item_bg {
	width: 150px;
	height: 24px;
	background-color: #004d00;
}

img#navigator {
	position: absolute;
	left: 30;
	top: 80;
}