body 
	{
	margin-top: 10px;
	padding: 0;
	font-size: 12px;
	font-family: Verdana;
	color: #CCCCCC;
	text-align: center;
	background-color: #000000;
	}

.MusicHead {color: #FFCC66; font-size: 12px; }
/*.MusicTitle {font-size: 12px}	
	
td
	{
	font-size: 10px;
	}
	*/
	
table {
	width: 100%;
	font-size:12px;
}

h2
	{
	font-size: 14px;
	color:#FFFFFF;
	}

a:link
	{
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
	}
	
a:visited
	{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	}

#Box
	{
	width: 750px;
	margin: 0 auto;
	background-image: url(../Images/Background_04.jpg);
	background-repeat: repeat;
	border: 1px solid #999;
	line-height: 140%;
	text-align: left;
	}

#Header
	{
	width: 750px;
	height: 230px;
	background-image: url(../Images/Background_01.jpg);
	background-repeat:no-repeat;
	}

#Nav
{
	width: 750px;
	height:20px;
	background-image: url(../Images/Background_02.jpg);
	background-repeat:no-repeat;
	padding-left: 0;
	margin-left: 0;
}

	#Nav ul {  /*Remove Bullets, Remove browser default indent (Margin & Padding), Make List align right*/
		list-style-type:none;
		margin:0;
		padding:0;
		text-align:right;
	}
	
	#Nav ul li { /*Make list items horizontal*/
		display: inline;
	}
	
	#Nav ul li a {
		padding: 2px 10px; /*Give the list items a little room*/
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FC6;
		text-decoration: none;
		border-color:#999;
		border-width:1.5px;
		border-style:outset;
	}
	
	#Nav ul li a:hover {
		background-color: #300;
		color: #FFF;
		border-style:inset;
	}

#content {
	width: 700px;
	min-height: 400px;
	height:auto;
	clear:both;
	background-image: url(../Images/Background_03.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: auto;
}

#footer
{
	clear: both;
	background-image: url(../Images/Background_04.jpg);
	background-repeat:no-repeat;
	font-size: 75%;
	margin: 0;
	padding: 0.5em;
	text-align: right;
	color: #999;
}

#MyTable {
	width: 100%;
	border-collapse:collapse;
}
	#MyTable th {
		background-color:#603;
		padding:0;
	}
	#MyTable td {
		boarder:none;
		padding:3px 7px 2px 7px;
	}