﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 20px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	text-align: center;
}

#container {
	position: relative;
	width: 100%;
}
