@charset "utf-8";
body {
	background-color: #333333;
}
#page {
	float: left;
	height: 650px;
	width: 1000px;
}
#main {
	margin: auto;
	float: none;
	height: auto;
	width: 1000px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}
a.style1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#CC0033;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}

A.style2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
