body			{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

/* divs */

.holder			{
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: "Verdana", sans-serif, serif;
	font-size: x-small;
	color: #333333;
	}

#contentLeft		{
	width: 520px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	}

#contentLeft .grey	{
	background-color: #F5F5F5;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	}

#contentRight		{
	padding: 10px;
	margin: 0px;
	margin-left: 545px;
	}

#ftr			{
	width: 680px;
	position: relative;
	padding: 10px;
	margin: 0;
	margin-top: 10px;
	border-top: 1px solid #DDDDDD;
	}

#ftrList		{
	width: 670px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	display: inline;
	overflow: hidden;
	background: transparent url(ftr/bg.gif) no-repeat scroll top right;
	}
	
#ftrList li		{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#ftrList a		{
	float: left;
	margin-right: 10px;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}

#ftrBrakes a		{
	width: 100px;
	background: url(ftr/brakes.gif) top left no-repeat;
	}

#ftrIncendiary a	{
	width: 100px;
	background: url(ftr/incendiary.gif) top left no-repeat;
	}

#frtJamesSui a		{
	width: 100px;
	background: url(ftr/jamessui.gif) top left no-repeat;
	}

.columnHolder		{
	width: 100%;
	height: 100%;
	}

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

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

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

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

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

.discoLeft		{
	width: 160px;
	float: left;
	}

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

/* headers */

h1			{
	width: 700px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-image: url(logo.gif);
	}

h1 a			{
	width: 700px;
	height: 75px;
	display: block;
	}

h1 a span		{
	display: none;
	}

h2			{
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #003377;
	}

h2.side			{
	font-size: x-small;
	color: #555555;
	}

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

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

h3.table		{
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	color: #000000;
	text-align: left;
	}

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

h4.news			{
	margin-bottom: 0px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	}

h5			{
	margin: 0px;
	font-size: x-small;
	}

/* menu */

#menuHolder		{
	width: 700px;
	height: 20px;
	padding-bottom: 5px;
	position: relative;
	}

#menu			{
	width: 695px;
	position: absolute;
	list-style: none;
	top: 2px;
	left: 6px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	display: inline;
	overflow: hidden;
	}
	
#menu li		{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#menu a			{
	float: left;
	margin: 5px; 
	padding: 12px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:12px; /* for IE5/Win */
	}
	
#menu a:hover		{
	background-position: 0 -12px;
	}

#menu a.selected	{
	background-position: 0 -24px;
	}
	
#news a			{
	width: 34px;
	background: url(menu/news.gif) top left no-repeat;
	}

#bandinfo a		{
	width: 66px;
	background: url(menu/bandinfo.gif) top left no-repeat;
	}

#discography a		{
	width: 83px;
	background: url(menu/discography.gif) top left no-repeat;
	}

#songs a		{
	width: 41px;
	background: url(menu/songs.gif) top left no-repeat;
	}

#gigography a		{
	width: 79px;
	background: url(menu/gigography.gif) top left no-repeat;
	}

#multimedia a		{
	width: 70px;
	background: url(menu/multimedia.gif) top left no-repeat;
	}

#gallery a		{
	width: 50px;
	background: url(menu/gallery.gif) top left no-repeat;
	}

#press a		{
	width: 32px;
	background: url(menu/press.gif) top left no-repeat;
	}

#memorabilia a		{
	width: 79px;
	background: url(menu/memorabilia.gif) top left no-repeat;
	}

#features a		{
	width: 54px;
	background: url(menu/features.gif) top left no-repeat;
	margin-right: 0px;
	}

#links a		{
	width: 32px;
	background: url(menu/links.gif) top left no-repeat;
	}

/* links */

a			{
	color: #003377;
	text-decoration: none;
	}

a:active		{
	color: #EEBB33;
	}

a:hover			{
	color: #000000;
	}

#contentLeft a		{
	border-bottom: 1px dotted #CCCCCC;
	}

#contentLeft a:hover	{
	border-bottom: 1px solid #CCCCCC;
	}

.gigoinfo,a.gigoinfo,a.gigoinfo:hover,a.gigoinfo:active
	{
	background-color: #003377;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

.gigoinfono		{
	background-color: #CCCCCC;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	color: #F0F0F0;
	font-weight: bold;
	}

/* static */

img			{
	border: 0px;
	}

img.border		{
	border: 1px solid #CCCCCC;
	padding: 4px;
	}

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

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

img.floatRightnoBorder	{
	float: right;
	margin: 5px;
	border: 0px;
	padding: 4px;
	}

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

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

li			{
	margin: 0px;
	padding: 0px;
	}

ul.disc			{
	list-style: disc;
	margin-left: 30px;
	}

#sitemap		{
	margin-left: 25px;
	}

#sitemap ul		{
	margin:0px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	list-style: disc;
	}

#sitemap li		{
	margin: 0px;
	padding: 0px;
	}

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

th			{
	text-align: left;
	}

blockquote		{
	border-left: 1px solid #CCCCCC;
	padding: 6px;
	margin: 10px;
	margin-left: 30px;
	margin-right: 0px;
	text-align: justify;
	}

.center			{
	text-align: center;
	}

.back			{
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	}

.noPadTop		{
	margin-top: 0px;
	padding-top: 0px;
	}

.noPadBottom		{
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

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

.clearBoth		{
	clear: both;
	}

.newsdate		{
	color: #999999;
	text-align: right;
	}

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

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

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

.black			{
	color: #000000;
	}

.darkGrey		{
	color: #888888;
	}

.lightGrey		{
	color: #CCCCCC;
	}

/* content paragraphs */

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

#subMenu a		{
	border: 0px;
	}

#az			{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	}

#az td			{
	width: 50%;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	}

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

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

p.discoInfo		{
	margin: 0px;
	margin-top: 5px;
	}

p.first			{
	margin-top: 0px;
	}

p.last			{
	margin-bottom: 0px;
	}

p.justify		{
	text-align: justify;
	}

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

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

p.center		{
	text-align: center;
	}

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

p.right			{
	text-align: right;
	}

/* forms */

form			{
	margin: 0px;
	padding: 0px;
	}

input,textarea,select,option
			{
	font-family: "Verdana", sans-serif, serif;
	font-size: x-small;
	color: #555555;
	}

fieldset		{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.mailinglist		{
	width:130px;
	}

.skipNav		{
	display: none;
	}
