﻿/* CSS layout */
#left_col {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 714px; 
	width: 300px; 
	background-image:url('View2c.png')
	}

#page_content {
	margin-left: 350px;
}

#container {
	position: relative;
	width: 100%;
}
