@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #000 url(../images/bg_body.jpg) center 0 no-repeat;
}

img, img a {border: none;}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
.left {float: left;}
.right {float: right;}

img.left {float: left; margin: 0 24px 16px 0;}
img.right {float: right; margin: 0 0 16px 16px;}
	
a {color: #c21e03;}
a:hover { text-decoration: none; }


#top, #wrap, #heading, #footer {
	width: 962px;
	margin: 0 auto;
	}
	
#top {
	position: relative;
	background: url(../images/bg_top.jpg) center 37px no-repeat;
	}
	
#logo, #logo h1 {float: left; width: 100px;}
	
#logo h1 a {
	width: 261px;
	height: 206px;
	position: absolute;
	top: 32px;
	left: 16px;
	background: url(../images/logo.png) no-repeat;
	}
	
	#logo h1 strong {display: none;}
	
#banner {
	clear: both;
	background: url(../images/bg_banner.jpg) no-repeat;
	text-align: center;
	}
	
	#banner p {margin: 0;}
	
#intro {
	width: 654px;
	margin: 0 auto;
	padding: 40px 40px 32px 268px;
	background: #f2e4cf url(../images/bg_intro.jpg) no-repeat;
	color: #ddd0b9;
	}
	
	#intro h1 {
		font-size: 1.5em;
		color: #FFF;
		margin-bottom: 8px;
		letter-spacing:-1px;
		}
	
#wrap {
	background: #f2e4cf url(../images/bg_wrap.jpg) 0 bottom no-repeat;
	padding: 16px 0 0 0;
	}
	
#heading {
	height: 124px;
	background: url(../images/bg_heading.jpg) 0 bottom no-repeat;
	}
	
	#heading h1 {
		font-size: 3em;
		margin: 40px 0 0 40px;
		float: left;
		color: #d79a7e;
		font-weight: normal;
		}
		
	* html #heading h1 {margin-left: 20px;}
	
#content {
	float: left;
	width: 646px;
	margin: 0 24px;
	}
	* html #content {margin-left: 12px;}
	
	#content ul, #content ol {margin: 0 0 16px 20px; }
	
	#content li {line-height: 1.6em;}
	
	#content h1 {
		font-weight: normal;
		margin-bottom: 16px;
		font-size: 2em;
		}
		
	#content h2 {
		margin-bottom: 10px;
		font-size: 1.6em;
		padding-top: 8px;
		}
		
	#content h3 {
		margin-bottom: 6px;
		font-size: 1.3em;
		padding-top: 8px;
		}
		
	#content table {margin: 8px 0 16px 0;}
		
	#content th {
		padding: 4px;
		background: #887861;
		color: #FFF;}
		
	#content td {
		padding: 4px;
		background: #f5eee2;
		vertical-align: top;
		}
	
	
#sidebar {
	float: right;
	width: 244px;
	padding-right: 24px;
	}
	
	#sidebar h3 {margin-bottom: 6px;
		font-size: 1.3em;
		padding-top: 8px;}
	
#footer {
	padding: 80px 0 100px 0;
	background: url(../images/bg_footer.jpg) no-repeat;
	color: #bb965b;
	text-align: center;
	}
	
#footer a {
	color: #e38704;
	}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*==================== HOME ======================*/


#news .post {
	background: #f8f0e4;
	padding: 24px;
	margin-bottom: 24px;
	}
	
#news .post h2 {
	font-size: 1.4em;
	color: #111;
	margin-bottom: 16px;
	}
	
#news .post img {
	float: left;
	margin-right: 0 20px 20px 0;
	}
	
.anynews h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 1em;
	}
	
.post_short {
	background: #f8f0e4;
	padding: 24px;
	margin-bottom: 16px;
	}
	
.news-list .post_title {
	padding: 16px 0;
	border: none;
	}
