.artist {
	margin-left: 50%;
}

html, body {
	background: #333;
	color: #eee;
	margin: 0;
	padding: 0;
	border: 0;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}

#container {
	background: #333; url(bg.gif) repeat-y;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 800px;
}
* html #container { height: 100%;}

a {
	color: #08f;
	font-size: 14px;
	font-weight: bold;
	color: #08f;
	padding: 4px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #888;
}

fieldset {
	background: #222;
	border: 1px solid black;
	color: #000;
	font-size: 13px;
	margin-top:1em; 
	padding-top:.75em; 
	padding: 10px;
	padding: 20px;
	position: relative;
	text-align: left;
}

legend, .search_legend, .inbox_legend {
	background: #666;
	border: 1px solid black;
	color: #f4f640;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: -.75em;
	left: .25em;
	width: 80%;
}

img {
	border: 0;
}

li {
	font-size: 10pt;
	font-weight: bold;
}

/*
td {
	font-size: 10pt;
	text-decoration: none;
	padding: 5px;
	vertical-align: top;
}
*/

p, td {
	margin: 20px;
	color: #ccc;
	font-size: 16px;
}

.linkbox {
	background: #222;
	line-height: 150%;
}

.normal {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.title {
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
}

#band {
	margin-left: 30px;
	margin-right: 30px;
}

pre {
	background-color: #eee;
}

table {
	border-collapse: collapse;
}

td, pre  {
	background-color: #244252;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.info_table, .products_table {
	background-color: #244252;
	border-collapse: collapse;
	border: 1px solid #000;
	line-height: 1.5;
	padding: 20px;
	width: 100%;
	text-align: left;
}

.info_table td pre, .products_table td pre {
	border: 0;
	margin-left: 20px;
	margin-top: 20px;
}

#klproster {
	background: #864;
}

#space {
	margin-left: 50px;
}

#header {
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#mailing-list-block {
	position: relative;
	margin: 0 auto;
	margin-top: -5.5em;
	width: 800px;
	text-align: center;
}

/*
 * SHOP / PRODUCTS
 */
/*
// {{{
 */
#tooltipPopupMDTG, #tooltipPopupCANDB, #tooltipPopupSQUAW, #tooltipPopupCOWBOY, #tooltipPopupHOT, #tooltipPopupCHICKEN, #tooltipPopupSQUAWLP, #tooltipPopupHELOT, #tooltipPopupDRAGON, #tooltipPopupSQUEEZE, #tooltipPopupGOLD {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.tooltip {
	font-weight: bold;
	text-decoration: underline;
}
.products_table {
	background-color: ##244252;
	width: 100%;
}

.products_cd_name {
	padding: 10px;
	text-align: left;
	width: 40%;
}

.products_cd_image, .band_name {
	text-align: left;
/*	width: 1em; */
	width: 50%;
}

.products_cd_description {
	padding: 10px;
	text-align: left;
	width: 40%;
}

.products_tshirt_image {
	text-align: left;
	width: 1em;
}

.products_tshirt_description {
	padding: 10px;
	text-align: left;
	width: 80%;
}
/*
// }}}
 */

#nav-block {
	background-color: #000;
	float: left;
	margin-left: -810px;
	width: 200px;
}

#content-wrapper {
	float: left;
	width: 100%;
}

#content-block {
/*	background: #666;*/
	margin-left: 200px;
}

#sub-content-block {
	background: #666;
	margin-left: 200px;
}

.right {
	text-align: right;
}

.plain {
	text-decoration: none;
}

.stream-download-column {
	text-align: left;
	width: 25%;
}
