#main_container {
	position: relative;
	top: 6px;
	left: 16px;
	width: 742px;
	min-height: 50px;
	border: solid 1px black;
	background-color: #DFE7F0;
}

#left_column {
	position: relative;
	float: left;
	width: 180px;
}

#right_column {
	position: relative;
	float: right;
	width: 180px;
}

#center_column {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	margin-left: 180px;
	margin-right: 180px;
	padding-bottom: 0.8em;
	text-align: justify;
	background: white url( "../assets/content_column.gif" ) center top repeat-y;
}

#center_column_content {
	position: relative;
	top: 5px;
	left: 8px;
	width: 365px;
	height: 100%;
	text-align: justify;
}