@charset "utf-8";
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
body {
	text-align: center;
	background-color: #000;
	background-image: url(../images/ancient%20of%20days%20bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	text-align: left;
	color: #000;
	font-size: 16px;
	margin: 5px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
}
h1 {
	font-size: 48px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 32px;
	margin: 0px;
}
a {
	font-size: large;
	color: #3CF;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #C06;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#content {
	width:660px;
	z-index:1;
	background-image: url(../images/trans_content.png);
	padding: 20px;
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
}
#apDiv1 {
	z-index:2;
	background-image: url(../images/trans_content.png);
	border: 3px solid #000;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
