/* CSS Document for cntent on frontpage */


/*-------------------- main-column --------------------*/

.col-fp {
	display: block;
	float: left;
	text-align: left;
	margin: 17px 15px 60px 15px;
}

.left-col-9 {
	width: 705px;
	margin: 0;
	float: left;
	text-align: left;
	padding: 0;
}

.col-9 {
	float: left;
	padding-right: 30px;
}

.col-3-3-3 ,
.col-6-3,
.col-3-6 {
	padding-top: 10px;
	clear: both;
}

.col-3 {
	width: 210px;
	padding-right: 20px;
}

.col-6 {
	width: 440px;
	padding-right: 20px;
}

.left-col,
.middle-col,
.right-col {
	float: left;
}

.right-col-3 {
	float: right;
	width: 215px;
}




