body {
	font-family: Arial, Helvetica, sans-serif;
	color: #462e17;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #462e17;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#header {
	background-image: url('images/header_bg.jpg');
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#header p {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
.content {
	background-image: url('images/content_bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content img {
	background-color: #462e17;
	height: 180px;
	width: 240px;
	margin: 2px;
	padding: 1px;
	border: 2px #ffffff solid;
}
.content img:hover {
	background-color: #ffffff;
	height: 180px;
	width: 240px;
	margin: 2px;
	padding: 1px;
	border: 2px #cc0000 solid;
}
.content p {
	width: 500px;
	padding: 20px;
}
p {
	margin: 0px;
	padding: 0px;
}
table.blocktops {
	width: 1000px;
	background-image: url('images/content_bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
}
table.blocktops td {
	text-align: center;
	width: 33%;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	padding-left: 35px;
}
table.blocktops td a {
	color: #000000;
}
table.maintop {
	background-image: url('images/toplist_bg.jpg');
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}
table.maintop td {
	width: 25%;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	padding-left: 35px;
}
table.maintop td a {
	color: #cc9966;
}