@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#layer1 {
	height: 100%;
	width: 100%;
	background-image: url(../images/oath_bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat-y;
}
#layer2 {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/oath_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#layer_banner {
	height: 98px;
	width: 800px;
	background-image: url(../images/oath_banner.jpg);
	background-repeat: no-repeat;
}
#layer_menu {
	height: 99px;
	width: 800px;
	background-image: url(../images/oath_banner2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.img_border_none {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#layer3 {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#layer_story {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666699;
	background-image: url(../images/oath_story_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#layer_story img {
	float: right;
	margin-left: 5px;
}
.title {
	font-size: 20px;
	font-family: Georgia;
	color: #4A4A6F;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.story_text {
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
	margin-top: 0px;
	font-family: sans-serif;
}
#layer_overview {
	width: 790px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666699;
}
#layer_overview img {
	float: left;
}
