@charset "utf-8";
/* CSS Document */

.twocolumnwrapper {
	width:560px;
	margin-top:15px;
	clear:both;
}
.leftcolumn {
	float: left;
	width: 260px;
}
.rightcolumn {
	float: right;
	width: 260px;
	padding:0 0 0 20px;
}
.twocolumnslwrapper {
	width:560px;
	margin-top:15px;
}
.left2slcolumn {
	float: left;
	width: 210px;
}
.right2slcolumn {
	float: right;
	width: 330px;
	padding:0 0 0 20px;
}
.clear {
	clear: both;
	height: 1px;
}
.threecolumnwrapper {
	width: 560px;
}
.left3column {
	float: left;
	width: 186px;
}
.center3column {
	float: left;
	width: 186px;
}
.right3column {
	float: right;
	width: 186px;
}
.fourcolumnwrapper {
	width: 560px;
}
.left4column {
	float: left;
	width: 130px;
}
.secondleft4column {
	float: left;
	width: 130px;
	padding:0 0 0 10px;
}
.secondright4column {
	float: left;
	width: 130px;
	padding:0 0 0 10px;
}
.right4column {
	float: right;
	width: 130px;
	padding:0 0 0 10px;
}
