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

*/

#header-col-lft {
	float: left;
	width: 244px;
	height: 44px;
	background: url(../images/template/header_3col_lft.png) no-repeat 0 0;
}

#header-content {
	margin: 0 0 0 7px;
	float: left;
	width: 429px;
	height: 44px;
	background: url(../images/template/header_3col_content.png) no-repeat 0 0;
}

#header-col-rgt {
	margin: 0 0 0 6px;
	float: left;
	width: 245px;
	height: 44px;
	background: url(../images/template/header_3col_rgt.png) no-repeat 0 0;
}

#column-lft {
	float: left;
	width: 244px;
}

#content-wrapper {
	margin: 0 0 0 7px;
	float: left;
	width: 680px;
}

#content-top {
	width: 680px;
	height: 32px;
	background: url(../images/template/content_3col_top.png) no-repeat 0 0;
}

#content-mid {
	width: 680px;
	background: url(../images/template/content_3col_mid.png) repeat-y 0 0;
}

#content-btm {
	width: 680px;
	height: 23px;
	background: url(../images/template/content_3col_btm.png) no-repeat 0 0;
}

#content {
	float: left;
	width: 390px;
	margin: 0 0 10px 20px;
}

#column-rgt {
	font-family: "book antiqua", palatino, times, serif;
	/*color: #6f4d1e;*/
	color: #000;
	float: left;
	width: 210px;
	margin: 0 0 10px 40px;
	font-size: 13px;
}

#column-rgt h3 a {
	color: #6f4d1e;
}

#column-rgt h4 {
	border-top: 1px solid #ccc;
	/*color: #6f4d1e;*/
	color: #000;
	font-weight: normal;
	padding: 10px 4px 0;
	font-size: 14px;
}

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

#column-rgt li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/template/point.png) no-repeat left center;
}