/* Overall */
body {
	margin: 0;
	font-family:  Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size: 12px;
	scrollbar-base-color: #a2e0f1;
}
#wrapper {
	background: url(/images/body_bg.jpg) repeat top left;
}
a, a:visited {
	text-decoration: none;
	color: #ed5bd0; 
}
a:hover {
	text-decoration: underline;
}
.thumbs {
	margin:auto;
	padding:7px;
	width:960px;
	border:3px solid #fb9ffe;
	background-color:#FEF3FC;
	text-align:center;
	color:#000;
	font-size:18px;
	font-weight:bold;
}	
	.thumbs img {
		border: 1px solid #fb9ffe;
		width:150px;
		height:200px;
	}
	.thumbs a:hover img {
		border:1px dashed; 
		width:150px;
		height:200px;
	}
/* Header */
#header {
	height: 254px;
	background: url(/images/header_bg.gif) repeat-x top #FFFFFF;
	text-align: center;
}
/* Content */
#content {
	padding: 3em 0;
	text-align: center;
	background:url(/images/body_bg_top.jpg) repeat-x top left;
	padding-top:0;
}
a img{
	background:#fb9ffe;
}
.footer_logo {
	float: right;
}
.line {
	text-align: right;
	height: 29px;
	background: url(/images/footer_bg.gif) repeat-x;
	padding: 0 30px 0 0;
}
.toplist { 	
	font-size: 18px;
	color:#999999;
	line-height:1.3em;
} 
	.toplist a { 	
		font-size: 18px;
		color: #ed5bd0; 
		line-height:1.3em;
	}
.hl {
	font-size:11px;
	color:#000;
}
.tlrow a {
	font-size:24px;
	color:#fff;
}
.nexus {
	color:#ed5bd0;
	font-size:14px;
}
.nexus a {
	color:#000;
	font-size:14px;
}

