@charset "utf-8";
.style1 {color: #990000}

#wrapper #left {
	width: 610px;
	height: 443px;
	float: left;
}
#wrapper #right {
	float: left;
	width: 186px;
	height: 588px;
}

body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wrapper {
	background-color: #FFFFFF;
	float: inherit;
	height: 748px;
	width: 803px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top {
	height: 133px;
	width: 803px;
}
#wrapper #menu {
	float: left;
	height: 28px;
	width: 802px;
	background-color: #9B2428;
}
#wrapper #content {
	float: left;
	height: 565px;
	width: 590px;
	margin-left: 16px;
	overflow: auto;
	text-align: left;
}
#wrapper #content .style2 {
	font-size: 18px;
	color: #9C2328;
}
#wrapper #content .style5 {
	font-size: 18px;
}

#wrapper #content .style3 {
	font-size: 20px;
	color: #9C2328;
	font-weight: bolder;
}
#wrapper #content .style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9B2428;
}

