﻿#top_left {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 185px;
	background-color: #000000;
	z-index: 10;
	text-align: left;
}
#header {
	top: 0px;
	position: absolute;
	width: 1300px;
	height: 185px;
	left: 185px;
	background-color: #660000;
	z-index: 30;
	text-align: left;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
#left_col {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 185px;
	height: 1500px;
	z-index: 20;
	background-color: #660000;
	max-height: none;
}
#container {
	position: absolute;
	width: 1300px;
	top: 185px;
	left: 185px;
	height: 1500px;
	background-color: #660000;
	z-index: 40;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-decoration: none;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #808080;
}
