body
{
	font-family: Courier, Courier New, Tahoma, Helvetica, Sans Serif;
	background-color: #000;
	margin: 0;
	padding: 0;
}
#header
{
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	height: 350px
}
#container
{
	margin: 0px 0px 0px 25px;
	border: 2px solid #ddd;
	border-top: 0px;
	border-bottom: 0px;
	width: 900px;
}
#menu
{
	position: absolute;
	top: 410px
	left: 27x;
	width: 150px;
	zoom: 1;
}
#menu img
{
	border: 0;
}
#content
{
	margin-left: 202px;
	width: 700px;
	color: #ddd;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #daa;
}
a:hover
{
	text-decoration: underline;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE Mac */

.newsitem, .music
{
	clear: both;
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	margin-bottom: 20px;
}
.newsitem .header, .music .header
{
	float: left;
	margin-left: 3px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 6px;
}
.newsitem .date
{
	float: right;
	border-bottom: 1px dotted #ddd;
}
.newsitem .content
{
	clear: both;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.music .content
{
	float: left;
	clear: right;
	margin-left: 4px;
	width: 440px;
}

.music .img
{
	clear: left;
	float: left;
	zoom: 1;
}
.mailinglist table tr td, .guestbook table tr td
{
	color: #ddd;
	font-family: Courier, Courier New, Tahoma, Helvetica, Sans Serif;
	font-size: 12px;
}


