body {
	margin: 0;
	text-align: center;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

h2 {
	font-size: 15px;
	color: #ee811b;
	margin: 35px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 2px solid #a3381b;
}

h3 {
	font-size: 14px;
	color: #ee811b;
	margin-bottom: 8px;
}

p {
	margin: 0 0 12px 0;
	line-height: 160%;
}

a {
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	margin-top: 5px;
	width: 370px;
}

textarea {
	margin: 5px 0 10px 0;
	width: 370px;
	height: 300px;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	clear: both;
	width: 700px;
	height: 140px;
	background: url(images/header.jpg) no-repeat;
}

#menu {
	position: absolute;
	top: 62px;
	left: 289px;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul a {
	display: block;
	height: 40px;
}

#menu li {
	float: left;
	margin-right: 24px;
}

#menu #home a {
	width: 36px;
	background: url(images/menu_home.jpg) no-repeat top left;
}

#menu #home a:hover, #menu #home .selected {
	background: url(images/menu_home.jpg) no-repeat top right;
}

#menu #listen a {
	width: 33px;
	background: url(images/menu_listen.jpg) no-repeat top left;
}

#menu #listen a:hover, #menu #listen .selected {
	background: url(images/menu_listen.jpg) no-repeat top right;
}

#menu #bio a {
	width: 19px;
	background: url(images/menu_bio.jpg) no-repeat top left;
}

#menu #bio a:hover, #menu #bio .selected {
	background: url(images/menu_bio.jpg) no-repeat top right;
}

#menu #instruction a {
	width: 68px;
	background: url(images/menu_instruction.jpg) no-repeat top left;
}

#menu #instruction a:hover, #menu #instruction .selected {
	background: url(images/menu_instruction.jpg) no-repeat top right;
}

#menu #press a {
	width: 52px;
	background: url(images/menu_press.jpg) no-repeat top left;
}

#menu #press a:hover, #menu #press .selected {
	background: url(images/menu_press.jpg) no-repeat top right;
}

#menu #contact a {
	width: 49px;
	background: url(images/menu_contact.jpg) no-repeat top left;
}

#menu #contact a:hover, #menu #contact .selected {
	background: url(images/menu_contact.jpg) no-repeat top right;
}

#content {
	float: left;
	clear: both;
	width: 700px;
	background: url(images/background.jpg) repeat-y;
}

#left_column {
	float: left;
	clear: left;
	width: 235px;
	height: 430px;
}

.left_home {
	background: url(images/left_home.jpg) no-repeat;
}

.left_listen {
	background: url(images/left_listen.jpg) no-repeat;
}

.left_bio {
	background: url(images/left_bio.jpg) no-repeat;
}

.left_instruction {
	background: url(images/left_instruction.jpg) no-repeat;
}

.left_press {
	background: url(images/left_press.jpg) no-repeat;
}

.left_contact {
	background: url(images/left_contact.jpg) no-repeat;
}

#right_column {
	float: right;
	clear: right;
	padding: 115px 40px 0 60px;
	width: 365px;
}

.right_home {
	background: url(images/right_home.jpg) no-repeat;
}

.right_past {
	background: url(images/right_past.jpg) no-repeat;
}

.right_listen {
	background: url(images/right_listen.jpg) no-repeat;
}

.right_bio {
	background: url(images/right_bio.jpg) no-repeat;
}

.right_instruction {
	background: url(images/right_instruction.jpg) no-repeat;
}

.right_press {
	background: url(images/right_press.jpg) no-repeat;
}

.right_contact {
	background: url(images/right_contact.jpg) no-repeat;
}

.performance {
	margin: 0 0 30px 0;
}

.date {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.description {
	margin: 0 0 5px 0;
	line-height: 160%;
}

.url {
	margin: 0 0 8px 0;
}

.cd {
	float: left;
	clear: both;
	margin: 0 0 25px 0;
	width: 365px;
}

.cd h3 {
	margin: 0;
}

.cd img {
	float: left;
	margin: 5px 20px 20px 0px;
}

.cd a {
	font-size: 11px;
}

.tracks {
	float: left;
	clear: left;
	font-size: 11px;
}

.thumb {
	float: left;
	margin: 0 0 10px 0;
}

.thumb img {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: top;
}

#footer {
	float: left;
	clear: both;
	padding-top: 45px;
	width: 700px;
	height: 85px;
	text-align: center;
	font-size: 11px;
	line-height: 170%;
	background: url(images/footer.jpg) no-repeat;
}

#copyright {
	font-size: 10px;
}

.clear {
	clear: both;
}