@charset "utf-8";
.style1 {color: #990000}

#wrapper #left {
	width: 610px;
	height: 500px;
	float: left;
}
#wrapper #right {
	float: left;
	width: 186px;
}

body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#wrapper {
	background-color: #FFFFFF;
	float: inherit;
	height: 700px;
	width: 803px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top {
	height: 133px;
	width: 803px;
}
#wrapper #menu {
	float: left;
	height: 28px;
	width: 803px;
	background-color: #9B2428;
}
#wrapper #menuSpacer {
	background-color: #9B2428;
	float: left;
	height: 28px;
	width: 19px;
}

