body {
	background:#ffffff;
	color:#000000;
	text-align:center;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

a {
	color:#000000;
	text-decoration:underline;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}

	#header {
		color:#ffffff;
		margin:0px;
		padding: 0px;
		width: 100%;
		height: 150px;
		background: #ffffff url(images/logobackground.jpg) no-repeat top right;
		'background: #cc0000;'
	}
	
		#leftmenu {
				color:#ffffff;
				font-size: 0.8em;
				text-align:left;
				float: left;
				margin: 0px 0px 0px 0px;
		}

		#headerleft {
			color:#ffffff;
			font-size: 0.8em;
			text-align:left;
			float: left;
			margin: 0px 0px 0px 0px;
		}
		
			#headerleft ul {
				list-style:none;
				background: #000000;				
				margin: 0px;
				padding:0px;
				font-size: 1.0em;
				width:150px;
				border-top: 2px solid #000000;
				border-bottom: 1px solid #000000;
			}
			
			.headerleft ul li {
				margin: 0px;
				padding: 0px;
				font-size: 1.0em;
				color: #666666;
			}		
			
					#headerleft ul a:link, #headerleft ul a:visited {						
						list-style: none;
						color: #ffffff;
						text-decoration:none;
						display: block;
						width:150px;  /* for IE5/WIN */
						width:138px; /* actual value */
						border-bottom: 1px solid #222222;
						padding: 4px 2px 4px 10px;
					}
			
					#headerleft ul a:hover, #headerleft ul a:active{
						color: #cc0000;
						background: #111111;
						margin:0px;
					}
					
										li.here a:link, li.here a:visited {
											list-style: none;
											color: #666666;
											text-decoration:none;
											display: block;
											width:150px;  /* for IE5/WIN */
											width:150px; /* actual value */
											border-bottom: 1px solid #dddddd;
											padding: 4px 2px 4px 10px;
										}
								
										li.here a:hover, li.here a:active{
											color: #cc0000;
											background: #dddddd;
										}
										
	#banner {
		float:left;
		margin: 0px 0px 0px 3px;
		background: #000000;
		width:300px;
		border-top: 0px;
		border-bottom: 0px;
	}			

		img.banner {
			float:left;
			border:0px;
		}

	#subheader {
		background: #ffcc55;
		color: #000000;
		padding: 2px 0px 4px 10px;
		text-align:left;
		font-size: 0.8em;
		margin: 2px 0px 0px 20px;
		clear:both;
	}

#header a:hover {
	color:#727;
}

#maincol {
	position:relative;
	margin:0;
	padding:0px;
}

#leftcol {
	/* position:relative; */
	float:left;
	width:200px;  /* for IE5/WIN */
	width:180px; /* actual value */
	voice-family: "\"}\"";
	voice-family:inherit;
	z-index: 100;
}


#rightcol {
	/* position:relative; */
	float:right;
	width:160px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 0px 0;
	background:#ffffff;
	z-index: 99;
}

#centrecol {
	/* position:relative; */
	padding:10px 180px 10px 210px;
	/* min-width: 500px; */
}

#centercol a {
	color:#666;
}

#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
}

/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 14px;
}

/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: small;
}

/*****************
 FONTS
 *****************/

#header { font-size: 0.9em; color: #000; }
#breadcrumb { font-size: 0.8em; color: #000; }
#pagecontentleft { font-size: 0.9em; color: #000; }
#pagecontentright { font-size: 0.9em; color: #000; }
#footer { font-size: 0.8em; color: #000; }
#belowfooter { font-size: 0.8em; color: #999; letter-spacing : -1px;}

.bodytext { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em}
.bodytextmed { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.8em}

.highlight { color: #c00; font-weight: bold; letter-spacing: -1px; }

/*****************
 UL SIDE NAV
 *****************/

ul.mainmenu{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	text-transform: lowercase;
	text-align: right;
}

ul.mainmenu li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:1.6em;
	border-bottom: 1px solid #dddddd;
	width:180px;
}

ul.mainmenu li a:link, ul.mainmenu li a:visited{
	padding: 0px 2px 0px 0px;
	color: #000000;
	text-decoration: none;
	background: #eeeeee;
	display:block;
	width:178px;
}

ul.mainmenu li a:hover, ul.mainmenu li a:active{
	color: #cc0000;
	background: #cccccc;
}

/* APPLY HERE OVERRIDES */

ul li.menuhere a:link, ul li.menuhere a:visited{
	font-weight: bold;
	color: #cc0000;
}

ul li.menuhere a:hover, ul li.menuhere a:active{
	text-decoration: none;
}

/* APPLY HEADER OVERRIDES */
ul.mainmenu  li.mainmenutitle {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	background: #666666;
	color: #fff;
 	font-size: 0.8em;
 	font-weight: bold;
 	text-transform: uppercase;
 	letter-spacing: 0px;
 	border: 0;
 	display:block;
 	width:178px;
}

/*****************
MAIN NAV EXTRAS
 *****************/

#leftadvice {
	background: #cccccc;
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	font-size: 0.75em;
}

/*****************
RIGHT SIDE
 *****************/

#rightcol {
	font-size: 0.8em;
}

	#rightblue {
		background: #6699CC;
		margin: 10px 0px 0px 0px;
		padding: 5px;
		border: 1px solid #666666;
	}

	#rightwhite {
		margin: 10px 0px 0px 0px;
		border: 1px solid #666666;
		background: #ffffff;
		padding: 5px;
	}

		h3 {
			margin: 0px 0px 5px 0px;
			text-transform: uppercase;
			font-weight: bold;
			color: #6699CC;
			font-size: 0.8em;
		}

		#rightwhitelink {
			margin: 5px 0px 0px 0px;
			text-transform: uppercase;
			font-weight: bold;
			color: #000000;
			font-size: 1.2em;
		}

	#rightgigs {
		margin: 10px 0px 0px 0px;
		border: 1px solid #666666;
		background: #ffcc55;
		padding: 5px;
		height: 150px;
	}
	
	#rightbanner {
		margin: 5px 0px 0px 0px;
		border: 1px solid #666666;
		background: #000000;
		padding: 5px;
		height: 520px;
	}

/*****************
MAIN PAGE
 *****************/

#centrecol {
	font-size: 0.75em;
}


	h1 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 1.8em;
	}

	#centreintro {
		margin: 0px 0px 20px 0px;
		padding: 0px;
		font-size: 1.2em;
		font-weight:bold;
	}

		.centrecat {
			font-size: 1.2em;
			/* height: 100px; */
			min-height: 100px;
		}

		* html .centrecat {
			height: 100px;
		}

			.centrecatpic {
				float: left;
				margin: 0px 5px 0px 0px;
				clear:both;
			}

			h2 {
				font-size: 1.2em;
				font-weight: bold;
				color: #000000;
				margin: 0px 0px 5px 0px;
			}


			a.centrelink:link, a.centrelink:visited{
				padding-left: 15px;
				list-style: none;
				background: transparent url(images/pagelink.gif) no-repeat -3px 1px;
				line-height: 25px;
			}

			a.centrelink:hover, a.centrelink:active{
				color: #cc0000;
			}

/*****************
GIGS PAGE
 *****************/

.giglisting {
	font-size: 1.0em;
	background: #f4f4f4;
	margin: 5px 0px 15px 10px ;
	border: 1px solid #000000;
	padding: 10px;
}

.gigtitle {
	font-size: 1.2em;
	font-weight: bold;
	background : #000000;
	color: #ffffff;
	padding: 5px;
}

.gigbands {
	font-size: 1.3em;
}

.gigday {
	margin-top: 30px;
	font-size: 2em;
}



/*****************
MAIN PAGE
 *****************/

#footer {
	position:relative;
	width:100%;
	clear:both;
	margin:0;
	padding: 0px 0px 10px 0px;
	text-align:center;
	color:#000000;
	background:#dddddd;
	font-size: 0.75em;
	margin-top: 10px;
}


#footerlinks {
	background: #000000;
	color: #ffffff;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}

		a.footerlink:link, a.footerlink:visited {
			text-transform: uppercase;
			font-weight: bold;
			list-style: none;
			color: #ffffff;
			text-decoration:none;
		}

		a.footerlink:hover, a.footerlink:active{
			color: #cc0000;
		}
		
		
				fieldset {
					min-width:600px;
					margin-bottom:10px;
					padding: 5px;
					
					}
		
					legend {
						color:#1555BA;
						font-size:11px;
						padding-bottom:3px;
					}
		
				 	div.fieldsetbody {
						padding:5px 10px 6px 10px;
					}
		
					div.fieldsetbody span {
						width:508px;
						display:block;
					}
		
		
		
		label {
			padding-top:3px;
			padding-right:5px;
			width:120px;
			font-weight:bold;
			float:left;
			text-align:right;
		}
		
		label.login {
			padding-top:4px;
			padding-right:5px;
			width:120px;
			font-weight:normal;
			float:left;
			text-align:left;
}



			a.whitelink:link, a.whitelink:visited{
				color: #ffffff;
			}

			a.whitelink:hover, a.whitelink:active{
				color: #cc0000;
			}
			
.newsarchivedate {
	width : 90px;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
}

.newsarchiveauthor {
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
	padding-right: 5px;
}

.newsarchivetype {
	width : 200px;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
}

.newsarchivetitle {
	width : 100pc;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
}

/********************************************
 VENUE PAGE
*********************************************/

.venueaddress {
	float:left;
}

#map {
 margin-left: 0px;
}

			.venuepic {
				float: left;
				margin: 0px 5px 25px 0px;
				text-align: center;
				width: 135px;
			}
			
			
					#navhelptext {
						padding:0px 0px 10px 10px;
						color:#ffffff;
					}
			
						#navhelptext strong {
						color:#ffcc55;
			}
			
#headermenu {
	float:left;
	margin: 6px 0px 0px 0px;
	width: 600px;
}

#headermenu img.main {
	float:left;
	margin: 10px 0px 0px 10px;
}

#menupicks {
	float:left;
	margin: 10px 0px 0px 10px;
}

.headermenupick{
	margin: 0px 3px 3px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

.addresslinks{
	float: left;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	border:1px solid #000000;
	clear: right;
	width: 100%;
}

	.addresslinks ul {
		margin: 3px 0px 10px 0px;
		list-style: none;
	}
	
	.addresslinks ul li{
		margin: 0px 10px 0px 10px;
	}	
	
	.addresslinks ul li.title {
		margin: 0px 3px 5px 3px;
		padding: 3px 0px 3px 5px;
		background : #eeeeee;
		color: #000000;
		font-weight: bold;
	}	
	
	h2.address {
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 5px;
		background : #000000;
		color: #ffffff;
		width: 400px;
	}

	.listings{
		margin:0px 0px 10px 0px;
		border:1px solid #888888;
		padding: 3px 10px 3px 10px;
		background:#eeeeee;
	}