#mainContent {
	margin: 0 auto;
	padding: 0;
	*padding-left: 1px;
	width: 772px;
	height: 100%;
	text-align: left;
	}

	/* styles the header */
	
#header {
	margin: 0;
	padding: 0;
	width: 772px;
	height: 110px;
	background: url(/images/topbar.jpg) top right no-repeat;
	}

	/* styles the navigation */
	
#header #nav {
	float: right;
	padding: 70px 10px 0 0;
	height: 10px;
	font-size: 120%
	}
	
#header #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#header #nav ul li {
	float: left;
	padding: 0 10px;
}

#nav li a {
	text-decoration: none;
	color: #FFF;
	}
	
#nav li a:hover, #nav li a:focus { color: #F7941D; }

#nav li a.hit { color: #F7941D; }
	
	/* styles the main image for each page */

#mainImage {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 772px;
	height: 225px;
	}

	/* styles the main content of the page */

#mainPage {
	clear: both;
	float: left;
	margin: 0;
	_margin-top: -3px;
	padding: 0;
	width: 772px;
	background: #FFF url(/images/pagetop_bg.jpg) top left repeat-x;
	}
	
#pageContent {
	float: left;
	margin: 0;
	padding: 10px 0 0 15px;
	width: 460px;
	}


#rightColumn {
	float: right;
	margin: 0;
	padding: 30px 0 0 0;
	width: 250px;
	height: 160px;
	}

	/* styles the footer of the page */

#footer {
	clear: both;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 772px;
	text-align: center;
	}

#footer a {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover, a:focus { text-decoration: underline; }
	
	/* recording page music box */

#music-panel, #star-music-panel {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 192px;
	background-color: #F0F5F9;
	font-size: 75%;
	}

#star-music-panel {
	margin-left: 5px;
	width: 200px;
	background-color: #EDC9CB;
	}

#star-music-panel h2 { Color: #370101; }

div[id=music-panel] {
	padding-top: 1px !important;
	font-size: 80% !important;
	}

div[id=star-music-panel] {
	padding-top: 1px !important;
	font-size: 80% !important;
	}

#music-panel a {
	color: #666;
	text-decoration: none;
	}

#star-music-panel a {
	color: #333;
	text-decoration: none;
	}

#music-panel a:hover, #music-panel a:focus, #star-music-panel a:hover, #star-music-panel a:focus { text-decoration: underline; }

#music-panel strong { display: block; }

/* gallery */
#gallery {
	width: 460px;
	height: 30em;
	*height: 37em;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 5px;
}

#gallery li a img { border: 2px solid #ccc; }

/* lighbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}