body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	background-color: #62bae4;
	color: #000;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
	background-color: #62bae4;
}
.thumbs {
	width: 155px;
	height: 205px;
	float: left;
}

.header {
	width: 1000px;
	background-image: url('images/head_mid.jpg'); 
	background-repeat: no-repeat;
	height: 139px;
	margin: auto;
}

	.top {
	 	width: 358px;
		height: 139px;
		padding-right: 50px;
		float: right;
		background-image: url('images/top_top.jpg'); 
		background-repeat: no-repeat;
	}

	.top a {
		font-size: 14px;
		font-weight: bold;
		color: #62bae4;
		text-decoration: none;
	}

	.top a:hover {
		color: #ffaf36;
		text-decoration: none;
	}


	.archives {
		text-align: right;	
		clear: both;
		margin-bottom: 10px;
		width: 1000px;
		height: 25px;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #fff;
		font-weight: bold;
	}

	.archives a {
		display: block; 
		float: left;
		width: 26px; 
		height: 24px; 
		background-image: url('images/archives.gif'); 
		background-repeat: no-repeat;
		margin-right: 3px; 
		text-align: center; 
		padding-top: 5px; 
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		clear: none;
	}

	.archives a:hover {
		color: #40aefd;
		text-decoration: none;
		clear: none;
	}




.content {
	width: 1003px;
	margin: auto;	
	clear: both;
}

	.content a IMG{
		border: 1px solid #fff;
	}

	.content a:hover IMG {
		border: 1px solid #007fbc;
	}

.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: 200px;
	padding-bottom: 70px;
}

.big_top_content {
	background-image: url('images/big_top_top.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 45px;

}

.big_top_content ul {
	margin: 0;	
	padding: 0;
	float: left;
	width: 200px;
	text-align: center;
	padding-left:40px;
	padding-top: 10px;
}

.big_top_content li {
	list-style: none inside;
}

.big_top_content a {
	font-size: 20px;
	color: #0C61BE;
	text-decoration: underline;
	font-weight: bold;
}

.big_top_content a:hover {
	color: #fdbf19;
	text-decoration: underline;
}

.small_top {
	background: url('images/toplist.jpg') no-repeat;
	width: 190px;
	height: 101px;
	float: left;
    vertical-align: middle
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #007fbc;
}

	.small_top a {
		font-size: 20px;
		font-weight: bold;
		color: #62bae4;
		text-decoration: none;
	}

	.small_top a:hover {
		color: #fcba15;
		text-decoration: none;
	}


#footer {
	width: 1000px;
	clear: both;
	height: 195px;
	margin: auto;
	background: url('images/foot.jpg') no-repeat left center;
}

.footer_text {
	color: #009eeb;
	width: 1000px;
	margin: auto;
	float: left;
}