/*
	Content modules based on 82px columns (MEM 11/6/08)
	Added a new class .content-layout-2-column-degree  for degree alement on degre page(SVK 2/17/12)
*/

div.content-container {
	width: 100%;
	height: auto;
	float: left;
}

.content-layout-2-column {
	width: 162px;
	float: left;
	display: inline;
}

.content-layout-2-column-degree {
	width: 162px;
	float: right;
	display: inline;
}

.content-layout-3-column {
	width: 244px;
	float: left;
	display: inline;
}

.content-layout-4-column {
	width: 326px;
	float: left;
	display: inline;
}

.content-layout-5-column {
	width: 408px;
	float: left;
	display: inline;
}

.content-layout-6-column {
	width: 490px;
	float: left;
	display: inline;
}

.content-layout-7-column {
	width: 572px;
	float: left;
	display: inline;
}
.content-layout-9-column {
	width: 736px;
	float: left;
	display: inline;
}

/* 01/06/11 - MEM */
.content-layout-8-column {
	width: 654px;
	float: left;
	display: inline;
}

/* 3/4/09: kkb - News landing tout style*/

.news-landing-tout{
	width: 238px;
	float: left;
	display: inline;
}

