﻿
body {
	background-color: #1B1B1B;
}
#background {
	height:1000px;
	width:1000px;
	z-index:-1;
	position:absolute;
}
#logo {
	margin-left:3px;
	width:500px;
	float:left;
}
#logo img {
	border-width:0px;
}
#container {
	width: 1020px;
	height:1050px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
#masthead {
	width:1000px;
	height:195px;
}
#columnt {
	position:relative;
	left:20px;
	top: 0px;
	margin-top:-10px;
	width: 470px;
	height: 180px;
	float:left;
}
#columnt li {
	display:inline;
	color:maroon;
	text-decoration:none;
	padding-left:2px;
	padding-right:3px;
}
#columnt a {
	text-decoration:none;
	color:maroon;
}
#columnt a:hover {
	text-decoration: underline;
	color: #008000;
}
#columnt h1 {
	color: #003300;
	font-size: 1.1em;
	text-align:center;
}
#columnt p {
	color: #003300;
	font-size: .9em;
	text-align:center;
	margin-top:-8px;
}
#base {
	width:1000px;
	height:565px;
}
#columnb {
	position: relative;
	left:96px;
	top: 00px;
	float:left;
	width: 810px;
	height: 490px;
	padding-top:20px;
	margin-bottom:20px;
	text-align:center;
	overflow:auto;
}
#bnavigation {
	position: relative;
	left:96px;
	top: 0px;
	width:810px;
	height:50px;
	text-align:center;
}

