body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #5cdbff;
	color: #000;
	background-image: url('images/bg.jpg'); 
	background-repeat: repeat-x;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
}

.header {
	width: 1000px;
	background-image: url('images/head_mid.jpg'); 
	background-repeat: no-repeat;
	height: 227px;
	clear: both;
}

	.top {
	 	width: 430px;
		height: 87px;
		float: right;
		text-align: left;
		padding-left: 30px;
		padding-top: 30px;
		background-image: url('images/top_top.jpg'); 
		background-repeat: no-repeat;
	}

	.top a {
		font-size: 12px;
		font-weight: bold;
		color: #3f008a;
		text-decoration: none;
	}

	.top a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.archives {
		text-align: right;	
		background-image: url('images/archives_bg.jpg'); 
		background-repeat: no-repeat;
		height: 40px;
		clear:both;
	}

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

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

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

	.archives_midpage {
		float: right;
		text-align: right;	
		margin-bottom: 10px;
		padding-right: 20px;
	}

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

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

	.archives_midpage a:hover {
		color: #fff;
		text-decoration: none;
		clear: none;
	}

.thumbs {
	width: 205px;
	height: 155px;
	float: left;
}

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

	.content a IMG{
		border: 2px solid #3c0165;
	}

	.content a:hover IMG {
		border: 2px solid #a568a5;
	}

.big_top {	
	background-image: url('images/big_top_bg.jpg');
	background-repeat: repeat-y;
	width: 998px;
	clear: both;
}

.big_top_content ul {
	margin: 0;	
	padding: 0;
	float: left;
	width: 190px;
	text-align: left;
	padding-left:50px;
	padding-top: 10px;
}

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

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

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

.small_top {
	background: url('images/toplist.jpg') no-repeat;
	width: 236px;
	height: 146px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;

}

	.small_top_body {
		padding-top: 40px;
		font-size: 12px;
		color: #fff;

	}

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

	.small_top a:hover {
		color: #fff;
		text-decoration: underline;
	}


#footer {
	clear: both;
	height: 147px;
	margin: auto;
	background: url('images/foot_bg.jpg') repeat-x; 
}

	.foot_wrap {
		width: 1000px;
		margin: auto;
	}

.foot_text {
	float: left; 
	background: url('images/foot.jpg') no-repeat top left; 
	width: 405px; 
	height: 62px;
	color:#fff; 
	padding-top: 85px; 
	padding-left: 350px; 
	padding-right: 0px;
	font-size: 11px;
}

.foot_text b {
	color: #fff;
}


