body {

	background-color: #2f2d2d;
	background: url(../img/body_bg.png) no-repeat center bottom fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #58B075;
	text-decoration: none;
	  outline:none;
}
a:hover {
	color: #58B075;
	text-decoration: underline;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
.container_16 {
	background: url(../img/main_bg.jpg) no-repeat center bottom fixed;
	background-color: #dad7c5;
	height: 100%;
	border-right: 1px solid black;
	border-left: 1px solid black;;
}
#heading h1 {
	display:block;
	text-indent:-9000px;
	margin: 10px 0 20px 0;
	padding:0;
	width:880px;
	height:82px;
	background:url(../img/logo.png) no-repeat 0 0;	
}
h2.fancy {
	color: #423c7d;
	font-size: 25px;
	margin: 0 0 0 0;
}
.rounded_box {
	background-color: rgba(247,247,247,0.75);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #423c7d;
	padding: 10px;
}
#tour {
	margin: 0 0 20px 0;
}
#tour p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #423c7d;
	font-size: 14px
}
#tour ul {
	list-style: none;
}
#tour ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #423c7d;
}
#tour ul li span {
	font-size: 11px;
}
#tour ul li.last {
	border-bottom: 0;
}
#photo .rounded_box {
	background-image: url(../img/band_photo.jpg);
	background-repeat: no-repeat;
	height: 223px;
	padding: 0;
	background-color: #000;
}
.headline {
	color: #423c7d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.headline span {
	color: #423c7d;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
#footer {
	margin-top: 30px;	
}
#footer p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #423c7d;
	font-size: 12px
}
.merchpic {
	text-align:center;
}
.merchpic img {
	border: 1px solid black;
}
