html, body {
	background-color: #243ead;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbf4a4;
	margin:0px; padding:0px;
	text-align:center;
	min-width: 950px; /*needed for page centering in Netscape 6*/
	/*scrollbar-3dlight-color: black; 
	scrollbar-arrow-color:#ff0; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#000066; 
	scrollbar-face-color:#003399; 
	scrollbar-highlight-color: gray; 
	scrollbar-shadow-color:black;*/
	

}

H2 {
	font-size: 20px;
	text-align: left;
}


p {
	margin: 0px;
	padding: 0px;
	text-align: left;

}

table {
	width: 600px;
}

#songs {
	width: 100%;
	height: 100%;
	padding-top: 30px;	
	padding-bottom: 10px;
	background: url(../images/guitarplayer.jpg) no-repeat top right;
	overflow: hidden;
}


#songs table {
	width: 500px;
	float: left;
	
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	vertical-align: middle;
}

A:link {
	color: white;
	text-decoration: underline;
}

A:visited {
	color: #0066FF;

}
A:active {
	color: #0066FF;

}

A:hover {
	color: white;
	text-decoration: none;
}

#container {
	margin:0px auto;
	width: 933px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #09143c;
}

#header {
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 933px;
	height: 269px;
}

#mainContent {
	background-color: #09143c;
	height: 100%;
	margin: 30px 350px 0 14px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 20px; 
} 
	

#navcontainer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #006699; 
	border-top: 1px solid #006699; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#navcontainer li {
	float: left; 
	list-style: none;

	}
	
#navcontainer li a {
	display: inline-block;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid  #006699;

	 }


#navcontainer li a:hover {
	color: #FFFFFF;
	background-color: #0066CC; }


.gradient {
	background: url(../images/navbkg.jpg) 0% 0% repeat-x;

}

#leftsidebar {
	width: 549px;
	padding-bottom:9000px;
	margin-bottom: -9000px;
	background-color: #09143c;
	padding-top: 10px;
	float: left;
}

#feature1 {
	background-image: url(../images/bkg_about.jpg);
	background-repeat: no-repeat;
	font-family: verdana;
	width: 530px;
	height: 285px;
	padding-top: 10px;
	border: thin #FFFFCC inset;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

#feature1 p {
	color: #fbf4a4;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	line-height: 1.5;

}

#feature1 p.title {
	color: #fbf4a4;
	font-size: 16px;
	
}

#feature2 {
	font-family: verdana;
	color: #FFFFCC;
	text-align: left;
	width: 476px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

}

#feature3 p.title {
	color: #fbf4a4;
}

#content2 {
	width: 878px;
	height: 100%;
	padding: 10px 20px 75px 35px;	
	float: left;
	background-color: #09143c;
	
}

#feature2 p {
	color: #fbf4a4;
	font-size: 14px;
	padding: 10px;

}

#feature2 p.title {
	color: #fbf4a4;
	font-size: 16px;
}

.title {
	font-size: 25px;
	font-weight: bold;
	color: #fbf4a4;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #fbf4a4;
}

#feature3 {
	padding: 10px 0 10px 34px;
	
}

#sidebar1 {
	/*background: url(../images/smallgrad.gif) repeat;*/
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding: 15px 10px 10px 10px;
	height: 100%;
	border-left: thin solid #006;
	/*margin-bottom: -2000px;
	overflow:hidden;*/
	
}

.sidebar1Content {
	padding-top: 10px 5px 10px 5px;
	text-align: left;
	
}



/*#rightsidebar {
	background: #000000;
	padding-top: 10px;
	height: 100%;
	width: 384px;
	float: right;
	padding-bottom:9000px;
	margin-bottom: -9000px;

}*/

#calendar {
	background-image: url(../images/bkg-drkblue.jpg);
	background-repeat: repeat-x;
	width: 320px;
	border: 2px;
	padding-top: 3px;
	border-color: #003366;
	margin-left: auto;
	margin-right: auto;

}

.calendar {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbf4a4;
	background-color: #000066;
	margin: 2px;
	padding: 2px;
	border: thin outset #BAA85F;



}

.calendar p {
	margin: 0px;
	padding: 2px;
}

.bold {
	font-weight: bold;	
}

.calendarbold {
	font-weight: bold;
}

#calendar table {
	margin-top: 10px;
	border: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#footer { 
	height:30px;
	clear:both;
	width: 933px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000000;

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*#footer {
	background-color: #000000;
	color: white;
	font-size: 9px;
	height: 25px;
	padding: 0 10px 0 20px;


}*/


#footer ul li { 
display: inline; 
font-size: 9px;
}

#footer ul li a {
padding: 0.5em 1em;
color: #FFFFFF;
text-decoration: none;
float: left;
border-left: 1px groove #000066;

}

.first-child {
border-left:none;
}

#footer ul li a:hover {
text-decoration: underline;
color: #fff;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:1px;
}

.copyright {
	float: right;
	margin-top: 5px;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

.prop {
    height:500px;
    float:right;
    width:1px;
  }

.center {
	margin-left: auto;
	margin-right: auto;
}

#player {

	width: 300px;
	border: thin #FFFFFF;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#news {
	width: 450px;
	height: 400px;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	overflow-y:auto; 
	overflow-x: hidden; 
 
}

#links {
	width: 320px;	
}

#links ul li {
	list-style: none;
	margin-left: -25px;

}

#links li {
	margin-top: 1em;			   
}


#news p {
	margin: 0;
	padding: 0;
	color: white;
}

#news .title {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#news .date {
	color: #fbf4a4;
}

	
.bioscontent img {
	float: right;
	clear: both;
	padding: 5px 34px 20px 10px;

}

.bioscontent {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbf4a4;
	padding: 15px 34px 10px 0px;
	margin-bottom: 50px;

}

.bioscontent p {
	width: 650px;
}

.date {
	font-weight: bold;
	color: #fbf4a4;
}

.darkblue {
	background-color: #09143c;
}

#songlist {
	color: #fbf4a4;
	padding-top: 10px 0px 10px 0px;
	width: 700px;
}


#songlist .subtitle {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: double thin #00FF00;

}




th#col1 {
	text-align: center;
}

th#col2 {
	text-align: center;
}



.lineheight {
	padding-bottom: 10px;
}

.centerText {
	text-align: center;
}

.imgholder {
	padding: 15px;
	float: left;
	width: 125px;


}

.imgholder img {
	border: solid 3px #000;
}

.imgholder img:hover {
	border: solid 3px #006;

}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
}


.lineheight {
	margin: 1.5;
	padding-top: 15px;
}

.imageCaption {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

.imageCaption p {
	text-align: center;
}

