html
{
	overflow: 			-moz-scrollbars-vertical;
	height:				100%;
}

body
{
	height:				100%;
	background-color:	#000;
	text-align:			center;
}

#container
{
	margin:				0 auto;
	width:				600px;
	float:				none;
}

/* Lightbox Start */

#menu ul
{
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#menu li
{
	display:			inline;
	margin:				2px;
}

#lightbox
{
	background-color:	#eee;
	padding: 			10px;
	border-bottom: 		1px solid #666;
	border-right: 		1px solid #666;
}

#lightboxDetails
{
	font-size: 			0.8em;
	padding-top: 		0.4em;
}

#lightboxCaption {
	color: 				#333;
	background-color: 	#eee;
	font-size: 			90%;
	text-align: 		center;
	border-bottom: 		1px solid #666;
	border-right: 		1px solid #666;
}

#keyboardMsg
{
	float: 				right;
}

#closeButton
{ 
	top: 				5px; 
	right: 				5px; 
}

#lightbox img
{ 
	border: 			none; 
	clear: 				both;
}
 
#overlay img
{ 
	border: 			none;
}

#overlay 
{
	text-align: 		left;
	background-image: 	url(lightbox/overlay.png);
}

* html #overlay 
{
	text-align: 		left;
	background-color: 	#000;
	background-image: 	url(lightbox/blank.gif);
	filter: 			Alpha(opacity=50);
}

/* Lightbox End  -  Lightbox is is coutesy of Lokesh Dhakhar & Takuya Otani */

table 
{
	margin:			0px;
	border:			0px;
	padding:		0px;
	width:			100%;
}

table.box
{
	margin:			0px;
	border:			0px;
	padding:		0px;
	width:			600px;
}

tr.boxends
{
	height:			5px;
	padding:		0px;
	margin:			0px;
}

td 
{
	margin:			0px;
	border:			0px;
	padding:		0px;
}

td.boxcorner
{
	margin:			0px;
	border:			0px;
	padding:		0px;
	width:			5px;
	height:			5px;
}

td.boxend
{
	margin:			0px;
	border:			0px;
	padding:		0px;
	width:			100%;
	height:			5px;
}

td.boxside
{
	margin:				0px;
	border:				0px;
	padding:			0px;
	width:				5px;
	height:				100%;
}

td.boxinside
{
	margin:				0px;
	border:				0px;
	padding:			0px;
	padding-top:		2px;
	height:				100%;
	background-color:	#930;
}

/* ---------------------------------------------------------------------------------------------------Site colour here ----------------------------------------------------------------------------------------------------- */

td.audio
{
	width:				200px;
}

h1,h2,h3,p,ul,a
{
	font-family:		arial, helvetica, sans-serif;
	color:				#fff;
	letter-spacing:		+1px;
}

h1,h2,h3
{
	margin-left:		10px;
	text-align:			left;
}

h1
{
	font-size:			150%;
}

h2
{
	font-size:			120%;
	text-decoration:	underline;
}

h3
{
	font-size:			100%;
	font-weight:		bold;
}
p
{
	font-size:			100%;
	line-height:		20px;
	margin:				10px;
	text-align:			justify;
}

p.photo
{
	text-align:			center;
	margin:				0px;
}

p.caps
{
	text-transform: 	uppercase;
}

img
{
	margin:				0px;
	border:				0px;
}

img.boxcorner
{
	margin:				0px;
	border:				0px;
	width:				5px;
	height:				5px;
}

img.boxend
{
	margin:				0px;
	border:				0px;
	width:				100%;
	height:				5px;
}

img.boxside
{
	margin:				0px;
	border:				0px;
	width:				5px;
	height:				100%;
}

img.photo 
{
	margin:				5px;
	border: 			1px solid #CCCCCC;
}

a:link    {color:#FFF;text-decoration:none}
a:visited {color:#FFF;text-decoration:none}
a:active  {color:#930;text-decoration:none}
a:hover   {color:#930;text-decoration:none}
a.white:link    {color:#FFF;text-decoration:none}
a.white:visited {color:#FFF;text-decoration:none}
a.white:active  {color:#FFF;text-decoration:underline}
a.white:hover   {color:#FFF;text-decoration:underline}

#about #nav-about a:link,
#audio #nav-audio a:link,
#shows #nav-shows a:link,
#press #nav-press a:link,
#images #nav-images a:link,
#links #nav-links a:link,
#contacts #nav-contacts a:link {color:#930;text-decoration:none}

/* ©2005-2006 - P C Leduc */