body {
	background-color: #000;
}
td  { font-family: Arial }
.head {
	color: #C90;
	font-size: 5mm;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.body {
	font-size: 3.2mm;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyOrange {
	font-size: 3.2mm;
	color: #55460D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.bodySmall {
	font-size: 3.0mm;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.boldBodyOrange {
	color: #FF6600;
	font-weight: bolder;
	font-size: 6mm;
}
.smalltype {
	color: #757575;
	font-size: 3.5mm;
	font-family: Arial;
}
.largeBullet {
	color: #666666;
	font-size: 4.5mm;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 15px;
}
.navBody {
	text-align: center;
	font-size: 3mm;
	color: #444715;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navBodyLightGreen {
	color: #A4A132;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	text-align: center;
	font-weight: lighter;
}
.navBodyBold {
	font-weight: bold;
}
.linkbody  {
	color: #C90;
	font-size: 3.2mm;
	font-family: Arial;
	text-decoration: none
}
.linkbody a:link  {
	color: #D9A630;
	font-size: 3.2mm;
	font-family: Arial;
	text-decoration: none
}
.linkbody a:active  {
	color: #D9A630;
	font-size: 3.2mm;
	font-family: Arial;
	text-decoration: none
}
.linkbody a:hover {
	color: #D9A630;
	font-size: 3.2mm;
	font-family: Arial;
	text-decoration: none
}
.linkbody a:visited {
	color: c90;
	font-size: 3.2mm;
	font-family: Arial;
	text-decoration: none
}
.linknav {
	color: #999999;
	font-size: 3mm;
	font-family: Arial;
	text-align: center;
}
.linknav  a:link {
	color: #999999;
	font-size: 3mm;
	font-family: Arial;
	text-align: center;
}
.linknav  a:visited {
	color: #999999;
	font-size: 3mm;
	font-family: Arial;
	text-align: center;
}
.linknav  a:hover {
	color: #D9A630;
	font-size: 3mm;
	font-family: Arial;
	text-align: center;
}
.linknav  a:active {
	color: #999999;
	font-size: 3mm;
	font-family: Arial;
	text-align: center;
}
.linkcal {
	color: #ff6600;
	font-size: 2.5mm;
	font-family: Arial;
	text-align: inherit;
}
.linkcal a:link {
	color: #ff6600;
	font-size: 2.5mm;
	font-family: Arial;
	text-align: inherit;
}
.linkcal a:visited {
	color: #ff6600;
	font-size: 2.5mm;
	font-family: Arial;
	text-align: inherit;
}
.linkcal a:hover {
	color: #ff6600;
	font-size: 2.5mm;
	font-family: Arial;
	text-align: inherit;
}
.linkcal a:active {
	color: #ff6600;
	font-size: 2.5mm;
	font-family: Arial;
	text-align: inherit;
}
.border {
	border-top-color: #993;
	border-right-color: #993;
	border-bottom-color: #993;
	border-left-color: #993;
}
.background {
	background-color: #CCC;
}

#gallery_nav { 
	width: 100%; 
	height: 33px;
	margin: 0 auto;
	vertical-align: middle;
	position: relative;
	top: -74px;
	text-align: center;
}
#gallery_nav img { display: inline ; }
#gallery_nav #prev { vertical-align: middle;}
#gallery_nav #next { vertical-align: middle;}
#gallery_nav .dots { padding: 0 10px; }
#gallery_nav #bull-on {
	position: absolute;
	top: 12px;
}
#gallery { position: relative; width: 600px; height: 515px; margin: 0 auto; top: 2px;}
#gallery img { position: absolute ; top: 0;}
#leftnav, #rightnav {
	position: absolute;
	width: 96px;
	top: 220px;
}
#leftnav { left: 60px; }
#rightnav { right: 60px; }
#main { width: 948px; height:648px; background-color: black; position: relative; border: 1px solid #6a5516; margin: 0 auto;}
.popup {
	display: none;
	z-index: 100;
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	text-align: center;
}
.popup img { margin: 2% auto; }
