* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Verdana, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	background:#fdf3d6 url(img/bg.jpg);
}
a {
	color: #C00;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 385px;
	padding-top:15px;
	background:url(img/header_bg.png) no-repeat center 85px;
	position:relative;
	color:#131212;
}

#header p{
	width:720px;
	display:block;
	float:left;
}

#header span{
	font-weight:bold;
	color:#d4362a;
}

#header .date{
	color:#151515;
}

#header a{
	color:#131212;
}

#header a.more, #content a.more{
	color:#d4362a;
	font-weight:bold;
}

#header a#home{
	display:block;
	float:left;
	height:40px;
	width:90px;
	padding-top:18px;
	margin-left:40px;
	margin-right:10px;
	background:url(img/header_line.png) no-repeat right;
	font-size:16px;
}

#header a#quest{
	display:block;
	float:left;
	height:40px;
	width:96px;
	padding-top:18px;
	text-align:right;
	margin-right:30px;
	margin-left:7px;
	background:url(img/header_line.png) no-repeat left;
	font-size:16px;
	
}

#header ul{
	list-style:none;
	clear:both;
}

#header ul a{
	color:#fef5d9;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	height:35px;
	width:205px;
	padding-top:105px;
	text-align:center;
	overflow:hidden;
}

#header li.item_1 a{
	margin-left:30px;
	background:url(img/header_menu_1.png) no-repeat;
}

#header li.item_2 a{
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	margin-left:30px;
	background:url(img/header_menu_2.png) no-repeat;
}

#header li.item_3 a{
	position:absolute;
	right:0;
	margin-right:30px;
	background:url(img/header_menu_3.png) no-repeat;
}

#header li.item_4 a{
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
	margin-right:30px;
	background:url(img/header_menu_4.png) no-repeat;
}

#d{
	width:200px;
	height:200px;
	border:#F00 solid 1px;
}

#b{
	width:200px;
	height:200px;
	border:#F00 solid 1px;
	overflow:hidden;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 130px;
	height: 1%;
	position: relative;
	margin-top:-163px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom:-20px;
}
#content {
	padding: 0 258px 0 258px;
	color:#11100f;
}

#content_top{
	height:41px;
	background:url(img/content_bg.png) no-repeat center top;
}

#content_bottom{
	height:41px;
	background:url(img/content_bg.png) no-repeat center -41px;
}

#content_middle{
	background:url(img/content_bg_middle.png) repeat-y center;
	padding-left:45px;
	padding-right:37px;
	padding-top:20px;
	padding-bottom:25px;
}

#content h3{
	font-size:13px;
	margin-bottom:25px;
}

#content img{
	float:left;
	margin-right:15px;
}

#content img.logo{
	margin:0;
	float:none;
}

#last_articles{
	margin-top:28px;
	padding-top:8px;
	background:url(img/last_bg.png) repeat-x top;
}

#last_articles h4{
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}

#last_articles ul{
	list-style:url(img/last_menu.png);
	padding-left:40px;
}

#last_articles li{
	padding-left:6px;
	padding-top:13px;
}

#last_articles li a{
	color:#d4362a;
}

#best{
	height:190px;
	background:url(img/best_bg.png) no-repeat center;
	clear:both;
	padding-top:15px;
	margin:0 auto;
	width:950px;
}

#best h4{
	color:#d4362a;
	font-size:16px;
	text-align:center;
	font-weight:normal;
}

#best ul{
	list-style:none;
	margin-top:10px;
}

#best li{
	display:inline;
}

#best li a{
	display:block;
	float:left;
	margin-left:16px;
	padding-top:110px;
	width:203px;
	color:#040404;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:#0F0;
}

#best li#first a{
	margin-left:41px;
}

#best li.item_1 a{
	background:url(img/best_pic_1.png) no-repeat top center;
}

#best li.item_2 a{
	background:url(img/best_pic_2.png) no-repeat top center;
}

#best li.item_3 a{
	background:url(img/best_pic_3.png) no-repeat top center;
}

#best li.item_4 a{
	background:url(img/best_pic_4.png) no-repeat top center;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 208px;
	margin-left: -100%;
	padding-left:27px;
	padding-top:164px;
	position: relative;
	font-size:11px;
	background:url(img/side_menu_line.png) no-repeat 122px 158px;
}

#sideLeft ul{
	list-style:none;
	margin-bottom:27px;
}

#sideLeft li a{
	display:block;
	height:29px;
	padding-top:8px;
	width:206px;
	margin-top:14px;
	background:url(img/side_menu.png) no-repeat center;
	text-align:center;
	color:#f21d0a;
	font-size:13px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	padding-top:178px;
	width: 210px;
	padding-right:21px;
	padding-left:4px;
	margin-left: -235px;
	position: relative;
	font-size:11px;
	color:#11100f;
}

#sideRight p{
	padding-top:5px;
	padding-left:1px;
	padding-right:10px;
}


.sidebar .date{
	color:#d4362a;
}

.sidebar img{
	margin-top:5px;
}

.sidebar a{
	color:#d4362a;
	font-weight:bold;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -130px auto 0;
	height: 130px;
	position:relative;
}

#copy{
	position:absolute;
	bottom:0;
	padding-bottom:12px;

	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}