/* layout */
body
	{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	border: none;
	position: relative;
	}
html
	{
     margin: 0;
     padding: 0;
     height: 100%;
	 width: 100%;
     border: none;
	 position: relative;
	}
#wrapper
	{
	background: #000000;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 99%;
	width: 100%;
	border: none;
	position: relative;
	color: #ffffff;
	}
#indexwrapper
	{
	background: #ffffff;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	position: relative;
	}
#window
	{
	width: 54em;
	height: 28em;
	min-height: 405px;
	min-width: 650px;
	margin: auto;
	overflow: auto;
	border: none;
	color: #000000;
	position: relative;
	background:#ffffff url(images/bg.jpg) 2em 4em no-repeat;
	}
#content
	{
	position: relative;
	width: 52em;
	margin: auto;
	height: 100%;
	min-height: 100%;
	min-width: 620px;
	padding: 0.2em;
	}
#nav
	{
	width: 54em;
	height: 1.5em;
	margin: auto;
	margin-top: 0.2em;
	margin-bottom: 0;
	padding: 0;
	border: none;
	position: relative;
	min-width: 650px;
	}
#head
	{
	border: none;
	position: relative;
	margin: auto;
	margin-top: 10px;
	min-width: 650px;
	padding: 0;
	width: 54em;
	height: 80px;
	background: #000000; 
	border: none;
	}
#headl
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 482px;
	height: 80px;
	float: left;
	margin-left: 2em;
	background: url(images/head.gif) no-repeat;
	}
#linksbox
	{
	width: 31em;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 0;
	border: none;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
	position: relative;
	}
.blurb
	{
	font-size: 0.6em;
	text-align: center;
	font-style: italic;
	}
.music
	{
	margin: auto;
	min-width: 650px;
	padding: 0;
	width: 54em;
	height: 20px;
	text-align: right;
	}
.text
	{
	width: 31em;
	min-width: 350px;
	border: none;
	height: auto;
	margin: auto;
	padding: 0;
	text-align: left;
	}
.box
	{
	position: relative;
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	margin: auto;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.pic
	{
	text-align: center;
	}	
.footer
	{
	font-size: 0.7em;
	text-align: center;
	font-style: normal;
	position: relative;
	}
.floatright
	{
	float: right;
	border: none;
	clear: both;
	margin-left: 1em;
	position: relative;
	}
.floatleft
	{
	float: left;
	border: none;
	clear: left;
	position: relative;
	}
.center
	{
	text-align: center;
	}
.right
	{
	text-align: right;
	}
.italic	
	{
	font-style: italic;
	}
.bold
	{
	font-weight: bold;
	}
.small
	{
	font-size: 0.8em;
	}
.smaller
	{
	font-size: 0.7em;
	text-align: center;
	}
/* headings */	
h1,h2,h3,h4,h5,h6,pre,code 
	{
	font-size: 100%;
	font-style: normal;
	}
h1 
	{
	font-size: 1.2em;
 	font-weight: bold;
	}
h2
	{
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1em;
	}
h3
	{
	font-size: 1.1em;
	font-weight: bold;
	}

/* headings ends */


a img,:link img,:visited img
	{
	border: none
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #ff3366;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #ff3366;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #990066;
	text-decoration: none;
	}
a:active
	{
	background: inherit;
	color: #ff3366;
	text-decoration: none;
	}
a.linkopacity img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacity:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacityindex img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	}
a.linkopacityindex:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	}
/* navigation bars */
ul.menu
	{
	position: relative;
	width: 30em;
	height: 1.5em;
	font-weight: bold;
	}
ul.menu li
	{
	padding: 0;
	margin-right: 1em;
	float: left;	
	list-style-type: none;
	}
ul.menu li a
	{
	border: 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	}
.menu a:visited
	{
	color: #ffffff;
	}
.menu a.current:hover
	{
	color: #009900;
	background: #000000;
	}
.menu a:hover
	{
	color: #000000; 
	background: #ffffff;
	}
.menu a.current
	{
	color: #ffffff;
	}

.centered
	{
	margin: 0 auto;
	}
/* end navigation */
/* LightBox */
#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(images/prevlabel.gif) left 15% no-repeat;
	}
#nextLink:hover, #nextLink:visited:hover
	{
	background: url(images/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer
	{
	font: 10px Verdana, Helvetica, sans-serif;
	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 Light Box */
/*  round corners */
#cornertop
	{
	border: none;
	margin: auto;
	min-width: 650px;
	padding: 0;
	width: 54em;
	height: 10px;
	background: #ffffff; 
	border: none;
	position: relative;
	overflow: hidden;
	}
#cornertl
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	float: left;
	background: url(images/corners/tl.gif) no-repeat;
	}
#cornertr
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	float: right;
	background: url(images/corners/tr.gif) no-repeat;
	}
#cornerbottom
	{
	border: none;
	margin: auto;
	min-width: 650px;
	padding: 0;
	width: 54em;
	height: 10px; 
	border: none;
	position: relative;
	background: #ffffff;
	overflow: hidden;
	}
#cornerbl
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	float: left;
	background: url(images/corners/bl.gif) no-repeat;
	}
#cornerbr
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	float: right;
	background: url(images/corners/br.gif) no-repeat;
	}
	/* end round corners */