body {
	font-family: "Helvetica Neue", helvetica, "gill sans", arial, sans-serif;
	font-size: 12px;
	}
	
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #6F130C;
	font-size: 30px;
	font-weight: normal;
	}
	
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	}

a {
	color: #6F130C;
	text-decoration: none;
	}

a:hover, #subnav a:hover {
	color: #E9C741;
	text-decoration: none;
	}

a img {
	border: none;
	}

ol {
	color: #6F130C;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
	
#header {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: url("images/header2.jpg") no-repeat;
	height: 106px;
	width: 1000px;
	}

#content {
	width: 882px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}
	
#middle {
	position: relative;
	margin: 0;
	padding: 0;
	background: url("images/body.jpg") center repeat-y;
	width: 1000px;
	}
	
#footer {
	position: relative;
	margin: 0;
	padding: 20px 0 0;
	background: url("images/footer.jpg") top no-repeat;
	height: 44px;
	width: 1000px;
	text-align: center;
	}

#sideimageright {
	position: absolute;
	right: 0px;
	float: right;
	}

#sideimageleft {
	position: absolute;
	bottom: 4.5em;
	left: 0px;
	float: left;
	}

#searchbox {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	width: 800px;
	text-align: center;
	}
	
#artists {
	position: relative;
	left: 10px;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	}
	
#pressrelease {
	position: absolute;
	z-index: 50;
	width: 527px;
	padding: 10px;
	background-color: #FFF7D1;
	border: 1px solid gray;
	}
	
.columns {
	width: 190px;
	padding-left: 10px;
	float: left;
	}
	
.columns img {
	width: 80px;
	}
	
.columns_wide {
	width: 430px;
	margin-right: 10px;
	float: left;
	}

.textboxcenter {
	margin: 20px auto;
	font-size: 14px;
	text-align: center;
	}
	
.leftbox {
	width: 300px;
	float: left;
	}
	
.rightbox {
	width: 547px;
	float: right;
	}

.thumb {
	position: relative;
	width: 80px;
	height: 110px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	float: left;
	}
	
.thumbtext {
	float: right; 
	width: 330px;
	}
	
.thumbtext_wide {
	float: right; 
	width: 445px;
	}
	
.full {
	width: 350px;
	min-height: 300px;
	margin: 0px 15px 0px 0px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	float: left;
	}
	
.image_record {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid gray;
	background-color: #FFF7D1;
	}
	
.mainimage {
	margin-right: 15px;
	float: left;
	}
	
.homebtn {
	position: relative;
	left: 50px;
	width: 900px;
	height: 0px;
	padding-top: 70px;
	overflow: hidden;
	float: left;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
	
.smalltext {
	color: #6F130C;
	font-size: 10px;
	}

.errormessage {
	padding: 15px;
	color: #cc6666;
	border: 1px solid gray;
	background-color: #eee;
	}

.clear {
	clear: both;
	}

/* Dropdown styles for horizontal jump menu -----------*/

#dropdown {
	width: 614px;
	background-color: #fff;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	top: 61px;
	left: 26em;
	z-index: 500;
	}
	
#dropdown a {
	width: 15px;
	margin-right: 5px;
	padding: 0 5px;
	border: 1px solid #EAEAEA;
	line-height: 1.5em;
} 

#dropdown a:hover{
	background-color: #FFF3BA;
	color: #232763;
}

#dropdown a.current {
	background-color: #FFEA86;
	color: #232763;
}

/* Homepage slide show --------------------------------*/

#homepageimage {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 390px;
	height: 533px;
	overflow: hidden;
	float: left;
}

.setheight {
	height: 533px;
	}
	
.slides {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.textslides {
	position: absolute;

}

.infoblock {
	position: absolute;
	right: 59px;
	bottom: 0px;
	height: 55px;
	width: 547px;
	font-size: 10px;
}
	
.infoblock em {
	color: #6F130C;
}

/* Navigation Bar --------------------------------*/

#nav {
	position: absolute;
	top: 75px;
	left: 122px;
	margin: 0;
	padding: 0;
	width: 816px;
	font-size: 18px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	position: relative;
	top: 14px;
	margin: 0;
	padding: 14px 0 0;
	display: inline;
	}
	
#nav li.current {
	color: #E9C741;
	background: url("images/marker.gif") center top no-repeat;
	}

#nav li.current a, #nav li a:hover, #subnav a.current {
	color: #E9C741;
	}
	
#nav li a {
	padding-left: 8px;
	color: #02004f;
	text-decoration: none;
	}

#nav li a.line {
	background: url("images/divider2.gif") right center no-repeat;
	padding-right: 15px;
	}

#subnav {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	list-style-type: none;
	text-align: left;
	}

#subnav a {
	color: #000;
	margin-right: 10px;
	}
	

/* forms --------------------------------*/

#guestbook {
	width: 360px;
	background-color: #f6f6f6;
	margin: 40px 0;
	padding: 15px 0 25px 20px;
	border: 1px solid gray;
	}
	
#guestbook h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 20px;
	color: #333;
	border: 0;
	}
	
input, select {
	border: 1px solid gray;
	background-color: #F3F3F3;
	}
	
input.btn:hover {
	color: #333;
	}
	
input.gray {
	width: 157px;
	height: 18px;
	margin: 0 15px 15px 0;
	background-color: #fff;
	color: #333;
    border:1px solid;
	}
	
input.gray2 {
	width: 330px;
	height: 18px;
	margin: 0 0 15px;
	background-color: #fff;
	color: #333;
    border:1px solid;
	}

