* {
	margin: 0;
	padding: 0;
}

body{
  color: #6a541a;
  font-family: helvetica, arial, sans-serif;
  margin: 4em 0 0 2em;
}

h1{
  font-size: 1.6em;
  font-family: helvetica;
  font-weight: bold;
  color: #8b6d20;
  margin: 0.4em 0 0 0;
  position:absolute;
}
small{
    font-weight: 100;
    font-size: 0.7em;
}

h2{
   font-size: 1.1em;
   margin: 0;
   padding:0;
   font-weight: 100;
   
}
ul{list-style:none;position: absolute;margin:41em 0 0 0; padding:0; font-size:0.8em;}
li{top:0; line-height: 1.2em;}

ul+ul{list-style:none;position: absolute;margin:44.8em 0 0 0;}

ul li.copyright{ margin: 2.1em 0 0 0; font-size:1.1em;}


#black{
  color:#000;
}


#OuterContainer {width: 900px; height:682px; background-color: #fbfbfb; margin: 0 0 0 20em; padding: 0;}



a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }


#Container {
	position: relative;
	height: 567px;
	/*border: 1px solid #222;*/
	width: 621px;
	margin: 0 auto;
	top: 3em;
	background-color: #transparent;
}
#Container img{
 /* border: 1px solid #red;*/
  margin: 0 0 0 5.5em;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: -3em;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into      showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }
#PrevLink { left:  0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 10% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 90% 50% no-repeat; }

#CaptionContainer {
	margin: -28px 0 0 320px;
	/*position:absolute;*/
	text-align: left;
	background-color: #ccc;
	 color: #6a541a;
	}

#CaptionContainer p {
	padding: 8px 10px 7px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #000;
	padding-right: 5px;
	
}

/*#About p {
  margin: 0 0px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
}

#About {
  width: 100%;
  text-align: left;
  background-color: #efefef;
  border-bottom: 1px solid #dedede;
}

#AboutBody {
  margin-top: 15px;
}

#AboutBody p {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 20px 10px 20px;
  padding: 0;
}*/