body { background: black; color: white; font-family: arial, sans; text-align: center; }
#container {width: 800px; margin: 0 auto ; text-align: center; }

a, .member_image a:hover { 
	color: #ffff7f; 
	text-decoration: none; 
	border: none;
	outline: none;
}

a:hover { color: #ff0000; }	



.clear {
	clear: both;
}

.clearIE {
	display: none;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	margin: auto;
}

.navigation, .navigation2 {
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 4px 0px;
}
.navigation a, .navigation2 a { 
	display: block; 
	text-align: center; 
/*	color: white; */
	text-decoration: none; 
}

.navigation div.navitem { 
	width: 200px; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
}

.navigation2 div.navitem { 
	width: 266px; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	}
	
.bighead { font-size: 400%; }

.content {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

.form_left {
	width: 150px;
	float: left;
}

.form_right {
	float: left;
}

.column_left {
	width:200px;
	float: left;
	text-align: left;
}

.column_right {
	float: left;
}

.gigguide {
	width: 100%;
}

.gigguide .when_header {
	width: 25%;
}

.gigguide .where_header {
	width: 30%;
}

.odd td, .even td {
	height: 48px; 
}

.even {
	background-color: #3f3f3f;
}

a img {
	border: none;
}

.image_row {
	height: 200px;
	clear: both;
}

.image_col {
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
}

.gallery_image {
	max-width: 200px;
	max-height: 200px;
}

.about_table {
	width: 60%;
}
.copyright {
	font-size: 8pt;
}

.created {
	font-size: 7pt;
}

.member_image {
	cursor: hand;
}

.member_image a {
	width: 160px;
	height: 180px;
	display: block;	
	border: none;
}


.member_image a div {	
	width: 160px;
	height: 160px;
	background-position: 0px 0px;
}

.member_image a:hover div {
	background-position: 0px 160px;
}

div.jon {
	background: url("../images/jon3.JPG");
}

div.pault {
	background: url("../images/paul_t3.JPG");
}

div.reg {
	background: url("../images/reg3.JPG");
	width: 160px;
}

div.pauly {
	background: url("../images/paul_y3.JPG");
}

div.mick {
	background: url("../images/mick3.JPG");
}


