body{

   color:white;
	background-color: #900000;

	background: #990000;
		
}


a {
color:black;
	text-decoration:none;
}


a:visited {
	color:black;
}




#disclaimer{
		font-family:BankGoth,verdana,sans-serif;
	font-size:20pt;
	margin-top:5%;
	margin-left:20%;
	max-width:75%;
}

#over18{
 background-color:#ffcc00;
}
@font-face {
	font-family: 'BankGoth';
  	src:url('Bank Gothic Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Anastasia';
  	src:url('Anastasia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:'Lithos';
	src:url('Lithos.otf') format('opentype');
	font-weight:normal;
	font-style:normal;
	
}


 #gallery ul {
 position:relative;
 	list-style-type: none;
left:15%;
 max-width: 62%;
 text-align:center;

 }
 
  #gallery ul img {
max-width:200px;

 }
 

 #gallery ul li {
 max-width:210px;
 padding: 1%;
 	display:inline-block;
 }
 
 
 

#container {
min-height:38em;
	width:100%;
}





#galleryTitle {
	text-align: center;
}



#logo {
position: absolute;
top:2%;
left:2%;
max-width: 20%;



}

#topmargin {
	height: 5%;
}

#sidetext {
	margin-top:5%;
}

#title {
	font-family:"Anastasia";
	font-size:60px;
}





#fullimg {
	margin-top:1%;
}

#caption {
	margin-top:2%;
	font-family:Lithos,san-serif;
	font-size:20px;
}

#fullsize a, a:visited {
	text-decoration:none;
	color:white;
}
 



nav {

height:34px;
font-size:2pt;

	background-color: rgb(255, 204,0);

}



nav ul{
margin-left:200px;
font-size:2pt;
	list-style-type: none;
	 text-align: left;
  display: inline;
  	white-space: nowrap;
}





nav ul li {
 	 position: relative;
 	  display: inline-block;
 
 }
 
nav  ul li ul li{
   width:137px;
 background-color:#ffcc00;
 	display:block;
 
 }
nav ul li ul li:hover {
   width:137px;
   background: #fdfe64; }
 
 
 
 ul li ul li img {
 	width:137px;
 }
 
         
nav ul li ul {
	white-space: normal;
font-family:BankGoth;
font-size: 16px;
background-color:#ffcc00;
color:black;
  position:absolute;
  top:34px;
  left:-200px;
  width:110px;
  padding: 0;
  padding: 0;
  text-align: left;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}


nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

footer {
 position:relative;

 font-family:Arial,sans-serif;
 
 min-width:100%;
 font-size:12px;
 }
 #copyright {
 	position:absolute;
 	left:45%;
 }
 #webmaster {
 	position: absolute;
 	left:85%;
 }
 
#content {

	width:100%
}


#galleryTitle {
	position:relative;
}


img .active {
	cursor:ponter;
}