body { /* set everything to zero for a good cross-browser starting point */
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	/* 	background-color: #000000; /* sets the body background colour */
	color: #000000;  /* set the default text color */
	text-align: left; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 75%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	
}

.page{
	width: 920px;
	background-color: transparent; /* sets the body background colour */
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.biotxt_l{
	width: 240px;
	margin:5px 0px 10px 15px;
	background-color: transparent; /* sets the body background colour */
}

.biotxt_m{
	width: 195px;
	margin:5px 0px 10px 10px;
	background-color: transparent; /* sets the body background colour */
}

.fullpagetxt{
	width: 875px;
	margin:5px 0px 10px 25px;
	background-color: transparent; /* sets the body background colour */
}

.newstxt{
	width: 550px;
	margin:5px 0px 10px 20px;
	background-color: transparent; /* sets the body background colour */
}

.eventstxt{
	width: 280px;
	margin:5px 0px 10px 18px;
	background-color: transparent; /* sets the body background colour */
}

.musictxt{
	width: 380px;
	margin:5px 0px 10px 10px;
	background-color: transparent; /* sets the body background colour */
}

.lyricstxt{
	width: 470px;
	margin:5px 0px 10px 18px;
	background-color: transparent; /* sets the body background colour */
}

.rightimg
{	float:right;
	margin: 0px 5px 10px 10px;

}

.footer{
	color: #596279;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a.footer:link, a.footer:visited{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #596279;
	margin-left:10px;
}

a.footer:hover{
	text-decoration: underline;
	color: #a2a9bb;
	margin-left:10px;
}

/******** list and header styles **************/

ul{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

ul, dl, p, h1, h2, h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 { font-size: 110%;
	 margin: 10px 0px 10px 0px; 
}

h2 {
	font-size: 70%;
	color: #000066;
	font-weight: bold;
}

h3 {font-size: 50%;
	color: #000000;
}

h4 {font-size: 80%;
	color: #000000;
	margin-top: 7px;
}
