body {
	margin: 0;
	padding: 0;
	min-width: 800px;
	font-family: helvetica, arial;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	background: #000 url('gfx/bg2.jpg') no-repeat  top center;
	background-attachment: fixed;
	text-align: center;

}

h1 {
	text-align: left;
	margin-left: 10px;
	margin-top: 30px;
	font-size: 20pt;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: -0.1em;
}

h2 {
	text-align: left;
	margin-left: 20px;
	margin-top: 30px;
	font-size: 16pt;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: -0.1em;
}

p {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 0px;
	width: 750px;
}

p.audioplayer_container {
  text-align: center;
}

a {
	text-decoration: none;
	color: #8fa3af;
	outline: none;
}

a:hover {
	text-decoration: underline;
	/* color: #fff; /* #cfd8dd; */
}

img {
	border: 0px none;
}

#container {
	position: relative;
	top: 0px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#container_in {
	/* background: #1d1d1d url('gfx/top_closer.jpg') no-repeat top center; */
	background: #1d1d1d url('gfx/top_rail.jpg') no-repeat top center;
	width: 800px;
	min-height: 464px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topimg {
	margin-bottom: 10px;
}

.mainlinks {
	width: 800px;
	text-align: right;
	font-size: 13pt;
	word-spacing: 8px;
	margin-top: 0px;
}

.mainlink {
	font-weight: lighter;
	font-size: 13pt;
}

.mainlink_separator {
	font-size: 8pt;
}

.relbox {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #555;
	border-radius: 8px;
	-moz-border-radius: 8px;
	width: 600px;
	/* line-height: 50px; */
	height: 50px;
	margin: 20px 0px 0px 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-shadow: #000 2px 2px 1px;
}

.relbox:hover {
	border-color: #8fa3af; /* #888 */
	background: #546874;
}
.relcover {
	border-width: 1px;
	border-style: solid;
	border-color: #555;
}

#relbox_subtext {
	font-size: 8pt;
	font-weight: normal;
}

#bottomimg {
	width: 800px;
	height: 41px;
	margin: 0;
	padding: 0;
	background: url('gfx/bottom.jpg') no-repeat top center;
}

#footer {
	font-size: 8pt;
   text-align: right;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	color: #bbb;
   bottom: 0;
   width: 790px;
   height: 35px;
}

#copy {
	color: #555;
	font-size: 8pt;
}