* {
	margin: 0;
	padding: 0;
	}
	
div.overlay {
	width: 100%;
	height: 100%;
	background: url(../images/transparent-dark.png); 
	position: absolute;
	top: 0;
	left: 0;
	}
	
html {
	position: relative;
	height: 100%;
	}
	
body {
	background: url(../images/bg.gif) no-repeat center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #333;
	}
	
div.wrap {
	position: relative;
	width: 978px;
	margin: 0 auto;
	z-index: 300;
	}
	
a img { 
	border: 0;
	}
	
#nav {
	background: url(../images/nav_bg.gif) no-repeat right transparent;
	height: 43px;
	overflow: hidden;
	position: relative;
	}
	
#nav ul {
	height: 43px;
	overflow: hidden;
	position: relative;
	}
	
#nav ul li {
	height: 43px;
	float: right;
	overflow: hidden;
	}
	
#nav ul li #about_link {
	width: 154px;
	display: block;
	padding-top: 43px;
	}
	
#nav ul li #listen_link {
	width: 148px;
	display: block;
	padding-top: 43px;
	}
	
#nav ul li #contact_link {
	width: 161px;
	display: block;
	padding-top: 43px;
	}
	
#top_piece, #bottom_piece {
	min-height: 8px;
	position: relative;
	}
	
#top_piece {
	background: url(../images/top_piece.gif) no-repeat;
	}
	
#content {
	background: url(../images/content_bg.gif) repeat-y transparent;
	position: relative;
	height: 1%;
	padding-top: 8px;
	}
	
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	/*color: #FB1C00;*/
	color: #FD3A02;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	}
	

#content a, #sub_content a {
	color: #087CB8;
	}
	
#highlight {
	overflow: hidden;
	position: relative;
	}
	
div.homepage {
	height: 400px;
	}
	
div.subpage {
	height: 100px;
	}
	
#bottom_piece {
	background: url(../images/bottom_piece.gif) no-repeat;
	margin-bottom: 1.0em;
	}
	
#left_col, #main_content {
	width: 62.5%;
	float: left;
	}
	
#left_col h1, #left_col h2, #left_col h3, #left_col h4, #left_col h5, #left_col h6, #left_col p, #left_col dl, #left_col ul, #left_col ol {
	padding-left: 25px;
	padding-right: 10px;
	color: #FFF;
	}
	
#content p, #content dl, #content ul, #content ol, #content table {
	margin-bottom: 1.0em;
	}
	
#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6, #main_content p, #main_content dl, #main_content ul, #main_content ol {
	padding-left: 25px;
	padding-right: 10px;
	font-weight: normal;
	}
	
#right_col {
	margin-left: 62.6%;
	}
	
#main_content {
	padding-top: 20px;
	}
	
#main_content h1 { font-size: 48px; margin-top: 20px; }
#main_content p.highlight { font-size: 18px; }
	
#sub_content {
	font-size: 90%;
	padding-left: 62.6%;
	padding-top: 20px;
	background: url(../images/content_bg_2.gif) no-repeat;
	min-height: 300px;
	}
	
#right_col div.vcard, #sub_content div.vcard {
	padding-left: 30px;
	}
	
div.vcard div.org {
	font-weight: bold;
	}
	
div.vcard a {
	color: #033333;
	}
	
.clear {
	clear: both;
	}
	
#contact_form {
	padding: 20px;
	}
	
#contact_form fieldset {
	border: 0;
	border-top: 1px solid #EEEEEE;
	padding: 20px;
	}
	
#contact_form legend {
	color: #FB1C00;
	font-size: 150%;
	}
	
#contact_form label {
	font-weight: bold;
	display: block;
	}
	
#contact_form input, #contact_form textarea, #contact_form hr {
	margin-bottom: 1.0em;
	}
	
table.audio_files {
	width: 90%;
	margin-bottom: 1.0em;
	margin-left: 25px;
	}
	
table.audio_files th {
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	}
	
table.audio_files caption {
	text-align: left;
	font-size: 150%;
	color: #FB1C00;
	margin-left: 25px;
	}
	
table.audio_files td, table.audio_files th {
	padding: 10px;
	}
	
tr.alt td {
	background-color: #FAFAFA;
}

tr.over td {
	background: #EEEEEE;
}

.alt {
	/*visibility: hidden;*/
	}