*, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
    text-align: center;
    background: #282828;
	color: #EEEFF0;
}

h1 {}
	h1#logo {
		background: url(images/logo.png) top left no-repeat;
		text-indent: -2000px;
	}
		h1#logo a {
			display: block;
			width: 800px;
			height: 160px;
		}
h2 {}
	#content h2 {
		font-size: 2.2em;
		margin-bottom: 1em;
	}

h3 {}
	#content h3 {
		margin-bottom: 1em;
		font-size: 1.6em;
		color: #E8EBEE;
	}
	#content h3 a {
		text-decoration: none;
	}
p {}
	#content p {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}

	#content p.highlight {
		border: 1px solid #4C7718;
		background: #E2FFBF;
		padding: 10px;
		font-weight: bold;
		text-align: center;
		font-size: 1.4em;
		color: #4C7718;
	}

	p.events_page {
		clear: left;
	}

	#footer p {
		font-size: 1.2em;
		color: #fff;
		padding-top: 25px;
		text-align: center;
	}
a {}
	#content a {
		color: #fff;
	}

	#footer a {
		color: #fff;
	}

dt {}
	#content dt {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
		font-weight: bold;
		border-bottom: 1px solid #454E05;
		color: #454E05;
	}

	#content dt a {
		color: #454E05;
	}

dd {}
	#content dd {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
		margin-left: 20px;
	}

	#content dd ul li {
		font-size: 1em;
		color: #000;
	}

ul {}
	#content ul {
		margin-bottom: 1em;
	}
	#left ul li {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-left: 20px;
	}

	#content ul li ul li {
		font-size: 1em;
		font-weight: normal;
		color: #000;
	}
ol {}
	ol li {
		list-style: inside;
	}

img {}
	img.events {
		padding: 5px;
		background: #E8EBEE;
		margin-right: 10px;
	}


/* Edit the styles as you see fit */
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/content+back.png) top left repeat-x #313131;
}
#header {
	background: #454E05;
}
#flash {
	width: 600px;
	height: 200px;
}

div.event {
	clear: left;
	margin-bottom: 1em;
}

#content {
	/*padding: 10px;*/
	padding: 10px;
}

	#left {
		float: left;
		width: 470px;
	}

	#right {
		float: right;
		width: 300px;
		/*margin-left: 480px;*/
	}
		#right div {
			margin-bottom: 1em;
		}
#footer {
	height: 70px;
	background: url(images/footer.png) top left no-repeat;
	}

div.news_item {
	clear: left;
	margin-bottom: 1em;
}

div.news_item img {
	margin: 10px;
}

div.bio_image img {
	padding: 10px;
	background: #fff;
	/*width: 280px;*/
}

div.chart {
	background: url(images/promo_mix_back.png) top left repeat-x #1A1A1A;
	margin: 1em 0;
	padding: 10px;
	}
	div.chart ol {
		font-size: 1.3em;
		list-style: decimal inside;
	}
	div.chart ol li {
		margin-bottom: 0.5em;
		list-style: decimal inside;
	}

	div.chart h3 {
		font-size: 4em;
	}

	div.chart p {
		text-align: right;
		font-size: 20px;
		font-weight: bold;
	}

	div.chart p a {
		text-decoration: none;
	}

div.gigs {
}
	div.gigs ul {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
	}
	div.gigs ul li {
		display: block;
		list-style: none;
		/*width: 280px;*/
		background: url(images/gigs_back.png) top left repeat-x;
		padding: 3px 10px;
		font-weight: normal;
		border-bottom: 1px solid #000;
	}
div.top_ten {}
	div.top_ten ol {
		margin: 0;
		padding: 0;
		font-size: 1.2em;

	}
	div.top_ten ol li {
		background: url(images/gigs_back.png) top left repeat-x;
		padding: 3px 10px;
		font-weight: normal;
		border-bottom: 1px solid #000;
		list-style: decimal inside;
	}

/* MENU */

div#menu {
	background: url(images/menu.png) top left repeat-x #1d1d1d;
	height: 41px;
}

	div#menu ul li {
		display: inline;
		float: left;
	}

	div#menu ul li a {
		display: block;
		padding: 12px 10px;
		color: #EEEFF0;
		text-decoration: none;
		font-size: 1.4em;
	}

		div#menu ul li li a {
			display: block;
			padding: 6px 10px;
			color: #EEEFF0;
			text-decoration: none;
			font-size: 1.4em;
		}

	div#menu ul li ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: #202020;
		width: 200px;
		border: 1px solid #000;
		border-top: none;
	}

		div#menu ul li>ul {
			top: auto;
			left: auto;
		}

		div#menu ul li li {
			display: block;
			float: none;
			background-color: transparent;
			border: 0;
		}

		div#menu li:hover ul, div#menu li.over ul {
			display: block;
		}

/*
 *=UTILITY
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */