
body 
{
	background-image: url(metallicabg.jpg); 
	background-color: white;	   /* colour 1 */
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
	color: black;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	line-height: 1.5em;
	text-align: center;
}

h1 {
	letter-spacing: -3px;

}

h2 {
	text-align: left;
	font-size: 16px;
	padding:8px;
	
	padding-bottom: 6px;
	margin-left: 10px;
	margin-right: 12px;

/*	margin: 10px 10px 12px 10px;
	padding: 10px 10px 2px 10px;*/

	line-height: 12px;

	letter-spacing: 2px;

	border-bottom: 1px solid white;	
	font-weight: bold;
} 	


h3 { text-align: center;  
color: black;
	font-size: 16px;
	margin: 10px 10px 12px 10px;
	padding: 10px 10px 2px 10px;
	line-height: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid gray;	
	font-weight: bold;
} 

p, blockquote {
	text-align: justify;
	color: black;
	padding-left: 10px;
	padding-right: 10px
}
	
ol, ul, b  {
	color: black
}
	

a {
	font-weight: bold;
	color: red
}

a:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}

img {
	border: none;
}

#header {
	border-bottom: 1px solid black;
	width:800px;
}

#page {
	width:800px;

	margin: 0 auto; /*Center container on page*/

	border: 1px solid black;
	border-top: 0; 
	
}	 
		

#menu {
	width:800px;
	margin: 0 auto; /*Center container on page*/
	border-bottom: 1px solid black;
	border-top: 0px; 
	padding-top: 15px;
	padding-bottom: 10px
}	 


#contentwrapper{
	float: none;
	width: 100%;	
	text-align: center
	
}

#contentwrapper .content {

	background-color: white;
	background-image: url(); 
	background-repeat: repeat-x;
	border-right: 0px dotted gray; 
	

} 
	

#footer {
	font-size: 10px;
	background-color: white;
	padding: 15px;	    	
	border-top: 1px dashed gray;
}	  

#mp3table 
{background-image: url(mp3bg.jpg); 
background-color: silver;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: top center; }


