﻿
body {
	background-color: #1B1B1B;
}
#background {
	height:1000px;
	width:1000px;
	z-index:-1;
	position:absolute;
}
#logo {
	margin-left:3px;
	width:500px;
	float:left;
	z-index:1;
}
#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 h1 {
	color: #003300;
	font-size: 1.1em;
	text-align:center;
}
#base {
	width:1000px;
	height:575px;
}
#columnb {
	position: relative;
	left: 20px;
	top: 0px;
	float:left;
	width: 440px;
	height: 480px;
	padding-top:20px;
	text-align:center;
}
#bnavigation {
	position: relative;
	left:0px;
	top: 0px;
	width:800px;
	height:50px;

}
#columnp {
	position:relative;
	left:62px;
	top: 20px;
	float:left;
	width:480px;
	height: 450px;
	text-align:center;
	color:#BBB485;
	border-style:solid;
	border-color:black;
	border-width:3px;
}
#columnp img {
	margin-left:-9px;
	vertical-align:middle;
}




