body {
	background-color: #71553D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	color:#000;
}
a:visited {
	color:#333;
}
a:hover {
	color:#F60;
}
.mainCell {
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
}
.mainCell2 {
	background-image: url(images/mainBG2.jpg);
	background-repeat: no-repeat;
}
.contactCell {
	background-image: url(images/contactBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
	width: 293px;
	text-align: center;
	padding-top: 55px;
	padding-right: 50px;
}
.bottomText {
	color: #CCC;
}
.home, .home2 {
	margin-right: 10px;
	margin-left: 85px;
	margin-top: 50px;
	height: 330px;
	overflow: auto;
	padding-right: 5px;
}
.home2 {
	padding-right: 50px;
	width: 400px;
	margin-bottom: 100px;
	overflow-x:hidden;
}
.headerText {
	font-size: 16px;
	font-weight: bold;
}
.highlighted {
	color: #789FC4;
}
.newsitem {
	margin-top: 4px;
	margin-bottom: 4px;
}
.player {
	height: 89px;
	width: 214px;
	background-image: url(images/playerBG.jpg);
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #739BB5;
	;
	text-align: right;
	line-height: 18px;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
/* -------------- Music Page ------------*/
.musictableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 2px;
}
.musicLinks, .musicLinks:visited, .musicLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none
}
.musicLinks:visited {
	color:#CCCCCC;
}
.musicLinks:hover {
	color:#FF9900;
}
.descriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: justify;
}
.albumnotesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 12px;
	text-align: center;
}
/* -------------------------- Links Page ----------------------------- */
.linksHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #75A6C4;
}
.linksLink{
	font-size: 12px;
	text-decoration: underline;
}
.linksLink:visited {
	font-size: 12px;
	text-decoration: underline;
}
.linksDescription {
	font-size: 11px;
}
.navlink {
	font-size: 14px;
}
.dividerLine {
	border-top: 1px solid #AEA383;
	border-right: 1px none #AEA383;
	border-bottom: 1px none #AEA383;
	border-left: 1px none #AEA383;
	margin-top: 3px;
}
.cellPadd {
	padding-bottom: 2px;
}
.textField {
	background-color: #FEF5D6;
	border: 1px solid #C4BB9C;
	margin-bottom: 5px;
}
.submitButton {
	background-color: #FEF5D6;
	border: 1px solid #AAA184;
}

