﻿/* CSS layout */
#container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width:1000px;
}

#left_col {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url('images/col-tile.jpg');
	background-repeat: repeat;
	height: auto;
	float: left;
}

#page_content {
	margin-left: 200px;
	width: 760px;
	padding: 15px;
}

#footer {
}
