﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1024;
}
#container {
	position: relative;
	width: 800;
}
#left_col {
	width: 180px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#page_content {
	margin-left: 180px;
}
#footer {
	position: relative;
	width: 1024;
	right: 1024px;
}
