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

#content #clmn {
	margin: 0 4%;
}
#content #clmn1,#clmn2,#clmn3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
	margin-bottom: 50px;
}
#content #clmn1 {
	float: left;
	width: 28%;
}
#content #clmn2 {
	float: left;
	width: 28%;
	margin-left: 8%;
}
#content #clmn3 {
	float: right;
	width: 28%;
}