body {
	margin: 3% 6% 3% 6%;
	padding: 0;
	background: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: white;
}

html>body {
	font-size: 12px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a {
	color: #c69c6d;
}

a:hover {
	color: white;
	background: #c69c6d;
	text-decoration: none;
}

a:visited {
	color: #2B637A;
}

p {
	line-height: 1.5em;
	margin: 2.25em 0 .75em 0;
}

a:hover:visited {
	color: white;
	background: #c69c6d;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: courier, monospace;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	line-height: .75em;
	margin: 1.125em 0 .375em 0;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	margin: 2em 0 .50em 0;
}

table {
	width: 100%;
	margin: 2.25em 0 .75em 0;
}

#main {
	width: 704px;
}

#nav {
	width: 100%;
	height: 64px;
	background: url('../images/navback.jpg') black bottom right no-repeat;
}

#nav ul {
	font-family: courier, monospace;
	font-weight: bold;
	font-size: 1.33em;
	text-align: right;
	padding: 22px 24px 0 0;
}

#nav ul li {
	display: inline;
	margin: 0 0 0 1em;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: black;
	background: transparent;
}

#nav a.active {
	color: black;
}

#footer {
	text-align: right;
	font-size: .833em;
	margin: 2.7em 0 .90em 0;
}

#upcoming {
	width: 340px;
	margin: 0 12px 0 0;
	float: left;
}

#latest {
	width: 340px;
	margin: 0;
	float: right;
}

.picrow {
	clear: both;
	float: none;
}

.picrow div {
	float: left;
	margin: 24px 12px 0 0;
}

#tunes {
	line-height: 1.5em;
	list-style-type: none;
}

#tunes li {
	margin-bottom: .75em;
}


