body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:1em;
	line-height:1em;
	color: silver;
	background: #000;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

img#page_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

/* background */

div#container {
	border: 1px solid #333;
	position: relative;
	}

div#header {
	height: 280px;
	margin: 0;
	position: relative;
}

div#header {
	border-bottom: 1px solid #333;
	background: #1a1a1a url(../img/header_images/orange.jpg) no-repeat;
}

div#header_button_01 {

	background-color: #1a1a1a;
	opacity: 0.8;
	width: 50px;
	height: 20px;
	text-align: center;
	color: yellow;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	
}
div#header_button_02 {
	background-color: #1a1a1a;
	opacity: 0.8;
	width: 50px;
	height: 20px;
	text-align: center;
	color: yellow;
	position: absolute;
	bottom: 0px;
	right: 50px;
	z-index: 999;
}
div#nav_top {
	background-color: #1a1a1a;
	border-bottom: 1px solid #333;
}

div#wrapper {
	min-height: 500px;
	height:auto !important;
	height:500px;
	background-color: #262626;
}

div#right_col {
	background-color: #1a1a1a;
	border-right: 0;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

div#left_col {

}

div#footer {
	background-color: #1a1a1a;
	border-top: 1px solid #333;
}


/* Typography */
#header_logo {
	font-size: 40px;
	color: #fff;
	margin: 0;
	line-height: 200%;
	margin-left: 20px;
}

#center_col ul {
	font-size: 80%;
	margin-left: 10px;
	color: silver;
}
#center_col li {
	margin-bottom: 3px;
}

#center_col img.img_float_right {
	float: right;
	margin: 0 0 5px 10px;
}
#center_col img.img_float_left {
	float: left;
	border: 1px solid #333;
	margin: 0 10px 5px 0;
}

#center_col a:link {
	color: silver;
	text-decoration: none;
}
#center_col a:visited {
	color: silver;
	text-decoration: none;
}
#content a:visited {
	color: silver;
	text-decoration: none;
}
#center_col a:hover {
	color: #9b9b9b;
	text-decoration: underline;
}



#center_col p {
	font-size:80%;
	color: #7f7f7f;
	text-align: justify;
	line-height:150%;
	margin: 0 20px 10px;
}

#center_col h2, h4, h3 {
	color: #131313;
}

#center_col h2 {
	font-size: 180%;
	letter-spacing: -1px;
	font-variant: small-caps;
	line-height: 75%;
	margin: 20px;
}

#center_col h3 {
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 75%;
	margin: 20px;
}

#center_col .sub_header {
color: white;
font-size: 25px;
margin: 20px;
line-height: 30px;
display: block;
clear: both;
}

#center_col h4 {
color: white;
font-size: 25px;
margin: 20px;
line-height: 30px;
}


#center_col h5 {
	font-size: 110%;
	letter-spacing: -1px;
	line-height: 75%;
	margin: 20px;
	margin-bottom: 10px;
}

#center_col h5 {
	font-size: 110%;
	letter-spacing: -1px;
	line-height: 75%;
	margin: 20px;
	margin-bottom: 10px;
}

#right_col p {
	font-size: 75%;
	color: silver;
	line-height: 125%;
	margin: 5px 10px;
}

#right_col h2, h3, h4 {
	color: silver;
}


#right_col h3 {
font-size: 110%;
margin: 20px 0 5px;
background-color: #1a1a1a;
line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
}

#right_col h4 {
font-size: 90%;
	margin: 0 10px;
	font-style: italic;
}

#right_col a:link, #right_col a:visited {
	color: orangered;
	font-weight: bold;
	text-decoration: none;
}
#right_col a:hover {
	color: silver;
	font-weight: bold;
	text-decoration: underline;
}


/* images */

.float_left img {
	border: 1px solid #333;
}

#center_col div.float_right {
	float: right;
	margin: 5px 20px 5px 10px;
}
#center_col div.float_left {
	float: left;
	margin: 5px 10px 0 20px;
	width: 300px;
}

/* Audio Player */

/*#media_player {
display: none;

}*/

div#media_player_control {
	/*position: absolute;
	z-index: -999;*/
}


/* store */

div#store_wrapper {
	margin: 20px;
}
div.store_item {
	float: left;
	width: 165px;
	height: 200px;
	text-align: center;
}

div.store_item div.image {
	text-align: center;
}

#store_wrapper .store_item .title p
{
	font-size: 80%;
	text-align: center;
}
#store_wrapper .store_item .year p
{
	font-size: 70%;
	text-align: center;
}

/* store */

div#personnel_wrapper {
	margin: 10px;
}
div.player_item {
	float: left;
	text-align: center;
	margin: 10px;
}
div.player_image {
	border: 0;
}
div.player_name {
	font-size: 80%;
}

span.caption {
	font-size: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	float: right;
}









