body {
	margin: 0;
	padding: 0;
	background: #666 url(images/wood.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

H1 {
	FONT-SIZE: 15px;
	margin-bottom:0;
	padding:0;
	margin:0;
} 



img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 880px;
	height: 0px;
	margin: 0 auto;
	padding: 5px 0px 0px 20px;
}

.twocols {
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.twocols .col1 {
	float: left;
	width: 180px;
}

.twocols .col2 {
	float: right;
	width: 200px;
	padding-left: 10px;
	border-left: 1px solid #EFEFEF;
}

#main {

	margin: 0 auto;
	background: url(images/middle_trans.gif) repeat-y;
	width: 880px;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #790921;
	font-weight: bold;
}

.list li {
	padding: 5px 10px;
	border-top: 1px solid #EFEFEF;
}

.list li.first {
	border: none;
}

#right_side {
	float: right;
	width: 300px;
}

#right_side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#right_side h2 {
	padding: 5px 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	font-size: 100%;
}

#right_side h2 span {
	color: #000;
}


#right_side a {
	text-decoration: none;
}

#right_side a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	height: 80px;
	margin-bottom: 10px;
	background: #eee;
	border-bottom: 2px solid #999;
}

#menu ul {
}

#menu li {
	display: block;
	float: left;
	width: 130px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}

#menu a {
	padding-left: 5px;
	border-left: 10px solid #1777B1;
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #7F7772;
}

#menu li.active a {
	border-left: 10px solid #790921 ;
}

/* News */

#news {
	margin-bottom: 20px;
}

#news ul {
	line-height: normal;
}

#news li {
	padding: 10px;
}

#news h3 {
	margin: 0;
	font-size: 85%;
}

#news h3 span {
	padding: 0 5px;
	background: #790921;
	color: #FFFFFF
}

#news p {
	margin: 0;
	line-height: normal;
}

#news a {
}

#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;
	}
	
	
