#body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
}

#master {
position: relative;
width: 96%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

#header, #footer {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 135px; 
overflow: hidden;
background-color: #000000;
}

#logo {
position: absolute;
width: 130px;
height: 125px;
top: 0px;
left: 95px;
}

#navbar {
position: absolute;
height: 26px;
width: 100%;
top: 104px;
right: 0px;
text-align: right;
line-height: 26px;
}

#navlist {
border: 0px;
padding: 0 0 0 5px;
margin: 0;
background-color: #000000;
font-family: verdana,sans-serif;
font-size: 13px;
font-weight: bold;
}

#navlist li {
display: inline;
list-style: none;
padding: 0;
margin: 0;
}

#navlist li a {
text-decoration: none;
border: 3px solid #000000;
padding: 0 10px 1px 10px;
margin: 0 2px;
background-color: #262626;
color: #D6D6D6;
}

* html #navlist li a { 
padding: 0 8px; 
}

#navlist li a:hover {
background-color: #8B2323;
color: #FFFFFF;
}

#picture {
position: absolute;
height: 92px;
width: 400px;
top: 0px;
right: 75px;
}

#footer {
top: auto;
bottom: 0; 
height: 46px;
overflow: hidden; 
background: #000000;
color: #D6D6D6;
text-align: center;
line-height: 46px;
}

#main {
position: fixed; 
top: 135px; 
left: 0;
right: 0;
bottom: 46px; 
overflow: auto; 
background: #262626;
color: #D6D6D6;
}

td {
background: #000000;
color: #D6D6D6;
}

* html body{ /*IE6 hack*/
padding: 119px 0 40px 0;
}

* html #main { /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.floatright {
float: right;
margin: 10px;
}

.floatleft {
float: left;
margin: 10px;
}

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#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; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

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

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

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

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
#news {
text-align: center;
color: #EDD400;
padding: 4px;
}

