﻿/* CSS-Layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
	color: #008000;
	font-weight: normal;
}

#page_content {
	margin-left: 200px;
}

#container {
	position: absolute;
	width: 850px;
	z-index: auto;
	font-family: "Times New Roman", Times, Serif;
	color: #008000;
}

