body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	background: #fdf6da 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: 466px;
		height: 121px;
		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: #c43200	;
		text-decoration: none;
	}

	.top a:hover {
		color: #f63e02;
		text-decoration: none;
	}

	.archives {
		float: right;
		text-align: center;	
		margin-bottom: 10px;
		padding-top: 10px;
		background-image: url('images/archive_bg.jpg'); 
		background-repeat: no-repeat;
		height: 46px;
		width: 1000px;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #c43200;
		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 #f63e02;
	}

	.content a:hover IMG {
		border: 1px solid #b92300;
	}

.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: 200px;
}

.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: #560f00;
	text-decoration: none;
	font-weight: bold;
}

.big_top_content a:hover {
	color: #560f00;
	text-decoration: underline;
}

.small_top {
	background: url('images/toplist.jpg') no-repeat;
	width: 214px;
	height: 141px;
	float: left;
	margin-left: 25px;
}

	.small_top_body {
		float: right;
		padding-top:25px;
		padding-bottom:0px;
		padding-right:20px;
		padding-left:0px;
		font-size: 12px;
		color: #b92300;
	}

	.small_top a {
		font-size: 20px;
		font-weight: bold;
		color: #b92300;
		text-decoration: none;
	}

	.small_top a:hover {
		color: #fd924a;
		text-decoration: none;
	}


#footer {
	width: 1000px;
	clear: both;
	height: 109px;
	margin: auto;
	font-size: 11px;
}
#th { display: none; }
