/*
-----------------------------------------------
Client: MusicalSleuth.com - Print Version
Author: Copious Ltd - www.copious.co.uk
Copyright: 2004 Copious Ltd
Version:  20 Sept 2004
----------------------------------------------- */

html {width: 100%;}

body {
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	color: Black;
	border: 0;
	border-top: 0;
	margin: 0;
	width: 90%;
	font-size: 10pt;   
}
	
#header	{
}
	
#header h1 span {
	padding: 0 100px 0 0px;
	color: Silver;
	font-size: 10pt;
	letter-spacing: 0;
	text-transform: none;
}

#header h1 a:link, a:visited	{
	color: Gray;
	font-size: 10pt;
	letter-spacing: 0;
	text-transform: none;
}

#navlist, #navcontainer {
	display: none;
   	}

#wrapper	{
	width: 95%;
	border: 0;
	padding: 20px;
	margin: auto;
	background: white;
	background-image: none;
	}	

#maincontent {
	width: auto;
   margin: 0;
   border: 0;
	border-top: 0;
	padding: 0px 0px 14px 0px; 
   color: black;
   background: transparent none;
}

h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 12pt;
	margin-top: 20px;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}

h1	 { 
	color: Black;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 12pt; 
	margin-top: 20px; 
	margin-bottom: 10px 
	}
	
h2	 { 
	color: Black;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 10pt; 
	}

#footer {
	padding: 6px 0px 0px 0px; 
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #ccc;
	color: Gray;
	width: 100%;
	margin: auto;
	}

#footer a:link, a:visited {
	text-decoration: none;
	color: Gray;
	}
	
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: Black;
	background: transparent; 
	}

	
/* Misc
----------------------------------------------- */

a img {
	border: 0;
	}









