.container {
	width: 850px;
	border: 1px solid #006600;
	position: absolute;
	left: 50%;
	margin-left: -430px;
}
.columnleft {
	background-color: #F0EFEB;
	border-right-style: solid;
	border-right-color: #006600;
	border-right-width: 1px;
}
.columnright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
}
