body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 94%;						
	font-family: 'Didot', Georgia, Times, Palatino;
	
	background: black;
	color: #BDBDBD;	
	
}

#bucket { 
	margin: 0 auto;
	padding: 0;
	/*text-align: left;*/
	width: 800px;
	/*background: red;*/
	
}

#header1 { 
	margin: 0;
	padding: 0;
	width: 800px;
	height: 35px;
	/*background: yellow;*/
	
}
#header2 { 
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: left;
	width: 800px;
	height: 25px;
	/*background: orange;*/
	color: white;
	border-bottom: 1px solid gray;
	
}
a img {
	border:2px solid #777777;
}
a:hover img {
	border:2px solid white;
}
#content {
	width: 800px;
	height: 545px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: center;
	color: #BDBDBD;
	/*background: lightblue;	*/
	
}
#content.about {
	float: right;
	width: 730px;
	padding: 0px 30px 0px 0px;
	/*background: blue;*/	
}
#content.music {
	float: right;
	width: 730px;
	padding: 0px 30px 0px 0px;
	/*background: blue;*/	
}
#content.people {
	float: right;
	width: 730px;
	padding: 0px 30px 0px 0px;
	font-size: 83%;	
	/*background: blue;*/	
}
#content.form {
	font-family: 'Times', Georgia, Didot, Palatino;

}
table {
	
	padding: 30px 0px 0px 35px;
	
}
table.people {
	
	padding: 10px 0px 0px 35px;
	
}

/* Menu */
#spaceMenu {
	float: left;
	width: 300px;
	height: 50px;
	/*background: green;*/
}

#menu {
	float: right;
	width: 500px;
	height: 30px;
	/*background: blue;*/
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 0px 7px 18px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
}

#menu a:hover {
	text-decoration: none;
	color: white;
}

#menu .active a {
	color: white;
}



a {		
	text-decoration: none;
	color: grey;
}
a:hover {
	text-decoration: none;
	color: white;
}
#content.link a {		
	text-decoration: none;
	color: grey;
}
#content.music a {
	text-decoration: underline;
	color: #BDBDBD;
}
#content.music a:hover {
	text-decoration: underline;
	color: white;
}


#content.link a {
	text-decoration: none;
	color: grey;
}
#spaceFooter {
	height: 5px;
	width: 800px;	
	/*background: pink;*/
	float:right;
}

#footer {
	padding: 6px 0px 0px 0px;
	height: 50px;
	width: 800px;	
	/*background: violet;*/
	float:right;
	border-top: 1px solid gray;
	text-align: right;
	color: #666666;
	font-size: 70%;
}

p {
	text-align: justify;	
	text-indent: 2em;
	
	font-size: 108%;
}
/*---------------------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: #fff; 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: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	font-family: 'Georgia', Times, Palatino;}
#imageData #numberDisplay{ font-size: 0%;display: block; clear: left; padding-bottom: 1.0em; font-weight: bold; font-family: 'Courier New';}		
#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: #000; }




/*---------------------Form-------------------*/



#form {	clear: both;
	padding-left: 110px;
		}input.txt, textarea, select {	background-color: lightgray;	border: 1px solid #817A88;	padding: 4px;
	}input.btn {	padding: 2px 6px; 	color: #000000;	background-color: #EAE9EB;	border: 1px solid #817A88;
}	
	label, dl dt {	color: #817A88;	font-weight: bold;}#form textarea {	width: 300px;}#form p {	margin: 0.75em 0 0 0;	clear: both;}#form p label {	display: block;	float: left;	width: 150px;}#form p input.txt {	width: 330px;}

textarea#message {	width: 330px;	height: 150px;}
* html textarea#message {	width: 330px;	height: 90px;}

#color {	color: #8B0A50;}	


