body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #000000;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
	width: 800px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #ffffff;
}

#logo_black {
	/* logo color 2: */
	color: #CC0000;
}

#contentbox {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* menu: */

#menu {
	background-color: #000000;
	margin: auto;
	text-align: center;
	color: #000000;
	font-family: bold, Trebuchet MS;
	font-size: 0.9em;
	margin-top: 0,5;
	width: 800px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}


#content {
	background-color: #ffffff; 
	filter: -moz-opacity: 1; 
	opacity: 1; 
	float: right; 
	width: 25em; 
	height: 23.8em;
	padding: 1em;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #CC0000;
}

/* link colors */
#content a:link {
	color: #CC0000;
}

#content a:hover{
	color: #CC0000; text-decoration: none;
	
}

#content a:active  {
	color: #CC0000;
}

#content a:visited {
	color: #CC0000;
}


.h1 {
font-family: Trebuchet MS;
font: bold;
font-size: 21px;
text-align: left;
color: #CC0000;
}

.h2 {
font-family: Trebuchet MS;
font-size: 13px;
text-align: left;
}

.h3 {
font-family: Trebuchet MS;
font-size: 11px;
text-align: left;
}

.h4 {
font-family: Trebuchet MS;
font-size: 11px;
text-align: center;
font: bold;
}

.h5 {
font-family: Trebuchet MS;
font-size: 7px;
text-align: left;
}

.h6 {
font-family: Trebuchet MS;
font-size: 8px;
text-align: left;
}

.startpage {
font-family: Trebuchet MS;
font-size: 10px;
text-align: center;
color: #FFFFFF
}


#lightbox{
	position: absolute;
	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: 250px;
	height: 250px;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
