@charset "UTF-8";
/* CSS Document */


body {
	background-color: #E1A828;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: justify;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 36px;
	color: #600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 36px;
	color: #600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #600;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	color: #600;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #600;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	color: #600;
}
.center_text {
	text-align: center;
}
#container {
	background-repeat: repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 133px;
	width: 960px;
}
#contents {
	float: left;
	width: 960px;
	background-image: url(../images/container_bkgnd_s1.jpg);
	background-repeat: repeat;
}
#text_area {
	float: left;
	width: 708px;
	margin-left: 29px;
}
#message_area {
	float: left;
	width: 684px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#navigation {
	background-color: #FFF5E5;
	float: left;
	width: 190px;
}
#nav_area {
	float: left;
	width: 181px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	float: left;
	height: 67px;
	width: 960px;
	background-image: url(../images/footer.jpg);
}
#copyright {
	float: left;
	height: 30px;
	width: 850px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.red-brown_text {
	color: #900;
}

