body			{
	background: #FFFFFF url('spectrum.gif') no-repeat fixed bottom right;
	margin: 0px;
	padding: 15px;
	}

/* layout divs */

#holder			{
	width: 700px;
	margin: 0px auto 0px auto;
	}

.skipNav		{
	display: none;
	}

#menu			{
	width: 680px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-image: url('menubg.gif');
	font-family: Trebuchet MS, sans-serif, serif;
	font-size: 10pt;
	text-align: center;
	}

#menu ul		{
	margin: 0px;
	padding: 0px;
	}

#menu ul li		{
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	}

#menu a			{
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	}

#menu a:hover		{
	color: #0099CC;
	background-color: #FFFFFF;
	}

#menu a:active		{
	color: #222222;
	}

#contentHolder		{
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif, serif;
	font-size: x-small;
	color: #555555;
	}

h1			{
	width: 360px;
	height: 70px;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	}

h1 span			{
	background: url('logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#h2			{
	height: 20px;
	color: #CCCCCC;
	}

#h2 h2			{
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}

#h2 h2 span		{
	display: none;
	}

#h2 p			{
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	}

h3			{
	margin: 0px;
	margin-bottom: 10px;
	font-size: x-small;
	text-align: center;
	color: #000000;
	}

h4			{
	margin: 0px;
	margin-bottom: 10px;
	font-size: x-small;
	text-align: center;
	}

td.top h3		{
	margin-top: 10px;
	}

th.top h3		{
	margin-top: 10px;
	}

#contentLeftA		{
	width: 500px;
	float: left;
	}

#contentLeftB		{
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 0px -1px;
	}

#contentLeftC		{
	padding: 10px;
	background: #F3F3F3 url('bg.gif');
	line-height: 150%;
	}

#contentRight		{
	margin-left: 535px;
	}

#contentRight h2	{
	margin: 0px;
	margin-top: 20px;
	padding: 3px;
	font-size: x-small;
	border-bottom: 1px solid #CCCCCC;
	}

#contentRight ul	{
	margin: 0px;
	padding: 3px;
	}

#contentRight li	{
	list-style-type: none;
	}

#footer			{
	padding-top: 10px;
	padding-left: 16px;
	font-family: Verdana;
	font-size: x-small;
	color: #888888;
	}

.columnHolder		{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

.column2		{
	width: 50%;
	float: left;
	}

.column2A		{
	width: 50%;
	float: left;
	}

.column2B		{
	width: 50%;
	float: left;
	}

.column3A		{
	width: 33%;
	float: left;
	}

.column3B		{
	width: 34%;
	float: left;
	}

.column3C		{
	width: 33%;
	float: left;
	}

.column4		{
	width: 25%;
	float: left;
	}

.column5		{
	width: 20%;
	float: left;
	}

.column5A		{
	width: 20%;
	float: left;
	}

.column5B		{
	width: 20%;
	float: left;
	}

.column5C		{
	width: 20%;
	float: left;
	}

.column5D		{
	width: 20%;
	float: left;
	}

.column5E		{
	width: 19%;
	float: left;
	}

.discoLeft		{
	width: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

.discoRight		{
	margin: 0px;
	margin-left: 170px;
	padding: 0px;
	padding-top: 5px;
	}

.discoImage		{
	border: 5px solid #EEEEEE;
	}

/* links */

a			{
	color: #0099CC;
	text-decoration: none;
	}

a:hover			{
	color: #555555;
	}

a:active		{
	color:#000000;
	}

#contentLeftA a		{
	border-bottom: 1px dotted #888888;
	}

#contentLeftA a:hover	{
	border-bottom: 1px solid #888888;
	}

/* paragraphs */

p			{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}

.subMenu		{
	text-align: center;
	color: #CCCCCC;
	margin-top: 0px;
	}

.justify		{
	text-align: justify;
	}

.justifyFirst		{
	margin-top: 0px;
	text-align: justify;
	}

.justifyLast		{
	margin-bottom: 0px;
	text-align: justify;
	}

.center			{
	text-align: center;
	}

.centerLast		{
	margin-bottom: 0px;
	text-align: center;
	}

.back			{
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0px;
	}

.noPad			{
	margin: 0px;
	padding: 0px;
	}

/* static formatting */

ul.none			{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}

ul.none li		{
	list-style: none;
	}

hr			{
	width: 80%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
	}

.hidden			{
	display: none;
	}

.clearBoth		{
	clear: both;
	}

.black			{
	color: #000000;
	}

.grey			{
	color: #CCCCCC;
	}

.border			{
	border: 1px solid #555555;
	}

.songDetails		{
	width: 80%;
	height: 100%;
	padding-left: 10%;
	text-align: left;
	}

.pressDetails		{
	width: 80%;
	height: 100%;
	padding-left: 10%;
	text-align: left;
	}

img.right		{
	margin: 6px;
	padding: 0px;
	float: right;
	}

img.floatLeft		{
	margin: 5px;
	padding: 3px;
	float: left;
	border: 1px solid #555555;
	}

img.floatRight		{
	margin: 6px;
	padding: 5px;
	float: right;
	border: 1px solid #555555;
	}

img.random		{
	margin-top: 20px;
	}

fieldset		{
	width: 150px;
	border: 0px;
	}