@charset "utf-8";
body {
	margin: 0px;
}
.three-column-layout-1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.three-column-layout-1 .l-col {
	width: 200px;
	float: left;
}
.three-column-layout-1 .r-col {
	width: 200px;
	float: right;
}
.three-column-layout-1 .c-col {
	margin-left: 200px; /* Must match left column width. */
	margin-right: 200px; /* Must match right column width. */
}
.clr {
	clear: both;
}
