body, html {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	font-size: .95em;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #A50101;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	width: 800px;
	height: 370px;
	text-indent: -9999px;
	background-image: url(images/header.jpg);
	margin: 0px auto 10px auto;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
}

#wrap {
	margin: auto;
	width: 750px;
	overflow: auto;
}

#left-col {
	float: left;
	width: 360px;
}

#right-col {
	float: right;
	width: 360px;
}

.box {
	/* background-color: #151515; */
	/* padding: 10px 10px 1px 10px; */
	margin-bottom: 20px;
	margin-top: 20px;
	/* border: 1px solid #222; */
}

ul {
	list-style: none;
	padding: 8px;
	margin: 0px;
}

.samples {
	padding-left: 0px;;
}

ul li {
	margin-bottom: 10px;
	text-indent: -8px;
}

.samples li {
	text-indent: 23px;
	background-image: url(images/listen-icon-black.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

.review {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.box .caption {
	font-size: .85em;
	margin-top: 3px;
	margin-bottom: 5px;
	font-style: italic;	
}

.pub-title {
	text-decoration: underline;
}

#footer {
	text-align: center;
	width: 750px;
	margin: 20px auto;
	font-size: .75em;
	color: #454545;
}

#footer a:link, #footer a:visited {
	color: #666;
}

.two-col {
	width: 750px;
	margin: 20px auto 30px auto;
}

#menu {
	margin: auto;
	text-align: center;
	overflow: visible;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.menu-dead {
	padding: 10px;
}

#menu a:link, #menu a:visited {
	padding: 10px;
}

.menu-listen {
	padding-left: 20px;
	background-image: url(images/listen-icon-black.jpg);
	background-position: 8px center;
	background-repeat: no-repeat;
}
