#preloadimages
	{
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
	}

#backgroundfade
	{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../gfx/body_background_fade.gif') repeat-x;
	}

#window_container
	{
	position: relative;
	margin: 8px auto 8px auto;
	width: 788px;
	}

#banner
	{
	margin: 0 auto 4px auto;
	width: 468px;
	text-align: center;
	}

#window_body
	{
	padding: 3px 7px 0 7px;
	background: url('../gfx/window_background.gif') repeat-y;
	width: 774px;
	}

#header
	{
	position: relative;
	width: 774px;
	height: 160px;
	background: #000000 url('../gfx/header.gif');
	}

#header img
	{
	float: left;
	}

#header embed
	{
	position: absolute;
	top: 7px;
	right: 7px;
	float: right;
	}

#infofield_top
	{
	background: #161716;
	padding: 4px 8px 4px 8px;
	width: 758px;
	margin: 0 0 3px 0;
	}

#menu
	{
	width: 774px;
	height: 27px;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 774px;
	height: 27px;
	}

#menu ul li
	{
	float: left;
	}

#menu ul li.divider
	{
	display: block;
	width: 2px;
	height: 27px;
	background: #000000 url('../gfx/menu_divider.gif') no-repeat;
	}

#menu ul li a
	{
	display: block;
	padding: 0 1px 0 0;
	width: 83px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	background: #000000 url('../gfx/menu_background_off.gif') repeat-x;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	}

#menu ul li a.home
	{
	width: 84px;
	background: #000000 url('../gfx/menu_home_background_off.gif') no-repeat;
	}

#menu ul li a.home:hover
	{
	background: #000000 url('../gfx/menu_home_background_on.gif') no-repeat;
	}

#menu ul li a.guestbook
	{
	padding: 0 2px 0 0;
	width: 83px;
	background: #000000 url('../gfx/menu_guestbook_background_off.gif') no-repeat;
	}

#menu ul li a.guestbook:hover
	{
	background: #000000 url('../gfx/menu_guestbook_background_on.gif') no-repeat;
	}

#menu ul li a:hover
	{
	background: #000000 url('../gfx/menu_background_on.gif') repeat-x;
	color: #ffffff;
	}

#content
	{
	width: 741ox;
	padding: 16px;
	background: #161716;
	}

#spaces
	{
	padding: 0 0 3px 0;
	width: 774px;
	height: 200px;
	background: #161716;
	}

#spaces ul
	{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
	width: 774px;
	height: 200px;
	}

#spaces ul li
	{
	float: left;
	padding: 0 0 0 3px;
	}

#spaces ul li a
	{
	display: block;
	width: 234px;
	height: 145px;
	padding: 20px 10px 20px 10px;
	background: url('../gfx/space_background.gif');
	border-width: 0 0 15px 0;
	border-style: solid;
	border-color: #ff7f00;
	}

#spaces ul li a.event
	{
	height: 148px;
	padding: 17px 10px 20px 10px;
	}


#spaces ul li a:hover
	{
	border-color: #ff0000;
	}

#infofield_bottom
	{
	background: #161716;
	padding: 4px 8px 4px 8px;
	width: 758px;
	margin: 3px 0 0 0;
	text-align: right;
	}

#window_top img
	{
	float: left;
	}

#window_bottom img
	{
	float: left;
	}

#window_bottom_spacer
	{
	margin: 0 auto 0 auto;
	width: 788px;
	height: 8px;
	line-height: 8px;
	font-size: 8px;
	}

html,body
	{
	overflow: auto;
	}

body
	{
	margin: 0;
	background: #282828 url('../gfx/body_background.gif');
	font-family: Arial, Verdana, sans-serif, MS Sans Serif;
	font-size: 12px;
	color: #989898;
	}

iframe.banner
	{
	width: 100%;
	height: 60px;
	border: 0;
	overflow: hidden;
	}

iframe.artist_events
	{
	width: 100%;
	height: 120px;
	border: 1px solid #000000;
	overflow: auto;
	}

iframe.content
	{
	width: 100%;
	height: 340px;
	border: 0;
	overflow: auto;
	}

div.clearfloat
	{
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

div.centered
	{
	width: 758px;
	text-align: center;
	}

div.rightalignedtext
	{
	text-align: right;
	}

span.fat
	{
	font-weight: bold;
	}

span.mycoolarrows
	{
	color: #ff8700;
	font-size: 15px;
	font-weight: bold;
	}

span.mycoolarrows_invisible
	{
	font-weight: bold;
	font-size: 14px;
	}

a
	{
	color: #989898;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #ff7f00;
	}

a img
	{
	border: 0;
	}

.mycoolbutton
	{
	padding: 2px 16px 2px 16px;
	font-family: Arial, Verdana, sans-serif, MS Sans Serif;
	font-size: 12px;
	border: 0;
	background: #212221;
	color: #989898;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}

.mycoolbutton:hover
	{
	color: #ffffff;
	}

img.title
	{
	display: block;
	margin: 0 0 10px 0;
	}

hr
	{
	border: none;
	background: #585858;
	height: 1px;
	}

table.guestbook
	{
	width: 100%;
	}

table.guestbook tr td
	{
	background: #212221;
	border: 1px solid #161716;
	border-collapse: separate;
	border-spacing: 0;
	padding: 2px 4px 2px 5px;
	}

table.guestbook tr td.namemaillocation
	{
	width: 83%;
	}

table.guestbook tr td.created
	{
	width: 17%;
	text-align: right;
	}

table.guestbook tr td.message
	{
	width: 100%;
	}

table.guestbook tr td.empty
	{
	width: 100%;
	background: #161716;
	}

table.linklist
	{
	width: 100%;
	}

table.linklist tr td.empty
	{
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	}

table.linklist tr td a
	{
	display: block;
	width: 100%;
	height: 15px;
	padding: 2px;
	}

table.linklist tr td a span
	{
	display: block;
	float: left;
	width: 50%;
	cursor: pointer;
	}

table.linklist tr td a span.left
	{
	font-weight: bold;
	}

table.linklist tr td a span.right
	{
	text-align: left;
	}

table.eventlist
	{
	width: 100%;
	}

table.eventlist tr td a
	{
	display: block;
	width: 100%;
	height: 15px;
	padding: 2px;
	}

table.eventlist tr td a span
	{
	cursor: pointer;
	}

table.eventlist tr td a img
	{
	margin: 0 0 0 5px;
	border: 1px solid #ffffff;
	vertical-align: middle;
	}

table.eventlist tr td a:hover img
	{
	border: 1px solid #ff8700;
	}

table.eventlist tr td a span.date
	{
	display: block;
	float: left;
	width: 70px;
	}

table.eventlist tr td a span.name
	{
	display: block;
	float: left;
	width: 450px;
	font-weight: bold;
	}

table.eventlist tr td a span.city
	{
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	}

table.eventlist tr td a span.country
	{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	}

table.eventfaq
	{
	width: 100%;
	}

table.eventfaq tr td
	{
	width: 50%;
	background: #1e1e1e;
	border: 1px solid #161716;
	border-collapse: separate;
	border-spacing: 0;
	}

table.eventfaq tr td.left
	{
	font-weight: bold;
	text-align: right;
	}

h1
	{
	margin: 8px 0 0 0;
	font-size: 16px;
	color: #ffffff;
	}

label
	{
	display: block;
	margin: 8px 0 0 0;
	}

input.text
	{
	width: 250px;
	border: 0;
	margin: 0 0 3px 0;
	font-family: Arial, Verdana, sans-serif, MS Sans Serif;
	font-size: 12px;
	}

textarea.standard
	{
	width: 100%;
	height: 100px;
	border: 0;
	font-family: Arial, Verdana, sans-serif, MS Sans Serif;
	font-size: 12px;
	}