.headBox {
	position: relative;
	height: 100px;
	min-width: 500px;
	padding: 0px;
	background-color: #3B6597;
}
.headRightPic {
	background-image: url(../images/header/headerright1.gif);
	height: 72px;
	width: 254px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #3B6597;
	z-index: 2;
	margin-left: 600px;
	background-position: right;
	margin-right: 0px;
}
.headLeftPic {
	background-image: url(../images/header/headerleft1.gif);
	height: 72px;
	width: 241px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #3B6597;
	z-index: 1;
	float: left;
	margin-right: 600px;
}
.headTitle {
	position: relative;
	z-index: 3;
	text-align: center;
	width: 100%;
	top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFCC;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.navBox {
	position: static;
	text-align: center;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gold;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 2px;
}
.outerBox {
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
	padding: 0px;
	margin-bottom: 8px;
	filter: Shadow(Color=black, Direction=bottom);
	border: medium double gold;
	background-image: url(../images/textures/wood3.jpg);
	background-repeat: repeat;
}
.navLink {
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 18px;
}
body {
	/*background-color: #CCCCCC;*/
	background-image: url(../images/textures/wood3.jpg);
}
.infoBox {
	padding: 1em;
	background-color: #FFFFFF;
}
.bottomInfo {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}
