* { margin: 0; padding: 0;  }

body {
  font: 11px/20px verdana, sans-serif;
  text-align: center;

  color: #000;
  background: #020 url('../images/body-background.gif') repeat-x top left;
}

#container {
  text-align: left;

  margin: 0 auto;

  width: 760px;
}

#header {
  background: url('../images/header.gif') no-repeat top left;

  margin-top: 15px;

  width: 509px;
  height: 76px;
}

#header h1, #header h6 { display: none; }

#photo { font-size: 0; line-height: 0; }

#navigation {
  background: url('../images/navigation-background.jpg') no-repeat top left;

  padding: 10px 20px 7px 265px;
list-style: none;
}

#navigation li { display: inline; font-size: 14px; padding: 0 15px 0 0; }
#navigation a:link, #navigation a:visited { text-decoration: none; color: #ff6; border-bottom: none; }
#navigation a.current:link, #navigation a.current:visited { font-weight: bold; color: #fff; border-bottom: none; }

#sidebar {
  background: url('../images/sidebar-background.gif') repeat-x top left;

  margin-left: 31px;
padding: 0 0 60px;
display: inline;
  float: left;
  width: 213px;
}

#sidebar h2 {
  color: #ff6;
  padding-top: 20px;
}

#sidebar h2.normal {
  background: none;
  padding-top: 20px;
}

#sidebar p {
  color: #fff;

}

#main {
  background: #fff url('../images/main-background.gif') repeat-x top left;

  padding: 10px 0;

  float: left;
  width: 496px;

display: inline;
border-bottom: solid 5px #390;
}

#footer {
  text-align: center;

  color: #fff;

  padding-top: 40px;

  position: relative;
  clear: both;
}

#news {

  padding-left: 10px;
  margin: 20px 20px 20px 10px;
  border-left: solid 1px #ddd;

  float: right;
  width: 200px;

}

#main ul { padding: 10px 20px 0 40px; }
p { padding: 10px 20px 0 20px; }
h2 { font-size: 14px; color: #390; padding: 20px 20px 0 20px; }
h3 { font-size: 13px; color: #666; padding: 20px 20px 0 20px; }
h4 { font-size: 13px; font-weight: normal; color: #666; padding: 10px 20px 0 20px; }

#news p { font-size: 11px; padding: 0;}
#news h2 { font-size: 14px; color: #666; padding: 0; }
#news h3 { font-size: 13px; padding: 10px 0 0 0; }

a:link, a:visited { color: #390; text-decoration: none; border-bottom: solid 1px #ccc; }
a:hover { color: #222; border-bottom: none; }

.breeze a:link, .breeze a:visited, .breeze a:hover { color: #fff; border-bottom: solid 1px #390; }

hr { margin: 10px 20px; border: none; background: #ccc; height: 1px; }

.image_index { margin-left: 20px; padding-top: 10px; }
.image_index li { display: inline; margin-right: 20px; }
a img { border: none; }
.image_index a { border-bottom: none; }

.meta { color: #666; }




#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;
	}

#lightbox a:link, #lightbox a:visited, #lightbox a:hover { border: none; }

.decor { float: right; margin: 0 20px; background: #fff; border: solid 1px #ccc; padding: 5px; font-size: 0; line-height: 0; }

#sidebar a:link, #sidebar a:visited { border-bottom: solid 1px #150; }
#sidebar a:hover { color: #4c1; border-bottom: none; }