body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	background-color: #f5d8b0;
	color: #000;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
	background-color: #fffaf6;
}

.header {
	width: 1000px;
	background-image: url('images/head_mid.jpg'); 
	background-repeat: no-repeat;
	height: 104px;
	margin: auto;
}

	.top {
	 	width: 365px;
		height: 104px;
		padding-right: 30px;
		float: right;
		background-image: url('images/top_top.jpg'); 
		background-repeat: no-repeat;
	}

	.top a {
		font-size: 14px;
		font-weight: bold;
		color: #ae0032;
		text-decoration: underline;
	}

	.top a:hover {
		color: #ff9205;
		text-decoration: underline;
	}

	.archives {
		float: right;
		text-align: right;	
		margin-bottom: 10px;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #f00a2a;
		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: underline;
		clear: none;
	}

	.archives a:hover {
		color: #fdbe00;
		text-decoration: underline;
		clear: none;
	}




.content {
	width: 1000px;
	margin: auto;	
	clear: both;
}

	.content a IMG{
		border: 1px solid #800000;
		height: 220px;
		width: 150px;
	}

	.content a:hover IMG {
		border: 1px solid #007fbc;
	}

.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: 45px;
}

.big_top_content ul {
	margin: 0;	
	padding: 0;
	float: left;
	width: 250px;
	text-align: left;
	padding-left:60px;
	padding-top: 10px;
}

.big_top_content li {
list-style: url('images/fox.jpg') inside;
}

.big_top_content a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	overflow: hidden;
}

.big_top_content a:hover {
	color: #ae0032;
	text-decoration: underline;
}


.small_top {
background: url('images/toplist.jpg') no-repeat;
width: 229px;
height: 112px;
float: left;
font-size: 14px;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;}

        .small_top a {
                font-size: 20px;
                font-weight: bold;
                color: #7f4602;
                text-decoration: underline;
        }

        .small_top a:hover {
                color: #b46e02;
                text-decoration: underline;
        }

.small_top_body {
float: right;
padding-top:15px;
padding-bottom:30px;
padding-right:35px;
padding-left:0px;
font-size: 12px;
color: #000000;
width: 170px;
}

#footer {
	width: 1000px;
	clear: both;
	height: 130px;
	margin: auto;
	
}

#th { display: none; }
