/*  Attempt to consolidate some of the gig gallery css! */
body {
	width: 800px;
	margin: auto;
}
a.gal-nav {
	background-color: #963;
	color: #ff0;
	border: outset #963 2px;
	padding: 2px;
	margin-top: 2px;
	font-weight:bold;
	
}

table.gal-disp p  {
	background-color: #999;
	padding: 10px;
	border: inset #666 1px;
	width: 80%;
	margin: auto;
}

table.gal-disp h1 {
	font-size: 40px;
}


