* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%
	cursor: default;
	background: #fcf7f5 url('../_grafix/bg.jpg') no-repeat 0 0 fixed;
}
#logo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 90px;
	background: url('../_grafix/logo-trans.png') no-repeat 0 0;
	z-index: 999;
}
#logolink {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 152px;
	height: 78px;
}
#menu {
	position: fixed;
	top: 0px;
	left: 425px;
	list-style: none;
	width: 500px;
	background: url('../_grafix/menu_standard-trans.png') no-repeat 0px 0px;
	z-index: 800;
}
#menu li, #menu a {
	float: left;
	width: 100px;
	height: 42px;
}
#menu .news a {
	background: url('../_grafix/menu_hovers-trans.png') no-repeat 0px 0px;
}
#menu .biography a {
	background: url('../_grafix/menu_hovers-trans.png') no-repeat -100px 0px;
}
#menu .releases a {
	background: url('../_grafix/menu_hovers-trans.png') no-repeat -200px 0px;
}
#menu .radio a {
	background: url('../_grafix/menu_hovers-trans.png') no-repeat -300px 0px;
}
#menu .media a {
	background: url('../_grafix/menu_hovers-trans.png') no-repeat -400px 0px;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
}
#News, #Biography, #Releases, #Radio, #Media {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 2000px;
	padding-bottom: 30px;
}
.singlecontent {
	margin-top: 130px;
	margin-left: 50px;
	width: 875px;
}
.submenudiv {
	position:relative;
	display: block;
	height: 125px;
	width: 875px;
	overflow: auto;
}
.submenuul {
	display: block;
	height: 100px;
	width: 1360px;
	list-style: none;
}
.submenuul li {
	display: block;
	height: 100px;
	width: 170px;
	float: left;
}
.article {
	padding: 50px 0 0 0;
	clear: both;
	display: none;
}
.content_teaser {
	display: block;
	padding: 5px 0 0 0;
	width: 170px;
	margin-right: 10px;
	float: left;
	clear: left;
	text-align: right;
}
.content_text {
	text-align: justify;
	width: 684px;
	display: block;
	float: left;
	clear: right;
	padding: 2px 0 0 10px;
	border-left: 1px #fff solid;
}
.cover {
	float: right;
	margin-left: 15px;
	background: #fcf7f5;
	padding: 1px;
	border: 1px #ccc solid;
}
h1 {
	font-family: Titillium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	position: relative;
	display: block;
	width: 875px;
	height: 35px;
	padding: 3px 0 0 0;
	color: #fff;
}
h2 {
	font-family: Titillium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	height: 40px;
	width: 684px;
	padding: 6px 0 0 10px;
	color: #444;
	background: url('../_grafix/bg_h2-trans.png') no-repeat 0 0;
}
p {
	font-size: 11px;
	color: #444;
}
small {
	font-size: 9px;
}
a, a:link, a:visited {
	color: #998888;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #c00000;
}






#foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: #ddd;
	clear: both;
	padding-left:5px;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 900;
}

#loading-text {
	position: relative;
	top: 40%;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	color: #cc0000;
}






a.sm2_button, a.sm2_button.sm2_playing, a.sm2_button.sm2_paused {
	display: inline-block;
	padding: 0 0 0 15px;
}
a.sm2_button {
	background: url('../_grafix/button_stopped_0-trans.png') no-repeat 0 3px;
}
a.sm2_button:hover {
	background: url('../_grafix/button_stopped_1-trans.png') no-repeat 0 3px;
	color: #c00000;
}
a.sm2_button.sm2_playing {
	background: url('../_grafix/button_playing_0-trans.png') no-repeat 0 3px;
	color: #80c000;
}
a.sm2_button.sm2_playing:hover {
	background: url('../_grafix/button_playing_1-trans.png') no-repeat 0 3px;
	color: #c00000;
}
a.sm2_button.sm2_paused {
	background: url('../_grafix/button_paused_0-trans.png') no-repeat 0 3px;
	color: #80c000;
}
a.sm2_button.sm2_paused:hover {
	background: url('../_grafix/button_paused_1-trans.png') no-repeat 0 3px;
	color: #c00000;
}