body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: .69em;
	color: #B3B3B3;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 .75em 0;
}

ul {
	margin: 0;
	padding: 0 0 0 2em;
	font-size: .69em;
	line-height: 1.4em;
	text-align: left;
	color: #B3B3B3;
}

li {
	padding: 0 0 .75em 0;
	margin: 0;
}

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

a:hover, a:active {
	color: #FFF;
}

img {
	border: none;
}

#container {
	width: 930px;
	margin: 0 auto;
	padding: 10px 30px 0 0;
	background: url(images/sunset.jpg) no-repeat top left;
}

#header {
	float: left;
	width: 330px;
}

h1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 330px;
	height: 330px;
	background: url(images/gordeth_colossus.png) no-repeat top left;
	text-indent: -2000px;
}

#main {
	float: left;
	width: 370px;
	min-height: 330px;
}

#sidebar {
	float: right;
	width: 220px;
	min-height: 330px;
}

#footer {
	clear: both;
	width: 900px;
	height: 10px;
	padding: 0 0 0 30px;
}

.tl_cnr {
	background: url(images/tl_cnr.gif) no-repeat top left;
}

.tr_cnr {
	background: url(images/tr_cnr.gif) no-repeat top right;
	padding: 10px 0 0 0;
}

.header_width {
	background: #333;
	padding: 0 10px;
}

.header_height {
	position: relative;
	top: -10px;
	background: #333;
	height: 29px;
	margin: 0 0 -10px 0;
}

.bl_cnr {
	background: url(images/bl_cnr.gif) no-repeat bottom left;
	margin: 0 0 10px 0;
}

.br_cnr {
	background: url(images/br_cnr.gif) no-repeat bottom right;
	padding: 0 0 10px 0;
}

.content_width {
	border-top: 1px solid #000;
	background: #333;
	padding: 0 10px;
}

.content_height {
	position: relative;
	top: 10px;
	background: #333;
	padding: 0 0 10px 0;
	/*min-height: 180px;*/
}

#main .header_height, #main .content_height {
	width: 350px;
}

#sidebar .header_height, #sidebar .content_height {
	width: 200px;
}

h2 {
	font-size: 1.31em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #CC9933;
}

table {
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	font-size: .69em;
	color: #B3B3B3;
	line-height: 1.2em;
	padding: 0;
	text-align: left;
}

.band {
	width: 129px;
	padding: .12em 0 .12em 5px;
	border-right: 1px solid #333;
}

.album {
	width: 205px;
	padding: .12em 5px;
}

td.contact_item {
	width: 50px;
}

th {
	background: #4D4D4D;
}

tfoot th {
	padding-right: 5px;
	text-align: right;
}

#search_container {
	float: right;
	width: 151px;
	height: 15px;
	overflow: hidden; /* prevents extra space in IE6 */
	margin: 0 0 10px 0;
}

form {
	margin: 0;
}

input, textarea {
	border: 1px solid #666;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #B3B3B3;
	background: #333;
	padding: 0;
	width: 198px;
}

#search_container input {
	display: block;
	float: left; /* prevents misalignment in IE6 and IE7 */
	width: 98px;
	height: 13px;
	margin: 0;
}

input.submit_button {
	width: 50px;
	height: 15px;
	cursor: pointer;
	text-align: center;
	color: #000;
	border: none;
	background: #CC9933;
	padding: 0;
	margin: 0 0 10px 0;
}

#search_container input.submit_button {
	width: 50px;
	height: 15px;
	cursor: pointer;
	text-align: center;
	color: #000;
	border: none;
	background: #CC9933;
	padding: 0;
	margin: 0 0 0 1px;
}

.content_height img {
	display: block;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}