html,body {
	margin:0;
	padding:0;
	text-align: center;
}

body {
	font: 76% verdana, sans-serif;
	line-height: 1.6em;
	text-align:center; 
	color:#fff;
	background-color:black
}

p {
	margin:0 0 10px 0
}

a {
        color:#F8B52C;
}

img {
	border: 0
}

h1 {
	color:#F8B52C;
	font-size: 130%;
}

h2 a {
	color:#F8B52C;
	font-size: 105%;
}

h2 a:hover {
	color:#ccc;
	text-decoration:underline;
}


h2 {
	color: #ccc;
	font-size: 105%;
	margin-bottom:0
}

img {
	border: 0;
	margin:5px;
}

img#box {
	float: left;
	border:0;
}

div#textarea {
	margin-left: 245px;
}

div#content {
	width: 740px;
	margin: 50px auto 0 auto;
	text-align: left;
}

div#menubar {
	margin-top: 50px;
	width: 100%;
	background: #D5D6D8;
	padding:8px 0 8px 0;
}

ul#menu {
	margin: 0 auto 0 auto;
	height: 9px;
	width: 454px;
	list-style:none;
	background: url(images/menu.gif) 0 -70px;
}

html>body ul#menu {
        height: 18px;
	width: 456px;
        background: url(images/menu.gif) no-repeat left;
}

ul#menu li {
	float: left;
}

#news {
margin-left:0px
}

html>body #news {
margin-left:-40px
}

ul#menu li a span {
	display: none;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	height: 18px;
}



/* ----- Nav Defaults ------ */
	#news a:link, #news a:visited {
		width: 70px;
		left: 0;
	}
	#about a:link, #about a:visited {
		width: 90px;
		left: 70px;
	}
	#media a:link, #media a:visited {
		width: 86px;
		left: 160px;
	}
	#tourdates a:link, #tourdates a:visited {
		width: 85px;
		left: 246px;
	}
	#contact a:link, #contact a:visited {
		width: 120px;
		left: 331px;
	}

	
/* ----- Nav Hover ------ */
	#news a:hover {
		background: url(images/menu.gif) no-repeat 0 -34px;
	}
	#about a:hover {
		background: url(images/menu.gif) no-repeat -70px -34px;
	}
	#media a:hover {
		background: url(images/menu.gif) no-repeat -160px -34px;
	}
	#tourdates a:hover {
		background: url(images/menu.gif) no-repeat -246px -34px;
	}
	#contact a:hover {
		background: url(images/menu.gif) no-repeat -331px -34px;
	}


/* ----- Nav Selected ------ */
	#news a.selected:link, #news a.selected:visited {
		background: url(images/menu.gif) no-repeat 0 0px;
	}
	#about a.selected:link, #about a.selected:visited {
		background: url(images/menu.gif) no-repeat -70px 0px;
	}
	#media a.selected:link, #media a.selected:visited {
		background: url(images/menu.gif) no-repeat -160px 0px;
	}
	#tourdates a.selected:link, #tourdates a.selected:visited {
		background: url(images/menu.gif) no-repeat -246px 0px;
	}
	#contact a.selected:link, #contact a.selected:visited {
		background: url(images/menu.gif) no-repeat -331px 0px;
	}
