.content {
	background-color: #FFFFFF;
	float: left;
	width: 640px;
	height: 550px;
}
.menu {
	float: left;
	width: 200px;
	height: 360px;
}
.main {
	float: right;
	width: 420px;
	height: 360px;
	color: #330000;
}
.copyright {
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330000;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	text-decoration: none;
	background-color: #FFFFFF;
	float: left;
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 2px;
	text-decoration: none;
	color: #330000;
	background-color: #FFFFFF;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: none;
}
a:link {
	color: #330000;
	text-decoration: none;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
}
.content img {
	text-decoration: none;
	background-color: #FFFFFF;
}
.content .copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330000;
}
