.body {
font-size:12px;
font-family: Arial, sans-serif;
/*background-color: white;*/
color: black;
}

.header {
margin: 0px;
padding 0px;
}

.header h1 {
color: #7F1E12;
}

.header h2 {
color: gray;
font-style: italic;
font-family: Arial;
font-size: 18px;
font-weight: bold;
}

.header hr {
color: brown;
}

.container {
width: 1013px;
color: black;
background-color: white;
margin-top:40px;
}

.container h1 {
width: 1013px;
color: #7F1E12;
}

.container h2 {
width: 1013px;
color: #7F1E12;
}

.nav {
width: 1013px;
height: 23px;
background-color: #797B7D;
font-size: 12px;
margin: 0px; 
padding-top: 4px;
margin-bottom: -6px;
}


.nav a:link {
width:85px;
overflow:hidden;
color: black;
font-family: Arial, sans-serif;
font-style: normal;
font-size: 11px;
padding: 4px 4px 4px 4px;
text-decoration: none;
border-right: 1px solid #8B8C8E;
background-color: #C1C2C3;
margin-top: 2px;
}

.nav a:active {
width:85px;
overflow:hidden;
color: gray;
font-family: Arial, sans-serif;
font-style: normal;
font-size: 11px;
text-decoration: none;
border-right: 1px solid #8B8C8E;
padding: 4px 4px 4px 4px;
background-color: #C1C2C3;
margin-top: 2px;
}

.nav a:visited {
width:85px;
overflow:hidden;
color: black;
font-family: Arial, sans-serif;
font-style: normal;
font-size: 11px;
text-decoration: none;
border-right: 1px solid #8B8C8E;
padding: 4px 4px 4px 4px;
background-color: #C1C2C3;
margin-top: 2px;
}

.nav a:hover {
width:85px;
overflow:hidden;
color: white;
font-family: Arial, sans-serif;
font-style: normal;
font-size: 11px;
text-decoration: none;
padding: 4px 4px 4px 4px;
background-color: #8B8C8E;
border-right: 1px solid #8B8C8E;
margin-top: 0px;
}

.main {
text-align: left;
margin-top: 0px;
}

.main h1 {
font-family: Arial, sans-serif;
padding-top:0px;
}

.main h2 {
font-family: Arial, sans-serif;
font-style:italic;
margin-top: -10px;}

.main p {
font-family: Arial, sans-serif;
margin-top: -10px;
}

.main a:link {
font-family: Arial, sans-serif;
font-size:18px;
color: #A1301E;
text-decoration:none;
}

.main a:active {
font-family: Arial, sans-serif;
font-size:18px;
color: #A1301E;
text-decoration:none;
}

.main a:visited {
font-family: Arial, sans-serif;
font-size:18px;
color: #A1301E;
text-decoration:none;
}

.main a:hover {
font-family: Arial, sans-serif;
font-size:18px;
color: gray;
text-decoration:none;
}

.contenttext {
margin-left: 20px;
}

.homepage {
display: inline;
font-family: Arial, sans-serif;
}

.homepage h1 {
font-size: 24px;
}

.homepage h2 {
font-size: 26px;
margin-top: -20 px;
font-weight:bold;
}

.homepage h3 {
font-size: 16px;
margin-top: -32 px;
}

.homepage p {
font-size: 14px;
margin-top: -18 px;
}

.homepage a:link {
font-size: 18px;
}

.homepage a:hover {
font-size: 18px;
}


.footer {

}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


