body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
}

li {
	font-size: 15px;
}

#header {
	
}

#navbar {
	background: url(/files/images/loop_navbg.png);
	background-repeat: repeat-x;
	height: 33px;
}

#body_container {
	background: url(/files/images/loop_bodybg.png);
	background-repeat: repeat-x;
	background-position: top;
}

	#body_box {
		float: right;
		width: 186px;
		margin-left: 10px;
	}
		#jukebox {
			margin-bottom: 5px;
		}
		
		#infobox {
			background: url(/files/images/loop_infoboxbg.png);
			background-repeat: repeat-y;
		}
			#infobox img {
				padding: 0; margin: 0;
			}
			#infobox p {
				padding: 0 10px;
				font-size: 12px;
			}
			#infobox p.contact_gen, #infobox p.contact_prod {
				padding-bottom: 10px;
			}
			#infobox p.top {
				margin: 0; padding: 0;
			}
			#infobox p.but_contact, #infobox p.but_mailing {
				padding: 0 0 5px 0;
			}
		
		#links_but {
			margin-top: 5px;
		}
		#links_but p, #links_but img, #links_but a {
			margin: 0; padding: 0;
		}

	#body_top {
		height: 100px;
	}
		#quote_box {
			text-align: center;
			width: 442px;
			float: left;
		}
			#quote_box p.quote {
				font-size: 15px;
				font-weight: bold;
				color: #96C;
				font-style: italic;
				padding: 10px;
			}
			#quote_box p.quote_source {
				font-size: 13px;
				color: #000;
			}
		#img_overhang {
		}

#body_text {
	width: 800px;
	padding: 10px 0 0 0;
}

#footer {
	text-align: right;
	background: url(/files/images/loop_footbg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* nav */
.rollover a.but1 { background: url("/files/images/nav_home_all.png") 0 0 no-repeat; width: 39px; height: 33px; }
.rollover a.but2 { background: url("/files/images/nav_bio_all.png") 0 0 no-repeat;  width: 25px; height: 33px; }
.rollover a.but3 { background: url("/files/images/nav_shows_all.png") 0 0 no-repeat;  width: 41px; height: 33px; }
.rollover a.but4 { background: url("/files/images/nav_workshop_all.png") 0 0 no-repeat;  width: 70px; height: 33px; }
.rollover a.but5 { background: url("/files/images/nav_gallery_all.png") 0 0 no-repeat;  width: 50px; height: 33px; }
.rollover a.but6 { background: url("/files/images/nav_contact_all.png") 0 0 no-repeat;  width: 54px; height: 33px; }
.rollover .but1 a:hover, .rollover .but2 a:hover, .rollover .but3 a:hover,
.rollover .but4 a:hover, .rollover .but5 a:hover, .rollover .but6 a:hover { background-position: 0 -33px; }
.rollover .but1 a:active, .rollover .but2 a:active, .rollover .but3 a:active, 
.rollover .but4 a:active, .rollover .but5 a:active, .rollover .but6 a:active { background-position: 0 -66px; }

