html, body {
	height:100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin:0; 
	padding:0;
	background: #F0F0F0 url(images/top_bg.jpg) top left repeat-x;
	color:#2c031d;
}
#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
}
a {
	color: #761B55;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	text-decoration: underline; 
}

.header_txt{
color:#2C031D;
font-size:12px;
}
.header_txt a{
color:#2C031D;
font-size:12px;
}

.thumbs {
	width: 1000px;
	margin: auto;	
	clear: both;
}
	.thumbs a IMG{
		border: 1px solid #761B55;
		background-color:#gray;
		width:160px;
		height:284px;
	}
	.thumbs a:hover IMG {
		border: 1px solid #E9771A;
	}
.toplist {
	font-size:18px;
	line-height:1.5em; 
	font-weight: bold;
}
.toplist a {
	font-size:18px;
	line-height:1.5em;
}
.rowlink a {
	font-size:26px;
}
