A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}

.indent {
	padding-left: 20px;
}


h1
{
	font: 11px verdana;
	color:#ffffff;
	text-decoration: none;
	word-spacing: .1em;
	margin-top:7px;
	margin-bottom:7px;
	text-align: center;
}

h2
{
	font: 30px century gothic, verdana;
	letter-spacing: 10px;
	word-spacing: 2px;
	margin-top:7px;
	margin-bottom:7px;
	color: red;
	text-align: right;
}

h3
{
	font: 12px verdana, arial;
	margin-top: 8px;
	color: white;
	text-align: left;
}


h4
{
	font: 14px verdana, arial;
	color: white;
	margin-right:25px;
	margin-left:25px;
	text-align: center;
}

h5
{
	font: 12px verdana, arial;
	margin-top:2px;
	margin-bottom:2px;	
	color: white;
	margin-right: 25px;
	text-align: center;
}

h6
{
	font: 16px verdana, arial;
	margin-top: 10px;
	color: white;
	text-align: left;
	margin-bottom: -20px;
	margin-left: 0px;
}


body
{
	margin:10px;
	text-align:center;
	font: 12px verdana, arial;
	color: #46463f;
	background-color:#46463f;
}

#container
{
	position:relative;
	width: 1000px;
	height:700px;
	border-width:1px;
	border-color:white;
	border-style:solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#46463f;
	top: 10px;
	margin-left:auto;
	margin-right:auto;
	
}	


#header
{
	width:840px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	margin-top:100px;
	
}

#header1
{
	width: 860px;
	height: 60px;
	border-bottom: 1px dashed #999999;
	background-color: #46463f;
	margin-left:auto;
	margin-right:auto;
	
}




#body1
{
	width:700px;
	height:auto;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	padding: 0px;
	margin-top:120px;
	
}


#enter
{
	position:absolute;
	bottom: 100px;
	left: 0px;
	width:998px;
	height:20px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
		
}


#enter1
{
	position:absolute;
	bottom: 200px;
	left: 0px;
	width:898px;
	height:20px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;		
}



#footer
{
	position:absolute;
	bottom: 10px;
	left: 0px;
	width:998px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	font: 10px verdana, arial;
	color: white;
			
}


#gallerynavcontainer
{
	position: relative;
	width: 960px;
	margin-left:10px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right: 0px;
	border-left: 0px;
	background-color: #333333;
	padding: 10px;
	margin-top:15px;
	font: 12px verdana, arial;
	color: white;
	text-align: left;
		
}


#content {
	margin-top:25px;
	text-align: left;
	font: 12px verdana, arial;
	color: white;
	width: 600px;
	background-color: #46463f;
	
}

#content1 {
	margin-top:25px;
	text-align: left;
	font: 12px verdana, arial;
	color: white;
	width: 820px;
	background-color: #46463f;
	margin-left:auto;
	margin-right:auto;
	
}




input.txt {
  color: #000000;
  border: 1px solid #999999;
  width: 250px;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;
  
}








#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: arial, century gothic, verdana, arial, sans-serif;
font-size: 14px;
margin: 0;
padding: 5px 0 4px 0;
background-color: #46463f;
border-top: 0px solid #e0ede9;
border-bottom: 0px solid #e0ede9;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: white;
border-right: 0px dashed #d1e3db;
text-decoration: none;
}

ul#navlist li#active
{
color: black;
background-color: #7c7c7c;
}

#navlist a:hover
{
color: black;
background-color: red;
}