/*
*	Muzieklayout
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
body {
	background: #000 url(images/pattern.jpg) repeat-x;
	color: #606057;
	margin: 0;
}
#container {
	background: url(images/content_bg.jpg);
	width: 786px;
	margin: 0 auto;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
}
#header {
	position: relative;
	background: url(images/header.jpg);
	height: 232px;
	width: 100%;
}
#header h1 {
	position: absolute;
	bottom: 0;
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	float: left;
}
#header ul {
	font-size: 0.7em;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	border: none;
	margin-right: 3px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	display: block;
	width: 114px;
	background: url(images/menu.jpg);
}
#header li a {
	border: none;
}
#ylbar {
	font-size: 0.7em;
	clear: both;
	background: url(images/ylbar.jpg);
	width: 766px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 10px;
	color: #000;
}
#content {
	padding: 0 5px;
	font-size: 0.7em;
	width: 770px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
#content p {
	margin: 0;
	padding: 5px 0;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	color: #000;
	padding: 5px 0;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* LINK */
a:active, a:visited, a:link, a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #000;
}
a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}