#content {
	width: 848px;
	height: auto;
	position: relative;
	padding: 0px 18px 0px 34px;
	z-index: 20;
}
#content #bg {
	width: 848px;
	height: auto;
	position: relative;
	z-index: 20;
	background: url(../images/template/bg_border_vert.gif) 550px 15px repeat-y; 
}
#content #bg:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#content #bg #left {
	width: 525px;
	padding: 0px 0px 0px 0px;
}
#content #bg #left h1 {
	margin-bottom: 8px;
}
#content #bg #left .date {
	height: 20px;
	position: relative;
	line-height: 20px;
	color: #72bf00;
	margin-bottom: 28px;
}
#content #bg #right {
	width: 275px;
	padding: 0px;
	margin: 0;
}
#content #bg #right .news {
	width: 275px;
	height: auto;
	position: relative;
	margin-bottom: 55px;
}
#content #bg #right .title {
	width: 230px;
	height: 50px;
	position: relative;
	font-size: 11px;
	line-height: 20px;
	padding-left: 45px;
	padding-top: 11px;
	margin: 0px;
	background: url(../images/template/icon_news.gif) 15px 15px no-repeat;
	cursor: pointer;
}
#content #bg #right .title.active {
	background: url(../images/template/bg_news.gif) 0px 0px no-repeat;
}
#content #bg #right .title strong {
	font-size: 12px;
	line-height: 20px;
	color: #660066;
}
#content #bg #right .title a {
	font-size: 12px;
	line-height: 20px;
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}
