@charset "utf-8";
#header {
	height: 125px;
	text-align: center;
	background-color: #FFFFFF;
}
#line {
	background-color: #000000;
	height: 1px;
}
#gap {
	height: 3px;
}

#navigation td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content h2 {
	color: #006600;
	font-size: 26px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content p {
	margin-right: 80px;
	margin-left: 80px;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #006600;
	text-decoration: none;
}
#navigation {
	background-color: #999999;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_01.png);
	background-repeat: repeat-y;
	background-position: center;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #006600;
}
