body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	background-color: #fbffc6;
	color: #d80e1d;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
	background-color: #fbffc6;
}

.header {
	width: 1000px;
	background-image: url('images/head_mid.jpg'); 
	background-repeat: no-repeat;
	height: 98px;
}

	.top {
	 	width: 403px;

		float: right;
	}

	.top a {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}

	.top a:hover {
		color: #FFFF33;
	}

	.archives {
		text-align: right;	
		clear: both;
		float: right;
		margin-bottom: 10px;
		margin-right: 35px;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #d80e1d;
		font-weight: bold;
	}

	.archives a {
		display: block; 
		float: left;
		width: 24px; 
		height: 24px; 
		background-image: url('images/archives.jpg'); 
		background-repeat: no-repeat;
		margin-right: 3px; 
		text-align: center; 
		padding-top: 5px; 
		color: #fff;
		font-weight: bold;
		clear: none;
	}

	.archives a:hover {
		color: #40aefd;
		clear: none;
	}

.content {
	width: 940px;
	margin: auto;	
	clear: both;
}

	.content a IMG{
		border: 1px solid #ff66b6;
		width:150px;
		height:200px;
	}

	.content a:hover IMG {
		border: 1px solid #000;
	}

.big_top {	
	background-image: url('images/big_top_bg.jpg');
	background-repeat: repeat-y;
	width: 998px;
	clear: both;
}

.big_top_foot {
	background-image: url('images/big_top_foot.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 100%;
	padding-bottom: 70px;
	color: #1cb3fc;
	font-size: 18px;
	font-weight: bold;
	line-height:1.5em;
}

.big_top_content {
	background-image: url('images/big_top_top.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 25px;
}
	.big_top_content a {
		font-size: 18px;
		color: #02699B;
		font-weight: bold;
		line-height:1.5em;
	}
	.big_top_content a:hover {
		color: #e10a94;
	}

.small_top {
	background: url('/images/toplist.jpg') no-repeat center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}

	.small_top a {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	
	.small_top a:hover {
		color: #e10a94;
	}

#footer {
	width: 100%;
	clear: both;
	height: 131px;
}

.footer_text {

	background: url('images/foot.jpg') no-repeat right center;
	color: #009eeb;
	width: 1000px;
	margin: auto;
	height: 131px;
}
a.hl:link {
	font-size:11px;
	color:#666666;
}
a.hl:visited {
	font-size:11px;
	color:#666666;
}
.nexus {
	font-size:14px;
	color:#1cb3fc;
}
.nexus a {
	font-size:14px;
	color:#666666;
}