/*
# $Id$
*/

#col-left {
	background: url('images/col-left-bg.png') no-repeat;
	float: left;
	padding-top: 95px;
	width: 217px;
	margin-right: 15px;
}

	#col-left-body {
		background: #a03838;
		padding: 1px 10px 10px 10px;
		color: #FFFFFF;
	}

#col-main.with-col-left {
	width: 640px;
	float: right;
}
