html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background: #000;
	text-align: center;
	font-size: 12px;
	font-family: "Arial", sans-serif;
}

.clearboth { clear: both; }

#wrapper {
	position: relative;
	width: 1238px;
	min-height: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 50px;
	text-align: left;
	background: url(images/bg.gif) repeat-y;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	width: 627px;
	height: 173px;
	margin: 0;
	padding: 0;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -1000px;
	top: 494px;
	left: 0;
}

h2 {
	position: absolute;
	width: 250px;
	height: 25px;
	margin: 0;
	padding: 0;
	top: 46px;
	left: 658px;
	background: url(images/title_home.gif) no-repeat;
	text-indent: -1000px;
}

h2.appearances { background: url(images/title_appearances.gif) no-repeat; }
h2.theshow { background: url(images/title_theshow.gif) no-repeat; }
h2.aboutsteve { background: url(images/title_aboutsteve.gif) no-repeat; }
h2.media { background: url(images/title_media.gif) no-repeat; }
h2.theband { background: url(images/title_theband.gif) no-repeat; }
h2.merchandise { background: url(images/title_merchandise.gif) no-repeat; }
h2.bookings { background: url(images/title_bookings.gif) no-repeat; }

h3 {
	margin: 0;
	font-size: 14px;
	color: #fec835;
}

h4 {
	display: inline;
	color: #fec835;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 2px;
	margin-bottom: 20px;
}

form {
	padding: 0;
	margin: 0;
}

#elvis {
	float: left;
	width: 430px;
	height: 494px;
	color: #fff;
}

.elvis1 { background: url(images/elvis1.jpg) no-repeat; }
.elvis2 { background: url(images/elvis2.jpg) no-repeat; }
.elvis3 { background: url(images/elvis3.jpg) no-repeat; }

#elvisb,
#elvisb2 {
	float: left;
	width: 197px;
	height: 254px;
	margin-top: 16px;
	background: url(images/elvisb_1.jpg) no-repeat;
}

#elvisb2 { background: url(images/elvisb_2.jpg) no-repeat; }

#mailinglist {
	position: absolute;
	display: block;
	width: 398px;
	background: url(images/bg_mailinglist.gif) no-repeat;
	top: 667px;
	left: 0px;
	padding: 56px 0 30px 252px;
}

#mailinglist input.textfield {
	float: left;
	background: #000;
	color: #fff;
	border: 1px solid #bf8f27;
	width: 210px;
	height: 15px;
	margin-right: 15px;
}

#mailinglist input.submit {
	float: left;
	background: #efbf37;
	color: #000;
	border: 1px solid #bf8f26;
	width: 90px;
	height: 19px;
	margin: 0;
}

#left { 
	float: left;
}

#right {
	float: left;
	width: 405px;
	display: block;
}

#nav {
	float: left;
	width: 197px;
	height: 240px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: url(images/nav.jpg) no-repeat;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 24px;
}

#nav ul li,
#nav ul li a {
	float: left;
	display: block;
	width: 175px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li a {
	overflow: hidden;
	text-indent: -1000px;
}


#moreRight {
	float: left;
	width: 167px;
	height: 512px;
	margin-top: 256px;
	background: url(images/bg_right.jpg) no-repeat;
}

#content {
	width: 340px;
	height: 684px;
	margin-left: 19px;
	margin-top: 53px;
	overflow: auto;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
}

#content_home {
	width: 340px;
	height: 434px;
	margin-left: 19px;
	margin-top: 53px;
	margin-bottom: 10px;
	overflow: auto;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
}

#content_video {
	width: 320px;
	height: 240px;
	z-index: 100000;
	margin-left: 20px;
/*	border: #bf8f26 2px solid;*/
}

#photos img {
	margin-right: 19px;
	margin-bottom: 10px;
	border: 0;
/*	border: 1px solid #bf8f26;*/
}

.person {
	float: left;
	width: 170px;
	margin-bottom: 15px;
}

.person img {
	float: left;
	margin-right: 10px;
}

.person .bandtext {
	float: left;
}

.merchitem {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.merchitem img {
	margin-left: auto;
	margin-right: auto;
}

.merchitem .merchtext {
	float: left;
	width: 160px;
	vertical-align: bottom;
}

.merchitem .merchimage {
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 10px;
	display: block;
}
















