﻿/* CSS layout */
#masthead {
	width: 900px;
}
#container {
	position: relative;
	width: 900px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
#left_col {
	width: 225px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
#page_content {
	margin-left: 225px;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	width: 675px;
}
#footer {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	width: 900px;
}
