html, body {
		height:100%;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 14px;
		color:#cc8430;
		margin:0; 
		padding:0;
		background:url(images/body_bg.gif);
}

a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color:#FCF487;
}
a:hover {
	text-decoration: underline; 
}

#wrapper {
	width:960;
	margin:0 auto;
	text-align:center;
}

.block {
	width:960px;
	margin:0 auto;
	background:url(images/tback.gif);
}

.thumbs {
	width: 954px;
	margin:0 auto;
	background:url(images/thumbs_gradient_bg.gif) top repeat-x;
	overflow:hidden;
	padding-bottom:15px;
}
	.thumbs a IMG{
		border: 1px solid #ebc566;
		background: #6c3003;
		width:150px;
		height:200px;
	}
	.thumbs a:hover IMG {
		border: 1px dashed #ebc566;
	}

.th {
	line-height:1.4em;
}

.toplist {
	font-size:18px;
	font-weight:bold;
	line-height:1.4em;
}

.rl {
	font-size:24px;
	font-weight:bold;
}