

body {
	background: #666666;
}
#header {
	background: transparent url('../images/bg_grad_small.png') no-repeat top center;
	height: 130px;
	padding-top: 15px;
}

#col_left, #col_right, #col_full {
	overflow: hidden;
}
#col_left {
	width: 620px;
	float: left;
}
#col_right {
	width: 340px;
	float: right;
}
#col_full {
	width: 960px;
	float: left;
}

.content_box {
	margin: 10px 10px 0px 10px;
}
#col_left .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	*margin-top: 30px;
}
#col_right .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	*margin-top: 30px;
}
#col_full .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	*margin-top: 30px;
}

#col_right .content_box h4 {
	*padding-top: 34px;
}

#col_left .title h1 {
	font-size:20px;
}

