* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
}

#page-wrap {
	background: white;
	width: 900px;
	margin: 0 auto;
	border: 1px solid #333333;
}
	
#main-content {
	background: url(images/left-sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
	
#header {
	background: #660000;
	text-align: center;
}
#header img {
	padding: 10px 0;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}
#footer-home {
	clear: both;
	background: #ffffff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
	#footer-home p {
		color: #666666;
	}
	#footer-home a,
	#footer a.visited {
		color: #3300cc;
		font-weight: normal;
		text-decoration: underline;
	}
	#footer-home a:hover {
		color: #cc6600;
		text-decoration: none;
	}
#footer {
	clear: both;
	background: #660000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
	#footer p {
		color: #ffffff;
	}
	#footer a,
	#footer a.visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #cc6600;
		text-decoration: none;
	}	

p, li {
	padding-bottom: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #214343;
}

h1 {
	font-size: 20px;
	font-family: "Tempus Sans ITC", "Trebuchet MS", Arial, sans-serif;
	color: #214343;
	background: url(images/spiral.gif) no-repeat top left;
	padding: 10px 0 30px 50px;
}

h2 {
	font-size: 16px;
	font-family: "Tempus Sans ITC", "Trebuchet MS", Arial, sans-serif;
	color: #330033;
}
h3 {
	font-size: 13px;
	font-family: "Tempus Sans ITC", "Trebuchet MS", Arial, sans-serif;
	color: #006666;
	padding-top: 10px;
}
h4 {
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	color: #660000;
	padding-top: 10px;
}

ul {
	margin-left: 25px;
	list-style: none;
}
ul.dots {
	margin-left: 25px;
	list-style: disc;
}
img {
	border: none;
}
hr {
	height: 0px;
	margin: 20px 0;
	color: #cccccc;
}

.primaryNav {
	margin: 0;
}
	.primaryNav li {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px;
		list-style: none;
	}
	.primaryNav li a {
		padding: 5px;
		display: block;
		width: 160px;
		color: #330033;
		text-decoration: none;
	}
	.primaryNav li a:hover,
	.primaryNav li a.currentPage {
		background: #cc3300;
	}

p.border {
	background: url(images/border.jpg) repeat-x top left;
	height: 9px;
	display: block;
	padding-bottom: 20px;
}
.homepage {
	width: 900px;
	border-collapse: collapse;
	text-align: center;
}	
	.homepage td {
		padding: 20px 0;
		margin: 0 auto;
	}
	.homepage td p {
		font-size: 24px;
		font-family: "Tempus Sans ITC", "Trebuchet MS", Arial, sans-serif;
		color: #ffffff;
	}	
	.homepage td a,
	.homepage td a.visited {
		color: #ffffff;
		text-decoration: none;
	}		
.orgInfo {
	padding: 10px;
	background: #efefef;
	border: 1px solid #cccccc;
}
	.orgInfo label {
		width: 180px;
		float: left;
		font-weight: normal;
	}
	.orgInfo p {
		padding: 3px;
		font-weight: bold;	
	}	
.merchandise,
.musiclisting {
	margin: 20px 0;
	border-collapse: collapse;
}
	.merchandise tr.altrow,
	.musiclisting tr.altrow {
		background: #efefef;

	}
	.merchandise th {
		padding: 10px;
		color: #ffffff;
		font-size: 14px;
		background: #214343;
		text-align: left;
	}
	
	.merchandise td {
		padding: 10px;
		color: #330033;
		font-size: 14px;
		border-bottom: 1px solid #cccccc;
		font-weight: bold;
	}
	.merchandise td a,
	.musiclisting td a {
		color: #3300cc;
		font-size: 12px;
		font-weight: normal;
	}
	.musiclisting td {
		padding: 10px;
		color: #21433;
		font-size: 14px;
		border-bottom: 1px solid #cccccc;
	}
	.musiclisting td.first {
		padding: 10px;
		color: #21433;
		font-size: 14px;
		border-top: 1px solid #cccccc;
	}	
	.musiclisting td .credits {
		color: #666666;
		font-size: 11px;
	}	
	.musiclisting td img {
		float: left;
		padding-right: 15px;
	}	