body { /* set everything to zero for a good cross-browser starting point */
	padding: 0;
	border: 0;
	background-image:url(images/bg.jpg); /* sets the body background image */
	background-repeat:repeat;
}

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size:11px;
	text-align: justify; /* Hack to centre the wrapper in IE5.x pc */
	color: #f6f7d3;  /* set the default text color */
	background-color: #a0794e;
	}
	
.text {
	font: 65%  Arial, Helevetica, san-serif;
	color: #644648;
	font-weight: bold;
}

.pressimages {
	font: 65%  Arial, Helevetica, san-serif;
	color: #644648;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
	text-align: center;
	}

.calendar {
	font: 65%  Arial, Helevetica, san-serif;
	color: #644648;
	font-weight: bold;
	margin-left:10px;
}
.songTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #644648;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font: 100%  Arial, Helevetica, san-serif;
	color: #968119;
	text-decoration: underline;
}

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

a.footlink, a.footlink:visited{
	font-size: 100%;
	color: #f7f3dc;
	font-weight: bold;
	margin-left:200px;
}

a.footlink:hover{
	text-decoration: underline;
	color: #f7f3dc;
}
/******** list and header styles **************/

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

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;
}
