/* CSS layout */
#masthead {
	border-style: double;
	border-color: #FF0000;
	font-family: Garamond;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	background-color: #C0C0C0;
	background-position: center;
	position: relative;
	height: 100px;
}
#top_nav {
	font-family: Garamond;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #008000;
	background-color: #C0C0C0;
	border: thin none #FF0000;
	position: relative;
	display: inline-table;
	list-style-type: none;
	table-layout: auto;
	empty-cells: hide;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	border: thin none #C0C0C0;
	width: 150px;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	right: 0px;
	z-index: 1;
}
#page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background-color: #FFFFFF;
	position: relative;
	width: 70%;
	top: 0px;
	height: auto;
	left: 0px;
	padding-left: 10px;
}

#footer {
}
