

body {
	background: #ffffff url('../images/bg_small.png') repeat-x top left;
}
#header {
	background: transparent url('../images/bg_grad_small.png') no-repeat top center;
	height: 95px;
	padding-top: 15px;
}

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

.content_box {
	margin: 10px 0px;
}
#col_left .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}