﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	margin-left: 65;
}

#left_col {
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: cursive;
	font-size: 16px;
}
#page_content {
	margin-left: 50px;
	background-repeat: repeat;
}

#footer {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: medium;
	text-align: center;
	padding-top: 20px;
	margin-left: 65px;

