@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.jpg);
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:18px;
	text-align:center;
}
a {
	color:#FFF;
}
a:hover {
	text-decoration:none;
}
#wrap {
	width:960px;
	margin:0 auto 20px auto;
}
.logo {
	background:url(images/logo.png);
	width:499px;
	height:186px;
	display:inline-block;
	margin:30px 8px 5px 0;
	vertical-align:top;
}
.headbox {
	background:url(images/header_box_bg.png);
	width:410px;
	height:162px;
	padding:15px;
	border:1px solid #c03636;
	border-radius:5px;
	display:inline-block;
	overflow:hidden;
	margin:15px 0 0 0;
	text-align:left;
}
.headbox h1 {
	font-size:19px;
	font-weight:normal;
	margin:0;
	padding:0;
}
div.thumbs img {
	border:1px solid #FFF;
	margin:4px 2px;
}
div.thumbs img:hover {
	border:1px solid #FF0;
}
table.thumbs img {
	border:1px solid #FFF;
	margin:4px 2px;
}
table.thumbs img:hover {
	border:1px solid #FF0;
}
.biglinks {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin:45px 0;
}
.biglinks a {
	color:#f3ca73;
	padding:0 40px;
}
.biglinks a:hover {
	text-decoration:none;
}
.toplist {
	background:url(images/list_bg_02.png);
	width:956px;
	border-radius:5px;
	border:1px solid #c43737;
	font-size:0;
	text-align:left;
	margin:0 0 30px 0;
}
.toplist h2 {
	background:url(images/list_bg_02.png);
	border-bottom:1px solid #a62e32;
	font-size:28px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:10px 0 12px 30px;
	color:#f3ca73;
	line-height:30px;
}
.toplist h2 img {
	vertical-align:top;
	margin:0 10px 0 0;
}
.toplist ul {
	width:318px;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
.toplist ul.left {
	border-right:1px solid #a82e32;
}
.toplist ul.right {
	border-left:1px solid #a82e32;
}
.toplist li {
	width:318px;
	font-size:18px;
	height:36px;
	line-height:36px;
	text-indent:50px;
	border-top:1px solid #a82e32;
	white-space:nowrap;
}
.toplist li:nth-child(2n+1) {
	background:url(images/list_bg_02.png);
}
.toplist li a {
	color:#FFF;
	text-decoration:none;
}
.toplist li a:hover {
	text-decoration:underline;
}
.web {
	color:#f3ca73;
	text-decoration:none;
}
.web:hover {
	text-decoration:underline;
}