﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 73px;
}

#top_left {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 185px;
}

#header {
	margin-left: 200px;
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-weight: bold;
	color: #008000;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 182px;
	position: absolute;
	left: -1px;
	top: 156px;
	height: 225px;
	color: #000000;
	font-size: large;
	font-family: "Comic Sans MS";
	text-align: center;
}

#page_content {
	margin-left: 200px;
	font-size: large;
	color: #000000;
}

#footer {
}
