.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.group {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

/*these are the attributes for the band pages. #bodytext formats and positions the 
text. and the next bodytext formats the font appearance. page image is the cd image.*/

#bodytext {
	position:relative;
	top:50px;
	width:700px;
	padding: 10px 40px 10px 40px;
	border-width: 10px;
	border-left: solid #333333;
	border-right: white;
	border-top: white;
	border-bottom: white;
	margin: 0px;
}

.bodytext {
	font-family: Franklin Gothic Condensed, Arial Narrow, Andale Mono, sans serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
}

.page_image {
	height: 200px;
	width: 200px;
	float: right;
	padding: 2px;
}

/*these are the three attributes for the main page: #left_menu positions the div 
and .left_menu_text controls the appearance of the text. #rotating image controls
the position of the image*/

#left_menu {
	position: relative;
	width: 300px;
	height: 600px;
	float: left;

}

.left_menu_text {
	
	display: block;
	text-align: justify;
	font-family: Franklin Gothic Condensed,Arial Narrow, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: black;

}

#rotating_image {
	
	position: relative;
	left:15%;
}

#facebook_link {
	position:relative;
	left: 640px;
	font-family: Franklin Gothic Condensed,Arial Narrow, sans-serif;
	font-size:9px;
	letter-spacing:1.5;
}

/*these attributes are for the whole document. basically, the ones with "a" control
how all links look. */

img { border: none; } 

a  {
	text-decoration: none;
	color: #000000;
}

a:link   {
	text-decoration: none;

}

a:visited  {
	text-decoration: none;

}

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

a:active  {
	text-decoration: none;
	color: #000000;
}



body {
	background-color: #ffffff;
	margin: 0px;
}

table {
	border-collapse: collapse;
	border: 0px;
}



