@charset "utf-8";
body {
	background-image: url(web_components/background_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:hover {
	color: #9C0;
	font-style: normal;
	text-decoration: underline;
}

#wrap {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(web_components/about-header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	background-position: center center;
	height: 26px;
	font-size: 18px;
	text-align: center;
	color: #75FFFF;
	padding-top: 105px;
}
#main {
	width: 760px;
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
}
.email {
	font-size: 14px;
}
#main_text {
	width: 760px;
	background-image: url(web_components/old_paper1.png);
	height: 261px;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	width: 760px;
	background-image: url(web_components/footer.png);
	height: 44px;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #75FFFF;
	background-repeat: no-repeat;
}
#link {
	font-style: normal;
	color: #75FFFF;
}
#text_box_left {
	width: 300px;
	height: 220px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
}
#text_box_right {
	width: 380px;
	height: 240px;
	float: left;
	padding: 10px;
}
#main_text #text_box_left {
	text-align: justify;
}
#text_box_right {
	text-align: justify;
}
a {
	font-size: 12px;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
