#base {
	/*background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;*/
	}
body {
	background-color: #333333;
	/*text-align: center;*/
	padding-top: 25px;
	}

#wrapper {
	height:600px;
	width:818px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: none;
	border:5px double white;
}

#header {
	position: absolute;
	/*top: 50px;
	left: 0;*/
	width: 515px;
	height: 193px;
	margin-top: 25px;
	margin-left: 220px;
	background-image: url(../images/Keri_smaller_header.jpg);
	background-color:none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#header span, #subHeader span {
	display: none;
	}

#subHeader {
	position: absolute;
	/*top: 50px;
	left: 0;*/
	width: 516px;
	height: 76px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: none;
	background-image: url(../images/Keri_smaller_subtext.jpg);
	background-color: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#content {
	position: absolute;
	margin-top: 200px;
	margin-left: 40px;
	width: 330px;
	height: 300px;
	background-color: none;
	overflow: auto;
	padding-right: 10px;
	scrollbar-base-color:#a7b01a;
	}

#content h2 {
	color: #a7b01a;;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}

#content p, #content blockquote, #content li, #content div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 140%;
	}

/*Concert Listings*/

#concert-listings ul {
	margin-left: 0;
	padding-left: 0;
}

#concert-listings li {
	list-style-type: none;
	display: block;
}

.shows {
	padding: 5px;
	/*border-bottom:1px dotted #333333;*/
	margin-bottom: 15px;
	}

.showDay {
	/*font-weight: bold;*/
	background-color: #a7b01a;
	margin-bottom: 3px;
	}
	
.lyricsBox {
	padding: 5px;
	border-bottom:1px dotted #333333;
	margin-bottom: 15px;
	}


#media img {
	border:1px solid black;
	padding: 3px;
	}

#media #stills-gallery {
	margin-bottom: 15px;
	}

#media #video-gallery {
	/*margin-bottom: 15px;*/
	}

#media #video-gallery a {
	color: #000000;
	}
		
		

#musicBox {
	position: absolute;
	margin-top: 545px;
	margin-left: 632px;
	width: 100px;
	height: 30px;
	background-color: none;
	/*background-image: url(../images/Keri_player.png);*/
}

#demotip { 
    /*display:none; */
	position: relative;
	top: 480px;
	left: 345px;
    background:transparent url(../images/black_arrow2.png); 
    font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF9;
    height:65px; 
    width:133px; 
    padding:11px;    
}

#buttons {
	position: absolute;
	margin-top: 545px;
	margin-left: 30px;
	width: 500px;
	height: 40px;
	background-color: none;
	/*background-image: url(../images/Keri_smaller_navbar.jpg);*/
	background-repeat: no-repeat;
	background-position:0 0;
	}

#buttons ul {
	margin-left: 0;
	padding-left: 0;
	}

#buttons li {
	display: inline;
	list-style-type: none;
	}

#buttons a, #media a, #lyrics a, #contact a {
	/*width: 38px;
	height: 17px;*/
	padding: 10px;
	color: #a7b01a;
	font-variant: small-caps;
	text-decoration: none;
	background-color: none;
	font-size: 12px;
	border: none;
	/*background-image: url(../images/button-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	}

#buttons a:hover, #media a:hover, #lyrics a:hover, #contact a:hover  {
	/*text-decoration: underline;*/
	/*background-image: url(../images/trans.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;*/
	/*color: #a7b01a;*/
	text-decoration: underline;
	cursor: pointer;
	}
	
#videoBox {
	position: absolute;
	top: 200;
	left: 500;
	/*width: 485px;*/
	height: 520px;
	padding-top: 20px;
	/*padding-left:125px;
	padding-right: 125px;
	padding-bottom: 50px;*/
	margin-left: 125px;
	margin-right: 125px;
	background-color: #333333;
	}
	
#credits {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	}
	
#credits span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #a7b01a;
	}

#credits span a {
	text-decoration: none;
	color: #CCCCCC;
	}
	
#credits span a:hover {
	text-decoration: underline;
	}
	