html, body {
	margin: 0;
	padding: 0;
	}

a {
	color: #fdd;
	text-decoration: unerline;
}
	
#pagecontainer {
	background: url(../images/contentcontainerbackground.jpg) repeat-y;
	border: 1px solid #ebebeb;
	margin: 20px auto;
	width: 850px;
	}
	
.volume {
	cursor: pointer;
}
	
/* HEADER
------------------ */
#header {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	height: 160px;
	}
	
h1 {
	background: url(../images/h1background.jpg) 40px 10px no-repeat;
	float: left;
	height: 100px;
	margin: 21px 0 0 0;
	text-indent: -9999px;
	width: 400px;
	}
	
h1 a {
	display: block;
	height: 160px;
	width: 400px;
	}
	
/* navigation */
ul#navigation {
	background: url(../images/navigationbackground.jpg) top right no-repeat;
	float: right;
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	height: 160px;
	margin: 0;
	padding: 0;
	width: 450px;
	}
	
ul#navigation li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
ul#navigation li a {
	color: #bf281f;
	display: block;
	height: 100px;
	padding: 60px 0 0 0;
	text-decoration: none;
	width: 112px;
	}
	
ul#navigation a.selected, ul#navigation > li > a.navlinkcurrent, ul#navigation > li:hover > a {
	background: url(../images/selectedlibackground.jpg) top center no-repeat !important;
	color: #fff !important;
	}
	
/* NAVIGATION BUTTONS
------------------------------------ */
#buttonsandtickertape {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	height: 40px;
	width: 850px;
	position: relative;
	}

#navigationbuttons {
	float: left;
	padding: 6px 6px 0 40px;
	width: 460px;
	}
	
/* TICKERTAPE 
----------------------- */
	
#tickertape {
	position: absolute;
	top: 13px;
	right: 25px;
	border-left: 1px solid #9a9383;
	border-right: 1px solid #9a9383;
	padding: 0px 2px;
}
#tickertape, #tickertape a {
	font: 12px Tahoma, Arial, sans-serif;
	color: #9a9383;
}
	
/* FLASH
---------------- */
#flash {
	background: url(../images/flashbackground.jpg) bottom center repeat-x;
	height: 296px;
	}
#flashbanner {
	background: #fff;
}
	
/* BREADCRUMB
------------------------- */
#breadcrumb {
	background: #fff;
	height: 18px;
	list-style: none;
	margin: 0;
	padding: 4px 0 0px 40px;
	color: #000;
	}
	
#breadcrumb a {
	color: #898989;
	text-decoration: none;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	}
	
#breadcrumb a.breadcrumbcurrent {
	color: #BF281F;
	}
	
/* CONTENT
-------------------- */
#content {
	background: #bf291b;
	color: #fff;
	float: left;
	font: 12px/15px Arial, Verdana, Helvetica, sans-serif;
	padding: 20px 40px;
	width: 430px;
	}

*html #content {
	width: 427px;
}
	
#content h2 {
	font: bold 26px/24px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
/* SIDEBAR
------------------ */	
#sidebar {
	background: #91261e;
	color: #fff;
	float: right;
	padding: 20px 30px;
	width: 280px;
	}
	
#sidebar h3 {
	background: url(../images/quicklinks.jpg) top left no-repeat;
	font: bold 26px/24px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 30px;
	}
	
#sidebar p {
	font: 12px/15px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
/* FOOTER
------------------ */
#footer {
	background: #fff;
	clear: both;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	height: 16px;
	padding: 10px 40px;
	color: #BF281F;
	}
	
/* copyright */
#copyright {
	float: left;
	}

#copyright p {
	margin: 0;
	padding: 0;
	}
	
/* footer links */
ul#footerlinks {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#footerlinks li {
	display: inline;
	padding: 0 0 0 15px;
	}
	
ul#footerlinks li a {
	color: #BF281F;
	text-decoration: none;
	}
