body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
}
.main_box {
	background-color: #AD7636;
	border: 1px solid #AE7737;
}
.black_box {
	background-color: #000000;
}
.content_box {
	background-attachment: fixed;
	background-image: url(_graphics/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #ffCC00;
}
a:hover {
	color: #FFFFFF;
}
.pic_box {
	border: 1px solid #AD7636;
}
