@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/newbg.jpg);
	background-color: #8b5a33;
}

a:link { text-decoration: none; color:#883d00 }      /* unvisited link */
a:visited { text-decoration: none; color:#883d00 }  /* visited link */
a:hover { text-decoration: none; color:#694425 }  /* mouse over link */
a:active { text-decoration: none; color:#883d00 }  /* selected link */
	
.bgtop {
	background-image: url(images/bgtop.jpg);
	background-repeat:repeat-x;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 25px;
	padding-left: 25px;
}
.leftsidetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.insidebody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding-right: 45px;
	padding-left: 45px;
}
.discographybody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.discgoraphy_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.discography_titlesmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.filmsbody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

