body{
	background-image: url(pix/head_bg.jpg);
	background-repeat: repeat-x;
	color: #0b0ecb;
	font-size: 12px;
	font-family: "Trebuchet MS";
	background-color: #ffcdcc;
	text-align: center;
	margin: 0 auto;
}

#wrapper{
	width: 996px;
	margin: 0 auto;
}

#thumbs{
	width: 100%;
	background-color: #d6c6eb;
}
#thumbs a img {
	width: 160px;
	height: 215px;
	margin: 1px;
	border: 1px solid #0b0ecb;
	float: left;
}

#thumbs .t{background: url(pix/t.jpg) 0 0 repeat-x; width: 100%}
#thumbs .b{background: url(pix/b.jpg) 0 100% repeat-x}
#thumbs .l{background: url(pix/l.jpg) 0 0 repeat-y}
#thumbs .r{background: url(pix/r.jpg) 100% 0 repeat-y}
#thumbs .lb{background: url(pix/lbc.jpg) 0 100% no-repeat}
#thumbs .rb{background: url(pix/rbc.jpg) 100% 100% no-repeat}
#thumbs .lt{background: url(pix/ltc.jpg) 0 0 no-repeat}
#thumbs .rt{background: url(pix/rtc.jpg) 100% 0 no-repeat; padding:6px;}

#hl{
	margin: 10px auto;
	font-size: 10px;
}

#hl a {
	font-size: 10px;
	text-decoration: none;
}
#hl a:hover {
	text-decoration: underline;
}

table#top {
width: 100%;
margin: 20px auto;
}
table#top td{
width: 33%;
}
table#top a{
font-size: 24px;
text-decoration: underline;
}
table#top a:hover{
text-decoration: none;
color: #a7b603;
}

#toplist h1{
font-size: 24px;
margin: 10px 0 0;
}

table#toplist {
width: 100%;
}
table#toplist td{
width: 25%;
text-align: left;
}
table#toplist a{
font-size: 20px;
text-decoration: none;
}
table#toplist a:hover{
text-decoration: underline;
color: #a7b603;
}

#clr{clear: both;}

#footer {
margin-top: 10px;
font-size: 10px;
}