body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	background: #fffaf6 url('images/bg.jpg') repeat-x;
	color: #000;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;

}

.header {
	width: 1000px;
	height: 250px;
	margin: auto;
}

	.top {
	 	width: 442px;
		height: 122px;
		padding-right: 0px;
		float: right;
		background-image: url('images/top_top.jpg'); 
		background-repeat: no-repeat;
	}

	.top a {
		font-size: 14px;
		font-weight: bold;
		color: #883901	;
		text-decoration: none;
	}

	.top a:hover {
		color: #d72001;
		text-decoration: none;
	}

	.archives {
		float: right;
		text-align: center;	
		margin-bottom: 10px;
		padding-top: 10px;
		background-image: url('images/archives_bg.jpg'); 
		background-repeat: no-repeat;
		height: 46px;
		width: 1000px;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #000;
		font-weight: bold;
	}

	.archives a {
		display: block; 
		float: left;
		width: 25px; 
		height: 26px; 
		background-image: url('images/archives.jpg'); 
		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: #fdbe00;
		text-decoration: none;
		clear: none;
	}

.content {
	width: 1000px;
	margin: auto;	
	clear: both;
}

	.content a IMG{
		border: 1px solid #8f7866;
		height: 220px;
		width: 150px;
	}

	.content a:hover IMG {
		border: 1px solid #5a361a;
		height: 220px;
		width: 150px;
	}

.big_top {	
	background-image: url('images/big_top_bg.jpg');
	background-repeat: repeat-y;
	width: 1000px;
	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;
}

.big_top_content {
	background-image: url('images/big_top_top.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 65px;
}

.big_top_content ul {
	margin: 0;	
	padding: 0;
	float: left;
	width: 250px;
	text-align: left;
	padding-left:50px;
	padding-top: 10px;
}

.big_top_content li {
	list-style: url('images/bullet.jpg') inside;
}

.big_top_content a {
	font-size: 16px;
	color: #883901;
	text-decoration: underline;
	font-weight: bold;
}

.big_top_content a:hover {
	color: #d72001;
	text-decoration: underline;
}

.small_top {
	background: url('images/toplist.jpg') no-repeat;
	width: 230px;
	height: 142px;
	float: left;
	margin-left: 15px;
}

	.small_top_body {
		float: right;
		padding-top:25px;
		padding-bottom:0px;
		padding-right:35px;
		padding-left: 12px;
		font-size: 12px;
		color: #883901;
	}

	.small_top a {
		font-size: 20px;
		font-weight: bold;
		color: #883901;
		text-decoration: none;
	}

	.small_top a:hover {
		color: #d72001;
		text-decoration: none;
	}


#footer {
	width: 1000px;
	clear: both;
	height: 103px;
	margin: auto;
	font-size: 11px;
}
.th { display: none; }
