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

