﻿/* CSS layout */
#masthead {
	background: url('other/BGbanner.jpg') no-repeat;
	height: 120px;
	width: 970px;
}

#top_nav {
	background: url('other/BGcontainer.jpg') no-repeat;
	width: 970px;
	height: 1px;
}

#container {
	background: url('other/BGcontainer.jpg') repeat-y;
	position: relative;
	width: 970px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 25px;
	top: 0px;
	height: 200px;
}

#page_content {
	margin-left: 225px;
	height: 350px;
}

#footer {
	background: url('other/BGbottom.jpg') no-repeat;
	height: 60px;
	width: 970px;
}

