body {	/* Body formatting */
	margin:0;
	background-color: #000;
}

html, body, table, tr, td {	/* Text formatting for entire site */
	font-size: 13; 
	font-family: Book Antiqua;
	color:#999;
}

/* Links */

A:link, A:visited, A:active {color:#AAA ;text-decoration:none;font-weight:bold}
A:hover {color:#DDD;text-decoration:none;font-weight:bold}


/* Image Links */

a:link img, a:visited img, a:active img {border: 1px solid #000;
}

a:hover img {border: 1px solid #000;
}


/* Header stuff */

h1, h2 {font-size: 16; font-weight:bold; color:#999}
h2 {margin-bottom:-15}


/* Flash title formatting */

#flash/title {
	position: relative;
	top:2px;
	left:-70px;
	z-index:2;
}





/* Tour stuff */


table.tour {	/* Tour table formatting */
	align:center;
	
}

table.tour th {	/* Header cell formatting */
	font-size: 14; 
	font-weight:bold;
}

table.tour td, th {	/* Cell formatting */
	padding:3 30 3 30;
}

.tourdate {text-align:right}
.tourvenue {text-align:center}
.tourdetails {text-align:left}


/* Biographies stuff */

td.biosimg {	/* The horizontal gap between the member image and description */
	padding-right:20;
}

table.bios {	/* The vertical gap between the member bios */
	margin-top:25;
}






/* Sub-area stuff */

table.subarea {
	padding:15 0 15 0;
}

td.subareatitle {
	padding-bottom:2;
	padding-left:30;
	font-size: 11; 
	color:#CCCCCC;
}

td.subareasubtitle {
	padding-top:0;
	padding-bottom:5;
}

td.submain {
	padding:15px 8px 15px 8px;
}

td.subareah1 {font-size: 15; font-weight:bold; color:#FFFFFF}





/* area_main stuff */

div.main {
	position: relative;
	top:0px;
	width:750px;
	opacity:.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;	
}

div.area-main-01 {
	background-image: url(images/gfx/area_main_01.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:19px;
}

div.area-main-02 {	
	background-image: url(images/gfx/area_main_02.jpg);
	width:100%;
	padding-top:20px;
	padding-bottom:30px;
}

div.area-main-03 {
	background-image: url(images/gfx/area_main_03.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:16px;
}

div.gigmain {
	opacity:.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	background-image: url(images/gfx/area_main_02.jpg);
	width:100%;
}

.navigation {
	display:block;
	width: 70%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	text-align: left;
	}