﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: absolute;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	float: right;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000000;
	height: 700;
}

#footer {
}
#footer {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	background-color: #000000;
	color: #C0C0C0;
	font-size: small;
	width: 860px;
	position: relative;
}
.BlackBoxRedBorder {
	padding: 3px;
	border: medium solid #FF3300;
	margin: 5px;
	position: relative;
	width: 343px;
	height: auto;
	z-index: 1;
	left: 52px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footertest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
