@charset "UTF-8";
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#content {
	min-height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 0px;
}
#content #nav {
	width: 223px;
	position: absolute;
	right: 0px;
	top: 95px;
}
#content #text {
	width: 450px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-bottom: 50px;
	text-align: justify;
}
.img_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	border: 1px solid #990000;
}
.img_right {
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
	border: 1px solid #990000;
}
#content #text p {
	margin-left: 10px;
}
#content #text h2 {
	margin-left: 5px;
	font-size: medium;
}
#content #text h3 {
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
}
.orange {
	margin: 0px;
	background-color: #FFE1B7;
	height: 100%;
	width: 100%;
	padding: 0px;
}
.yellow {
	margin: 0px;
	background-color: #FFFFCC;
	height: 100%;
	width: 100%;
	padding: 0px;
}
.or_content {
	border: 2px solid #E9BA82;
	min-height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_or.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 25px;
	background-position: bottom;
	background-color: #FEF0DC;
	margin-bottom: 50px;
}
.ye_content {
	border: 2px solid #FFFD8E;
	min-height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_ye.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 25px;
	background-position: bottom;
	background-color: #FEFCE6;
	margin-bottom: 50px;
}
#bottom {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#bottom p {
	display: inline;
	width: 300px;
}
.copyright {
	padding: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 293px;
	text-align: right;
}
a:link  {
	color: #990000;
}
a:visited  {
	color: #990000;
}
a:hover  {
	color: #FF0000;
}
a:active  {
	color: #990000;
}

