/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C0C0C0;
}

#page_content {
	border: medium #A68A5D solid;
	margin-left: 200px;
	background-color: #000080;
}

#container {
	position: absolute;
	width: 90%;
}
