* { margin: 0; padding: 0 }

body
{
	background-color: black;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	
	color: white;
	
	font: 12px verdana, arial, sans-serif;
	
	margin-bottom: 2em;
}

ol, li {
	line-height: 1.6em;
	margin-left: 1.6em;
	padding-left: 0;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

a {
	color: #99f;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #336;
}

a:hover {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px solid yellow;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 125%;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

.cd {
	border: 1px solid #DCB987;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#main {
	clear: both;
	margin: 5em 1em 1em 1em;
}

#trackList {
	float: right;
	width: 202px;
	margin-left: 15px;
	margin-bottom: 1em;
}

#navigation {
	margin-top: 1em;
	text-align: center;
	clear: both;
	
	width: 99%;
	margin-left: 1%;
	min-width: 780px;
	
	font-size: 95%;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
}

#navigation ul li {
	display: block;
	float: left;
	line-height: auto;
	
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #222;
	
	margin: 0;
	border-collapse: collapse;
	
	padding: 0.3em 0;
}

#navigation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	
	background: inherit;
	color: #99f;
	text-decoration: none;
	border-width: 0;
}

#navigation ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

.noborder {
	border-width: 0 !important;
}

img.right {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

img.left {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

img.framed {
	border: 1px solid #DCB987;
}

.guestbook {

}

.guestbook_entry { }

.guestbook_name {
	font-weight: bold;
}
.guestbook_date { }
.guestbook_comment {
	line-height: 1.6em;
	margin-bottom: 1em;
}

#gbSubmitArea {
	float: right;
	width: 300px;
	margin-left: 15px;
	margin-bottom: 1em;
}

#gbSubmitArea table {
	width: 100%;
}

#gbSubmitArea .text {
	width: 100% !important;
}

#gbSubmitArea th {
	text-align: right;
	padding-right: 0.5em;
	font-weight: normal;
	vertical-align: top;
}

#gbSubmitArea td {
	text-align: left;
	vertical-align: top;
	width: 75%;
}