/*
Title:		Layout 2 columns
Updated:	2009.04.08
Notes:		Lay stylesheet

eqcol - equal columns
*/

#header-sidebar {
	float: left;
	width: 245px;
	height: 44px;
	background: url(../images/template/header_2col_sidebar.png) no-repeat 0 0;
}

#header-content, .header-content {
	font-family: "book antiqua", palatino, times, serif;
	margin: 0 0 0 5px;
	float: left;
	width: 681px;
	height: 44px;
	background: url(../images/template/header_2col_content.png) no-repeat 0 0;
}

.header-content {
	margin: 2px 0 0;
}

.header-content h2 {
	text-shadow: 0px -1px 1px #000;
	font-size: 14px;
	color: #cacb2b;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
}

#sidebar-top, #sidebar-top-eqcol {
	float: left;
	width: 245px;
	height: 32px;
}

#sidebar-top-eqcol {
	background: url(../images/template/sidebar_2col_top.png) no-repeat 0 0;
}

#content-top, .content-top {
	margin: 0 0 0 5px;
	float: left;
	width: 681px;
	height: 32px;
	background: url(../images/template/content_2col_top.png) no-repeat 0 0;
}

.content-top {
	margin: 0;
}

#wrapper, #wrapper-eqcol {
	float: left;
	width: 931px;
	margin: 0;
}

#wrapper-eqcol {
	/*background: url(../images/template/sidebar_2col_mid.png) repeat-y 0 0;*/
	background: url(../images/template/wrapper_eqcol.png) repeat-y 0 0;
}

#content-wrapper {
	margin: 0 0 0 5px;
	float: left;
	width: 681px;
}

#sidebar {
	/*color: #6f4d1e;*/
	color: #000;
	float: left;
	/*
	width: 205px;
	padding: 0 20px;
	*/
	width: 206px;
	padding: 0 19px 0 20px;
}

#content-mid, .content-mid, #content-mid-eqcol {
	float: left;
	width: 681px;
}

#content-mid, .content-mid {
	background: url(../images/template/content_2col_mid.png) repeat-y 0 0;
}

#content, .content {
	float: left;
	width: 620px;
	margin: 0;
	padding: 0 20px;
}

#sidebar-btm, #sidebar-btm-eqcol {
	float: left;
	width: 245px;
	height: 23px;
}

#sidebar-btm-eqcol {
	background: url(../images/template/sidebar_2col_btm.png) no-repeat 0 0;
}

#content-btm, .content-btm {
	margin: 0 0 0 5px;
	float: left;
	width: 681px;
	height: 23px;
	background: url(../images/template/content_2col_btm.png) no-repeat 0 0;
}

.content-btm {
	margin: 0;
}

#news-sidebar {
	position: relative;
	top: -32px;
	left: -20px;
}

#sidebar-content .more {
	float: right;
	font-size: 10px;
	color: #6f4d1e;
	padding: 0 15px 0 0;
	background: url(../images/template/more_point.png) no-repeat center right;
}

#sidebar-content h4 {
	/*color: #6f4d1e;*/
	color: #000;
	font-weight: normal;
	padding: 10px 4px 0;
	font-size: 13px;
}

#sidebar-content ul {
	list-style-type: none;
	padding: 5px 0 0 4px;
	margin: 5px;
}

#sidebar-content li {
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/template/point.png) no-repeat left center;
}