/* CSS Document */

body {
		background: #202020;
		scrollbar-face-color:#000000;
	   scrollbar-highlight-color:#000000;
	   scrollbar-shadow-color:#000000;
	   scrollbar-arrow-color:#ffffff;
	   scrollbar-track-color:#000000;
		}
		


#container {
			 width:950px;
			 height:530px;
			 margin: 0 auto;
			 margin-top: 60px;
			 background:#000000;
			 border: 1px solid #807D7D;
			 }
			 
			 

		 

#eyes	{
		 width:255px;
		 height:530px;
		 float:left;
		 background: #000000;
		 z-index:1;
		 }
		 		 
				 
#middle	{
		 width:430px;
		 height:530px;
		 float:left;
		 background: #000000;
		 overflow:auto;
		 }
		 

		 
		 
#content_right {
			 width:265px;
			 height:530px;
			 float:right;
			 background: #000000 url(wallpaper.jpg) no-repeat;
			 }		
			  
#content_text {
			 width:250px;
			 height:420px;
			 background:  url(text_back.png) no-repeat;
			 overflow:auto;
			 }		
		 
		 
		 
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	margin-left:15px;
	margin-right:25px;
	font-weight:300;
	}		 
	
	
	
.bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9px;
	font-weight:300;
	}		
		 

.gigs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	margin-left:15px;
	margin-right:25px;
	font-weight:300;
	}	
	
	
.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:9px;
	font-weight:300;
	text-decoration:none;
	align:right;
	}	
		 	 
		 
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;	 
	margin-left:15px;
	font-weight:200;
	}
		 
		 
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;	 
	margin-left:15px;
	font-weight:200;
	}
		 		 
		 
		 
#myspace {
		margin-left:40px;

		}		 
		 
		 
		 
#nav {
	   width:255px;
	   float:left;
	   margin-left:-40px;
	   }		 
	   
		
		 
#mailing {
	   width:255px;
	  float:left;
	   }		
	   
#footer {
	margin:auto;
	height:20px;

}	 
		 
/* navigation bar */


ul#navbar li{
display:block;
margin:0;
list-style-type:none;
height:30px;
float:left;
background:url(nav.gif) no-repeat;
border-bottom: solid 1px #333232;
}




		
ul#navbar li a {
display:block;
width:225px;
padding:12px 15px 4px;
font:bold 12px verdana,  Arial, Helvetica, sans-serif;
font-weight:200;
text-decoration:none;
margin-left:0px;
color:#ffffff;
border-bottom: solid 1px #333232;
letter-spacing: -0.1em;
}
ul#navbar li a:hover {
color:#ffffff;
background:url(nav_over.gif)no-repeat;
border-bottom: solid 1px #333232;
}
ul#navbar li a#current {
color:#660000;
border-bottom: solid 1px #333232;
}






/* photos code  */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: 10px;
text-decoration: none;
visibility:hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
z-index: 50;
top: 10%;
left: 35%; /*position where enlarged image should offset horizontally */

}

		
		 
		 
		 