body {
	background-color: #608341;
	text-align: center;
	color: #000;
	font-family: Optima, "Myriad Web", Arial, Helvetica, sans-serif;
	line-height: 1.65;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-weight: bold;
	font-size: 1.75em;
	text-align: center;
}


/* Box Structure */

#header {
	height: 160px;
	background-image: url(images/header_images/headerimg1.jpg);
	background-color: black;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

#navBox {
	height: 40px;
	background-color: black;
	color: white;
	text-align: center;
	border-top: 1px solid #608341;
}


#navigation {
	padding-top: 4px;
	padding-bottom: 10px;
	width: 900px; 
	margin: 0 auto;
	font-size: 1.25em; 
}


#contentBox {
	width: 800px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
}

#content {
	padding: 20px;
	background-color: inherit;
	font-size: 0.9em;
	overflow: auto;
}

#sidebar {
	float: right;
	width: 200px;
	border-left: 1px dotted black;
	padding: 0px 10px 0px 20px;
	background-color: inherit;
}

#footerBox {
	width: 800px;
	background-color: white;
	text-align: center;
	font-size: 0.65em;
	margin: 0 auto;
	line-height: 1.5em;
}

#footer {
	padding: 10px 0 10px 0;
	border-top: 1px dotted black;
}

#player {
	width: 300px;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
}

#playerBox a {
	text-decoration: none;
	color: #634350;
	font-weight: bolder;
}

#playerBox a:hover{
	text-decoration: none;
	color: white;
}
	

/* End Box Structure */

#header img {
	position: absolute;
	top: 25px;
	right: 40px;
	border: 1px solid #608341;
}

#contentBox a, a:visited {
	text-decoration: none;
	color: #608341;
	font-weight: bolder;
}

#contentBox a:hover {
	text-decoration: none;
	color: #634350;
}

#footerBox a, a:visited {
	text-decoration: none;
	color: #608341;
	font-weight: bolder;
}

#footerBox a:hover {
	text-decoration: none;
	color: #634350;
}

#navigation a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #634350;
}

#navigation a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

img.left {
	float: left;
	border: 1px solid black;
	margin: 0 15px 10px 0;
}

img.right {
	float: right;
	border: 1px solid black;
	margin: 0 0 10px 15px;
}

img.center {
	display: block;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.historyleft {
	float: left;
	margin: 0 15px 10px 0;
}

img.historyright {
	float: right;
	margin: 0 0 10px 15px;
}

img.historycenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}	

p.caption {
	text-align: center;
	line-height: 1.2em;
}	