@charset "utf-8";
body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container { 
	width: 900px;
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff; 
	} 
	
#sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	padding: 10px 0;
	height: 400px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #333333;
}

#mainContent {
	margin: 1.5em 1.5em 0 13em; /* the right margin creates the space down the right side of the page. */
	} 
	
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	}

#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 */
	}

#mainContent h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
}

.bandtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
	line-height: 1.5em;
	text-align: justify;
	color: #666666;
}

#members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	padding-top: 5px;
}

#members ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	}
	
#members li	{
	display: block;
	line-height: 1.5em;
}

#members span	{
	font-weight: bold;
	color: #990000;
	}


#listen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 25px;
	padding-top: 10px;
}

#listen ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	}
	
#listen li	{
	list-style: none;
	display: block;
	line-height: 1.25em;
}

#listen h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006;
}

#listen a:link	{
	color: #666666;
	text-decoration: none;
}

#listen a:visited	{
	color: #666666;
	text-decoration: none;
	}
	
#listen a:hover	{
	color: #00C;
	text-decoration: underline;
}


/* Miscellaneous classes for reuse */
.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:0;
    font-size: 1px;
    line-height: 0px;
}

#nav-bar	{
	position: relative;
	height: 41px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}  /*  This is for the Nav-Bar at the top of each page */

/* ***************************** */

#footer	{
	clear: both;
/* 	background-image:url(images/index_45.jpg); */
	background-color: #1e0f30;
	height: 40px;
	color: white;
	border-top: 8px solid #6a6a6a;
	position: relative;
	text-align: center;
	color: #6a6a6a;
	padding-top: 10px;
	}

#footer a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
	text-align: center;
	padding: 6px;
}

#footer	a:hover	{
	color: white;
	text-decoration: underline;
}

.copyright	{
	text-align: center;
	top: 45px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
