/* CSS Document */
body {
	background-image:url(images/bodybkrd2.jpg);

	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColElsCtr #container {
	width: 1010px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #454545;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	text-align: center; 	

}

img {
	border: hidden
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	text-align: center; 	

}

h1 { 

 border: 1px solid #ffccff; 
font-family:  Verdana, Helvetica, sans-serif;
padding: 8px;
margin; 10px;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222222;
	text-decoration: none;
	text-align: left;
}

.descript {
    
  background-color: #000;
 width: 950px;
	font-family: Arial, Verdanaa, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #999999;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 2px 30px 2px 30px ;

	text-decoration: none;
	text-align: center;
	
}

.schedule {
    
  background-color: #000;
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 2px;
	margin-top: 10px;

	color: #999999;
	text-decoration: none;
	text-align: left;
	
}
.songs {

 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #efefef;
	text-decoration: none;
	text-align: center;
	
}
