html {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #3A3200;
}

body {
	margin: 18px 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D6D2AA;
	text-align: center;
	background-color: #3A3200;
}

a:link, a:hover, a:active, a:visited {
	color: #F29E00;
}

a:hover {
	text-decoration: underline;
}


#layout {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 960px;
		
}

#wrapper {
	position: absolute;
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

#column_left {
	width: 203px;
	float: left;
}

#logo {
	width: 203px;
	height: 202px;
}

#menu {
	margin: 24px 0px 12px 13px; padding: 0; width: 177px;
}
#menu li {
	list-style: none;
}
#menu li:hover {
	width: auto;
}
#menu li a {
	display: block; text-decoration: none; background-position: top; margin: 13px 0px;
}
#menu li a.home {background: url(../images/m_home.gif); width: 177px; height: 30px; background-repeat: no-repeat;}
#menu li a.tour {background: url(../images/m_tour.gif); width: 177px; height: 30px; background-repeat: no-repeat;}
#menu li a.merch {background: url(../images/m_merch.gif); width: 177px; height: 30px; background-repeat: no-repeat;}
#menu li a.photos {background: url(../images/m_photos.gif); width: 177px; height: 30px; background-repeat: no-repeat;}
#menu li a.contact {background: url(../images/m_contact.gif); width: 177px; height: 30px; background-repeat: no-repeat;}

#menu li a:hover {
	background-position: bottom;
}

#column_right {
	margin-left: 31px;
	width: 726px;
	float: left;
}

#header {
	margin: 24px 0px 0px 0px;
	padding: 5px 0px 0px 24px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 726px;
	height: 31px;
}

#header img {
	margin-top: 5px;	
}

#facebook {
	position: absolute;
	top: 32px;
	left: 906px;
}

#facebook img {
	margin-top: 0px;
}

#myspace {
	position: absolute;
	top: 32px;
	left: 875px;
}

#myspace img {
	margin-top: 0px;
}

#player img {
	margin-top: 0px;
}

#player {
	position: absolute;
	top: 32px;
	left: 844px;
}

#jumpmenu {
	position: absolute;
	top: 31px;
	left: 844px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#jumpmenu li {
	float: left;
	position: relative;
	margin-left: 8px;
}
#jumpmenu li a {
	display: block;
	float: left;
	text-decoration: none;
}
#jumpmenu li:hover {
	width: auto;
}

#jumpmenu li a.player {
	width: 24px;
	height: 24px;
	background-image: url(../images/player.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#jumpmenu li a.myspace {
	width: 24px;
	height: 24px;
	background-image: url(../images/myspace.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#jumpmenu li a.facebook {
	width: 24px;
	height: 24px;
	background-image: url(../images/facebook.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#jumpmenu li a:hover {
	background-position: bottom;
}

#content {
	margin: 0;
	padding: 12px 24px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	width: 678px;
}

#content p {
	text-align: justify;
}

#callout {
	float: right;
	margin: 12px 8px 6px 15px;
	padding: 6px;
	width: 205px;
}
#callout hr {
	width: 175px;
}
#callout .header {
	margin: 0;
	display: block;
	text-decoration: none;
	padding: 4px 14px;
	color: #000000;
	font-weight: bold;
	text-align:center;
	background-color: #D6D2AA;
	background-image: url(../images/callout.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
#callout .content {
	padding: 12px;
	font-size: 11px;
	line-height: 1.5em;
	text-align:center;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/panel_bevel.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#callout .content a {
	text-decoration: none;
	color: #000000;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 678px;
	height: 33px;
	padding: 5px 24px 0px 24px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #D6D2AA;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
