@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#50a603;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/pattern2.gif);
	background-attachment:fixed;
}


#top_nav a{
	color:#ffffff;
	font-size:large;
	font-variant:small-caps;
	font-stretch:wider;
	padding:2px 17px;
	text-decoration:none
	
	}
#top_nav{
	background:url(images/gradient_short.jpg) repeat-x;
	height:30px;
}

#top_nav a{
	font-variant:small-caps;
	}

a{
	color:#996600;

	text-decoration:none;
	}

a:hover{
	color:#660000;
	}

#top_nav a:hover{
	color:#DFDE66;
	}
	
#sidebar1 img{
	margin:10px;
	}
#sidebar1 p{
	font-size:small;
	}
#sidebar1 img{
	border:medium #894f2a solid;
	}
#noBorder img{
	border:none;
}
#sidebar1 a:hover{
	color:#4d1a07;
	}
.small {
	font-size:x-small;
	color:#894f2a;
	}
#sidebar1 #clean img {
	border:none;
	}

#site_container {
	width:800px;
	padding:35px 0 28px 0;
	margin:0 auto;
	}
#sidebar1 {
	color:#894f2a;
}

.greenPrint {
	font-style:italic;
	color:#894f2a;
	}
.tablebrown td {
	border:#904f2a solid thin;
	
	}
#mainContent img {
	margin:10px 10px 10px 0;
	}
#fame img {
	margin:10px 10px 10px 0;
	}
#fame {
	padding:20px;
	margin:0 auto;
	}
#fame p{
		text-align:center;
}
#PhotoContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px; 
	border-left:#50a603 solid thin;
}
.outline img{
	border:medium #894f2a solid;
	}

#bigContent {
margin:20px;
padding:10px;
}

.centre {
	margin:0 auto 0 auto;
	}

.twoColFixLtHdr #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #CCCC99 url(images/logo.gif) no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 30px 20px 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:#50a603 solid thin;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/gradient.jpg) repeat-x;
	color:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.poster {
	margin:10px auto;
	padding:10px;
	border:#CC9966 thick ridge;
	text-align:center;
	color:#894f2a;
	}
.left {
	float:left;
	}
.large {
	font-size:larger;
	font-weight:bold;
	}
.red {
	color:#FF3300;
	}
.white a{
	color:#FFFFFF;
	}
.white a:hover{
	color:#CCFF66;
	}

/*-----------------------Lightbox------------------------------------------------------------------*/

#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 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; outline: none;}	 	

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