body   {
	background: black; 
	background-image: url(../images/background_02.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

p {
}

a:link { 
	color: #FFFFFF;
	}

a:visited { 
	color: #FFFFFF;
	}

a:hover { 
	font-weight: bolder; 
	text-decoration: none; 
	}

a:active { 
	text-decoration: none; 
	}

.onblack {
	color: #CCCCCC; 
	}

.footBlurb {
	font-size: x-small;
	}

.bookMarkReturn { 
	text-align: right;	
	font-size: small;
	}

.bookMarkReturn a:link {
	text-decoration: none; 
	color: #FFFFFF; 
	} 
	
.bookMarkReturn a:hover {
	font-style: italic; 
	font-weight: normal;
	}

.bookMarkReturn a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	}

.navMainLink a:link {
	color:#FFFFFF; 
	font-size:14pt;
	text-decoration: none;
	}

.navMainLink a:hover {
	font-weight: normal;
	font-size:14pt;
	font-style: italic;
	}

.navMainLink a:visited {
	color: #FFFFFF; 
	font-size:14pt;
	text-decoration: none;
	}

.blockquoteQList {
	background: url("../images/faq_Q.gif");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: bold;
	padding-left: 5%;
	}

.blockquoteQList a:link 	{
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	} 

.blockquoteQList a:hover {
	font-weight: bold; 
	font-style: italic;
	}

.blockquoteQList a:visited {
	color: #CCCCCC; 
	text-decoration: none;
	}

.blockquoteQ {
	background: url("../images/faq_Q.gif");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	padding-left: 5%;
	}

.blockquoteA {
	background: url("../images/faq_A_Big.gif");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-left: 13%;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	height: auto;
	}

.blockquotePara {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	}

td {
	vertical-align: top;
	}

img.inline {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	}

li.q {
	color: #CCCCCC;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(../images/FAQ_Q.gif);
	list-style-position: outside;
	}

li.a {
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(../images/FAQ_A.gif);
	}


#PDContainer { 
	height:600px; 
	width: 710px; 
	}

#PDHeader {
	height: 150px;
	width: 700px;
	position: relative;
	visibility: visible;
	}

#navContainer { 
	height: auto; 
	width: 700px; 
	left: 0px; 
	top: 110px
	}

#MainContent {
	width: 700px;
	left: 0px;
	top: 0px;
	position: relative;
	visibility: visible;
	color: #CCCCCC;
	overflow: visible;
}

#PDFooter { 
	width: 700px;
	}

#lowerNav {
	font-size: small;
	}

.directionsHead {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
	font-size: small;
	}

.directions {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding-left: 10px;
	text-align: justify;
	}

.directionsCityList {
	font-size: small;
	font-weight: normal;
	}

hr.linkPage {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

div.linkPage {
	width: 70%;
	border-top-color: #666666;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* this is new stuff for the gallery */

/*  Begin Gallery Start Page */
.GalFLrg {
	font-size: large
	}
	
div#GalPg {
	position: relative;
	text-align: center;
	vertical-align: middle;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	}

div#GalPgLeft a span {
	position: absolute;
	display: none;
	text-align: center;
	vertical-align: middle;
	}

div#GalPgLeft a:hover span {
	display: block;
	position: absolute;
	top: -20px;
	left: -125px;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
	border: inset #CCCCCC medium;	
	}

/*  End Gallery Start Page */

/* 	Begin Gallery Picture Pages */
div#Gallery {
	position: relative;
	text-align: center;
	vertical-align: middle;
	border-top-color: #FF0000;
	border-left-color: #FF0000;

	}

div#GalleryLeft a span {
	position: absolute;
	display: none;
	text-align: center;
	vertical-align: middle;
	}

div#GalleryLeft a:hover span {
	display: block;
	position: absolute;
	top: -20px;
	left: -125px;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
	border: inset #CCCCCC medium;
	}



/* Don't use this now... */
/*
div#GalleryRight a span {
	position: absolute;
	display: none;
	text-align: center;
	vertical-align: middle;
	z-index: 50;
	}

div#GalleryRight a:hover span {
	display: block;
	position: absolute;
	top: 5px;
	left: -140px;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 500;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
	border: inset #CCCCCC medium;	
	}
*/
	
	
.galArtist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
