#header {
	padding-left: 1px;
}

#content_box {
	position: relative;
	margin-top: 1px;
	width: 100%;
	background-image: url(../pic/basic/bg_content_box.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #fff;
}
#content {
	margin-top: 40px;
	margin-left: 28px;
	margin-bottom: 100px;
	width: 560px;
	line-height: 18px;
}
#column_left a {
	color: #fff;
	width: 150px;
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 0;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#column_left a:hover {
	background: #3EBEFF;
}

#column_right {
	position: relative;
	width: 610px;
	float: left;
	margin-left: 0px;
	background: #fff;
}