#oneColumn {
	width: 940px;
	height: 500px;
	padding: 20px;
	float: left;
	clear: both;
	overflow: visible;
	text-align: justify;
}

#longColumn {
	width: 940px;
	height: 100%;
	padding: 20px;
	float: left;
	clear: both;
	overflow: visible;
	text-align: justify;
	margin-bottom: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #989ECB;
	border-bottom-color: #5260C9;
	border-left-color: #989ECB;
}

