@charset "utf-8";

body {
	background-color: #99cccc;
}

a:link {
	color: #003300;
}
a:visited {
	color: #99cc99;
}
a:hover, a:active, a:focus {
	color: #003300;
}

.header {
	background-color: #99cccc;
}
#image_header_left {
	width: 400px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}
#image_header_right {
	width: 560px;
	height: 120px;
	padding-top: 0px;
	padding-left: 400px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 560px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #cccc99;
}
.content_left h1 {
	padding-left: 45px;
	padding-right: 10px;
}
.content_left ol {
	font-weight: bold;
	padding-left: 65px;
}
.content_left ol ol {
	padding-left: 20px;
}
.content_left li {
	padding-bottom: 25px;
}

.content_right {
	float: left;
	width: 400px;
	height: 800px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #ccffcc;
	background-image: url(../images/05_1_content_right_bg.png);
	background-repeat: repeat-y;
}
.content_right h2 {
	margin-left: 90px;
}
.quote_1 {
	font: 110%/1.25 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	font-stretch: expanded;
	margin-left: 90px;
}

.footer {
	background-color: #ffffbf;
}
#copyright {
	color: #003300;
}
