body {
     color: #222222;
     font-family: Tahoma, Geneva, sans-serif;
     background-color: #000000;
	 background-image: url(backgrounds2018/IMG_1409.JPG);
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-attachment: fixed;
     margin: 0;
     padding: 0;
	 text-align: left;
	background-size: cover; 
}

#container {
     position: absolute;
	 width: 800px;
/*	 width: 75%;*/
	min-height: 98%;
/*	overflow: auto;*/
	 padding: 10px 0px 10px 10px;
     border-right: 2px solid #222222;
     text-align: left;
   	background-color: #ffffff;
}

#header {
	width: 789px;
	height: 150px;
	background-color: #222222;
	background-image: url(backgrounds/banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	margin-bottom: 15px;
	overflow: hidden;
}

#header h1{
	width: 400px;
	max-height: 80px;
	position:absolute;
	right: 15px;
	top: 0px;
	padding: 15px;
    border: 0px solid #444;
	text-align: left;
	overflow: hidden;
	line-height: 150%;
} 

#header p{
	width: 400px;
	max-height: 80px;
	position:absolute;
	right: 15px;
	top: 0px;
	padding: 15px;
    border: 0px solid #444;
	text-align: justify;
	color: #ffffff;
	font-weight: normal;
	font-size: 80%;
	overflow: auto;
} 

#menu {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
    border: 0px solid #A4E;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	}
	
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
}

#menu ul  li {
	position: relative;
	background-color: #222222;
	border: 0px solid #555; /*#A8976F;*/
	padding: 5px 8px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 90%;
}

#menu ul li  a{
	display: block;
}

#menu ul li a:link {
     color: #ffffff;
     text-decoration: none;
	 border: 0px;	 
	 }
	 
#menu ul li a:active {
     color: #FD6A86;
     text-decoration: none;
	 border: 0px;
	}

#menu ul li a:visited {
     color: #ffffff;
     text-decoration: none;
	 border: 0px;
	}

#menu ul li a:hover {
     color:#FD6A86;
     text-decoration: none;
	 border: 0px;
}

#menu ul  li  ul{
	position: absolute;
	left: 172px;
	top: -1px;
	display: none;
	border: 1px solid #333;
	padding: 0;
	margin-bottom: 0;
	background-color: #222222;
}

#menu ul  li  ul a{
	background-color: #222222;
	/*bug fix for IE6, don't remove*/
}

#menu ul  li ul li {
	border: 0px solid #A8976F;
	padding: 5px 8px;
	margin: 0px;
	background-color: #222222;
}

#menu ul  li ul li a{
	background-color: #222222;
	/*bug fix for IE6, don't remove*/
}

#menu ul  li:hover{
	background-color: #222222;
}

#menu ul  li:hover ul {
	display: block;
	background-color: #222222;
}

#content {
	float:left;
	width: 600px;
	border: 0px solid #24B;
	margin-left: 15px;
	font-size: 90%;
}

.contentbox {
	border: 1px solid #222222;
	padding: 10px;
	margin-bottom: 15px;
	text-align: left;	
}
.series	 {		
	/* banner for concert series */
	background-color: #222222;    
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	padding: 5px;
}

h1   {
	 text-align: center;
     font-size:150%;
	 color: #ffffff;
}	

h2   {
     font-size:120%;
	 line-height: 75%;
}

h3   {
     font-size: 100%;
	 line-height: 75%;

}

h4   {
     font-size: 150%;
	 line-height: 75%;
}
	
img {
	border: 0px;
	}

a:link {
     color: #1A1D60;
	text-decoration: none;	 
	 border: 0px;	 
	 }
	 
a:active {
	color: #5D1F19;
     text-decoration: underline;
	 border: 0px;
	}

a:visited {
     color: #1A1D60;
     text-decoration: underline;
	 border: 0px;
	}

a:hover {
	color: #5D1F19;
     text-decoration: underline;
	 border: 0px;
	  
}
