@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;	
}

a img {
	border: none;	
}

ul {
	margin-left: 20px;	
}

h1,h2,h3,h4,h5,h6, p {
	margin: 10px 0px;	
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 1200px;
	height: 356px;
	position: relative;
}

#header ul {
	list-style: none;	
	position: absolute;
	top: 120px;
	left: 120px;
}

#mainContent {
	width: 1200px;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}

#innerContent {
	width: 1000px;
	margin: 0px 100px;
}

#innerContent h1 {
	text-align: center;	
	width: 760px;
	float: right;
	margin-right: 20px;
	padding: 10px;
	color: #FFF;
	background-color: #222;
	border: 5px solid #333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 5px;
	text-shadow: 2px 2px 2px #777;
}

#footer {
	width: 1200px;
	height: 57px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 0px 200px;
}

.paper_section {
	width: 533px;
	height: 488px;
	padding: 20px;
	background-image: url(../images/paper_bg.png);
	background-repeat: no-repeat;
}

.paper_section h2 a {
	color: #000;
	text-decoration: none;
	text-shadow: 2px 2px 2px #999;
}

.paper_section h2 a:hover {
	color: #FC0;
	background-color: #000;
}

.paper_section2 {
	background-color: #FFF;	
	border: 5px solid #333;
	width: 740px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 5px;
}

#leftBanner {
	width: 160px;
	height: 600px;
	float: left;
	margin-left: 20px;
}

.clear {
	clear: both;
	height: 0px;
}

.main_category a {
	color: #4e4832;
	text-decoration: none;
	text-shadow: 2px 2px 2px #AAA;
	font-size: x-large;
	font-weight: 900;
}

.main_category a:hover {
	text-decoration: underline;
}

