body {
	background: url(images/site_graphics/novabg.gif) no-repeat;
	margin: 0px;
	background-attachment: fixed;
	}
	
p {
	color: #b2acad;
	font-family: helvetica;
	}
	
a {
	color: #ffffff;
	text-decoration: none;
	}

#page_wrapper {
	width: 840px;
	margin: 0px auto 0px auto;
	}

	
	
	
/* PAGE HEADER */
#header {
	width: 800px;
	height: 300px;
	}

#illus_banner {
	width: 520px;
	height: 294px;
	margin: 0px auto 0px auto;
	}
/* END PAGE HEADER */


/* NAVIGATION */
#nav_container {
	width: 800px;
	background: #000000;
	padding: 20px;
	}
	
#nav_body {
	width: 770px;
	background: #232323;
	margin: 0px auto 0px auto;
	}
	
#page_nav {
	float: left;
	width: 280px;
	height: 316px;
	margin: 0px auto 0px auto;
	}
	
	#page_nav p {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	color: #ffffff;
	font-family: helvetica;
	font-size: 2.1em;
	}
	
	#page_nav a {
	color: #b2acad;
	text-decoration: none;
	}
	
#portrait {
	float: right;
	width: 482px;
	height: 316px;
	}
/* END NAVIGATION */

/* PAGE CONTENT/BODY */
#content_container {
	width: 800px;
	background: #000000;
	padding: 20px;
	}
	
#content_body {
	width: 770px;
	background: #232323;
	margin: 0px auto 0px auto;
	}
	
#content_header {
	}
	
#content {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 720px;
	}
	
#content_foot {
	width: 720px;
	height: 10px;
	}
	
/* HOME PAGE */
table#cdreleaseinfo {
	width: 100%;
	color: #ffffff;
	font-family: helvetica;
	padding: 0px;
	}
	
table#cdreleaseinfo td{
	margin: 0px;
	padding: 0px;
	}
	
/* END HOME PAGE */


/* PHOTO PAGE */
ul.pho_galleryrow {
	list-style-type: none;
	float: left;
	margin: 0px;
	}
	
ul.pho_galleryrow  li {
	display: inline;
	}
	
ul.pho_galleryrow  li img {
	border: none;
	}
/* END PHOTO PAGE */



/* VIDEO PAGE */
.player_wrapper {
	float: right;
	background: #0000ff;
	width: 480px;
	height: 385px;
	border: 12px solid #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
.player_desc {
	float: left;
	width: 215px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	}
	
.player_desc p {
	padding: 0px;
	margin: 0px;
	}
/* END VIDEO PAGE */
/* END CONTENT/BODY */


/* PAGE FOOTER */
#footer {
	width: 840px;
	height: 50px;
	}
/* END PAGE FOOTER */




 /* EXTRAS ON SITE */

/* IMAGE VIEWER */#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	}
#lightbox img { 
	width: auto; 
	height: auto;
	}
#lightbox a img { 
	border: none; 
	}

#outerImageContainer { 
	position: relative; 
	background-color: #ffffff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	}
#imageContainer { 
	padding: 10px; 
	}

#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
#hoverNav { 
	position: absolute;
	top: 0;
	left: 0; 
	height: 100%; 
	width: 100%;
	z-index: 10; 
	}
#imageContainer, #hoverNav { 
	left: 0;
	}
#hoverNav a {
	outline: none;
	}

#prevLink, #nextLink {
	width: 49%;
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block;
	}
#prevLink { 
	left: 0; 
	float: left;
	}
#nextLink {
 right: 0; 
 float: right;
 }
#prevLink:hover, #prevLink:visited:hover {
 background: url(img_viewer/prevlabel.gif) left 15% no-repeat; 
 }
#nextLink:hover, #nextLink:visited:hover { 
background: url(img_viewer/nextlabel.gif) right 15% no-repeat;
 }

#imageDataContainer {
	font: 10px Helvetica; 
	background-color: #ffffff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto;
	width: 100%;
	}

#imageData {
	padding:0 10px; 
	color: #666666;
	}
#imageData #imageDetails { 
	width: 70%;
	float: left; 
	text-align: left;
	}	
#imageData #caption {
	font-weight: bold;	
	}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	}	 	

#overlay {
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 90;
	width: 100%; 
	height: 500px;
	background-color: #000000; 
	}
/* END IMAGE VIEWER */


/* CONCERT TEXT AD 
#ad {
	float: left;
	}

	.adleft_side {
		margin: 35px 0px 0px 0px;
		width: 443px;
		height: 254px;
		float: left;
		}
		
	.adright_side {
		width: 315px;
		float: right;
		}
		
	.adright_side p {
		font-size: .8em;
		}
  END CONCERT TEXT AD */