﻿/* CSS layout */
#masthead {
	background-repeat: inherit;
	background-image: url('../images/image1310.gif');
	background-attachment: inherit;
	left: -13px;
}
#top_nav {
	background-image: url('../images/image1310.gif');
	background-repeat: repeat;
}
#container {
	position: relative;
	width: 700;
	background-image: url('../images/image1310.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	height: auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	background: url('../images/image1310.gif');
	margin-left: 200px;
	left: 200px;
}

#footer {
	position: relative;
	background-image: url('../images/image1310.gif');
	background-repeat: repeat;
	left: -13px;
}
