html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color:#141414;
	height:100%;
	background-image:url(images/bg_content2.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
	font-family:verdana;
	font-size:13px;
	color:#d5d5d5;
}

a {
	color:#d78d6e;
}

.new {
	color:#d78d6e;
	font-weight:bold;
}

#buttonbar a {
	display:block;
	height:40px;
	float:left;
}

#but_home {
	background:url(images/buttonbar_2.png);
	width:68px;
}
#but_home:hover {
	background:url(images/buttonbar_2_o.png);
}

#but_about {
	background:url(images/buttonbar_3.png);
	width:77px;
}
#but_about:hover {
	background:url(images/buttonbar_3_o.png);
}

#but_tracks {
	background:url(images/buttonbar_4.png);
	width:78px;
}
#but_tracks:hover {
	background:url(images/buttonbar_4_o.png);
}

#but_contact {
	background:url(images/buttonbar_5.png);
	width:92px;
}
#but_contact:hover {
	background:url(images/buttonbar_5_o.png);
}

#but_guestbook {
	background:url(images/buttonbar_6.png);
	width:111px;
}
#but_guestbook:hover {
	background:url(images/buttonbar_6_o.png);
}

#buttonbar img {
	border:0;
	margin:0;
	padding:0;
	float:left;
}


div#container {
	width:880px;
	position:absolute;
	left:50%;
	margin-left:-440px;
	height:100%;
	text-align:center;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	background-position:50% 162px;
}


#content {
	width:646px;
	margin:auto;
	margin-top:80px;
	text-align:left;
}

#content p {
	margin:0;
	padding-bottom:14px;
	line-height:1.4em;
}

#tracks tr td {
	height:20px;
	font-size:13px;
}

#contactform {
	width:465px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#contactform label {
	width:150px;
	height:32px;
	display:block;
	float:left;
}

#contactform input {
	float:left;
	width:300px;
	background-color:#ECE6E5;
	border:1px solid black;
	padding:2px;
}

#contactform textarea {
	float:left;
	width:300px;
	height:100px;
	background-color:#ECE6E5;
	border:1px solid black;
	padding:2px;
	font-family:verdana,sans-serif;
	font-size:13px;
}

#contactform br {
	clear:left;
}

.c {
	clear:both;
}

#contactsubmit {
	margin: 10px 0 0 150px;
	width:20px;
}
