html, body{ margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #56402B; background-color: #a9bd9b; background-image: url(img/wallpaper.jpg); background-repeat: repeat; background-attachment: fixed; }

#container{
	position: relative;
	width: 622px;
	background-color: #fff;
	border-right: 9px solid #a9bd9b;
	border-left: 9px solid #a9bd9b;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header{
	position: relative;
	background-color: #422f2c;
	height: 124px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	color:#fff;
	width: 622px;
} 

#header #mylogo{
	position: absolute;
	left: 34px;
	top: 40px;
}
#header #mylogo h1{ margin:0; padding:0; text-align: left;	text-indent: -9000px; display: none; }

#nav{ 
background-image: url(img/nav.gif);
background-repeat: repeat-x;
background-color: #00CC66;
height: 29px;
}

#nav ul{ list-style: none; margin: 0; padding: 0; }
#nav ul li{ float: left; position: relative; font-size: 110%; }
#nav ul li a{ display: block; padding: 5px .6em; }
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover{ color: #748685; text-decoration: none; border-left: 1px solid #fff; border-right: 1px solid #dcebe9; border-top: 1px solid #fff; }
#nav ul li a:hover{ color: #2e3736; background-color: #ADC1B3; }

h1{
	position: absolute;
	top: 0;
	left: -16px;
	width: 654px;
	height: 60px;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 150%;
	font-weight: normal;
	background-image:url(img/staff.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 55px;
}
h3{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B4682B;
	width: 153px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
#contact .adr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	padding-left: 10px;
}

#resume p {
	line-height: 1.6em;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 15px;
	padding-right: 10px;
	}
#resume li {
padding-right: 10px;
}

#about, #discography, #schedule, #contact, #resume { position: relative; padding-top: 5em; }
.aboutRight{ float: right; }
.aboutRight img{ padding: 15px 10px 0 0px; }

p{
	line-height: 1.6em;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 15px;
}

ul.thumbs{ list-style: none; margin: 50px 0 20px 40px; padding: 0; }
ul.thumbs li{ float: left; padding: 0; margin: 10px; position: relative; }
ul.thumbs li a img{ border: 5px solid #ece4e4; }
ul.thumbs li a:hover img{ border: 5px solid #98b3b1; }
ul.thumbs li img.new {display: block; position: absolute; top: -3px; right: -3px; z-index: 1; border: none; }

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; } 
#footer {
	background-image: url(img/bottomban.gif);
	height: 56px;
	width: 623px;
	background-repeat: no-repeat;
	color: #ADBB9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(img/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}