
body {
	background-color: #000000;
	color: #FFCC00;
}

/* --------------------------------- left nav bar ------------ */

#nav {
	xxfloat: left;
	width: 170px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

#nav ul  {
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	list-style-type: none;	/* turn off bullets */
}

#nav ul li {
	padding-top: 1px;
}

#nav a {
	text-decoration: none;	/* turn off underlining */
	color: #FFCC00;
}

#nav a:hover {
	color: white;
}

#nav a:visited {
	color: #FFCC00;
}

.hilite {
	font-size: 133%;
}

img {
	border-width: 0px;
}

.empty {
	color: #AAAAAA;
}


/* ----------------------------------- gallery --------------- */

#ss_progress {
	color: #AAAAAA;
}

#gallery a {
	color: #AAAAAA;
	text-decoration: none;
}

#gallery a:hover {
	color: blue;
	text-decoration: none;
}

#gallery a:visited {
	color: #AAAAAA;
}


.copyright {
	color: #AAAAAA;
	font-size: 0.4em;
}

.itemname {
	padding: 5px;
	color: #FFCC00;
	font-size: 1.0em;
}
.itemsize {
	color: #AAAAAA;
	font-size: 0.8em;
}

.sentinel {
	color: #AAAAAA;
	font-size: 5em;
}


/* ----------------------------------- thumbnails --------------- */

#thumbnails {
	display: none;	/* hide initially */
}

#thumbnails td {
	text-align: center;
	text-valign: center;
}


#thumbnails img  {
	padding: 4px;		/* so border is away from img */
	border-width: 1px;
	border-color: #000000;	/* will be overridden for currSlide */
}


#main {
	position: relative;	/* so floater can be relative */
	xxoverflow: hidden;	/* hide excess padding in non-IE browsers */
	xxfloat:none;
}

#home 	{ 
	display: none; 
	padding: 20px;
}

#gallery, #about, #awards, #purchase { display: none; }

#about-2, #about-3, #about-4 { display: none; }

/* -------------------- floater ---------------------- */

#floater {
	display: none;
	position: absolute;
	left: 40px;		/* relative to main */
	top: 40px;		/* relative to main */
	background: #000000;
	color: #FFCC00;
	opacity: .95;
	padding: 20px;
	padding-top: 5px;
	width: 600px;
	height: 600px;
}

#fl_toolbar {
	 padding-top: 0px;
	 padding-bottom: 5px;
}


.quote {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	font-family: TimesRoman;
	background: #000099;
        color: #FFCC00;
}

.floatimgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.floatimgright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

