﻿/* CSS layout */
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
}

#page_content {
	margin-left: 225px;
	clear: both;
}

