﻿body {
 -moz-opacity: .999;
}

#gallery {
	width: 900px;
	margin-top: 5px;
}

#gallery div {
	text-align: center;
	width: 900px;
}

#gallery div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#controls {
	text-align: center;
}
#pager    a, #main .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0E3B3B;
	padding: 2px 5px; 
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide {
	border: 1px black solid;
	background-color: #E6E2AF;
	color: #000;
}
#prev {
	margin-left: 0;
	padding-left: 0;
}
#pager a:hover, #playControl:hover, .control:hover {
	border: 1px black solid;
	background: #900;
}


/* from old dwt file */


body {
	background-image: url('../img/stars - 1.jpg');
	background-repeat: repeat;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #FFCC00;
}
h2 {
	font-variant: small-caps;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	color: blue;
}
#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	width: 970px;
	margin-left: 30px;
	margin-top: 20px;
	background-color: #CCFFFF;background:
}
#header {
	background-image: url('../img/marble.jpg');
	background-repeat: repeat;
}
#content {
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('../img/horz_geo_edge.gif');
	background-repeat: repeat-x;
}
#gallery {
	margin-left: 24px;
}
#gallery img {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #333;
	background-color: #FFF;
}

p {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.control {
	border: 1px black solid;
	padding: 0px 2px 0px 2px;
	background-color: gray;
	color: white;
}
#extra {
	background-image: url('../img/horz_geo_edge.gif');
	background-repeat: repeat-x;
}
/*#footer {
	background-color: #CCCCCC;
}*/

#footer {
	position: relative;
	bottom: 0;
/*	left: 22%;
	width: 78%; */
	margin-top: 1%;
	margin-bottom: 1%;
	color: black;
	font-size: 0.85em;
	text-align: center; }

