a:link, a:visited {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000066;
}
h1 {
	font-size: 24px;
	text-align: right;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
body {
	background-color: #CCCCE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	color: #FFFFFF;
	text-align: left;
	background-image: url(/images/hg_mountain01.jpg);
	height: 108px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2;
	background-color: #000066;
}
#navbar {
	font-weight: bold;
	background-image: url(/images/navBG.gif);
	background-repeat: repeat-x;
}
#main {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#copyright {
	font-size: 9px;
	background-color: #000066;
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
}
#logo1 {
	margin-top: 35px;
	margin-left: 25px;
}
#logo2 {
	z-index: 3;
	position: absolute;
	right: 230px;
	top: 10px;
}
.float_clear {
	clear: both;
	height: 0px;
	width: 0px;
}
#navbar_left {
	float: left;
	z-index: 4;
	padding-left: 10px;
	height: 30px;
	padding-right: 10px;
}
#navbar_right {
	float: right;
	z-index: 4;
	padding-right: 10px;
	text-align: right;
	height: 30px;
	padding-left: 10px;
}
#index_product, #index_podcast, #index_artstim, #index_newsletter, #index_donate {
	width: 350px;
}

#index_product {
	float: left;
}
#index_podcast, #index_artstim, #index_newsletter, #index_donate {
	float: right;
	margin-bottom: 10px;
}
#index_podcast p, #index_artstim p, #index_newsletter p, #index_donate p {
	margin: 0px;
	margin-bottom: 5px;
}
blockquote {
	margin-left: 150px;
}
blockquote p {
	font-size: 10px;
}
ul li {
	padding-bottom:10px;
}
ul li strong {
	color: #000066;
}
#index_td {
	padding: 10px;
	width: 330px;
	background-position: center;
}
#podcast_image {
	float: right;
	height: 300px;
	width: 300px;
	margin-left: 10px;
}
#podcast_links {
	font-weight: bold;
	color: #000066;
}
#podcast_links a {
	font-weight: normal;
}
#product_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.EpisodePanel/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
 {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}
.PanelTab/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
 {
	font: bold 12px Verdana;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.PanelContent {
	margin: 0px;
	padding: 10px;
}
#vidWrapper { width: 640px; margin 0px auto; }
