body {
	background: #fff;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
}

#header {
	margin-bottom: 10px;
}

a {
	color: #666;
	font-weight: bold;
}

a:hover {
	color: #333;
	text-decoration: none;
	background: #ebebeb;
}

a h2 {
	color: #333;
	text-decoration: none;
}

a:hover h2 {
	text-decoration: underline;
}

h2 {
	margin-top: 18px;
}

a.links {
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #666;
}

a.contact {
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #666;
	margin-top: 18px;
}

a.links:hover,
a.contact:hover {
	text-decoration: none;
	color: #333;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	margin: 0;
}

#navi a {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

#navi a:hover {
	text-decoration: none;
	background: #ebebeb;
}

.music {
	margin-bottom: 20px;
}

.music li { 
	margin-left: 30px;
	margin-bottom: 0px;
}

a.subnav {
	margin: 23px 5px 0 0;
	display: block;
	width: 20px;
	height: 24px;
	overflow: hidden;
	line-height: 1000px;
	float: left;
}

a.next,
a.next:hover {
	background: url('../../img/down.png');
}

a.previous,
a.previous:hover {
	background: url('../../img/up.png');
}

a.top,
a.top:hover {
	background: url('../../img/top.png');
}

a.subnav:hover {
	background-color: #ebebeb;
}

