﻿/* CSS layout */
body {
	font-family: "courier New", Courier, monospace;
	color: #FFFFFF;
	padding: 0;
	height: 100%;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 866px;
	height: 500px;
}
#logo {
	padding: 0px;
	border-width: thin;
	border-color: #008000;
	float: left;
	width: 266px;
	background-color: #006600;
	height: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: normal;
	color: #FFFFFF;
}
#header {
	background-color: #003300;
	height: 100px;
	padding-left: 0px;
	margin-left: 266px;
	width: 600px;
	background-repeat: no-repeat;
}
#left_col {
	padding: 0px;
	float: left;
	width: 133px;
	background-color: #003300;
	height: 400px;
	text-align: center;
	font-size: x-small;
}
#page_content {
	padding: 5px;
	margin-left: 133px;
	height: 390px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #008000;
	width: 721px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #008000;
}
