body {
	margin: 0 auto;
	padding: 0px;
	background: #000000 url(images/bg.jpg) repeat left top;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #858181;
}

h1, h2, h3 {
	margin: 0 auto;
	font-family: Arial, Tahoma, sans-serif;
}

h1 {
	font-size: 24px;
	color:#903131;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color:#4a6f72;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}


h3 {
	font-size: 18px;
	color:#858181;
	text-transform: lowercase;
	font-weight: bold;
	padding: 0px;
}


p, ul, ol {
	margin-top: 0px;
	line-height: 150%;
}

ul, ol {
}

a {
	color: #4a6f72;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}

a img {
	border: 1px solid #000000;
	padding: 3px;
	margin: 5px;
}

a img:hover {
	border: 4px solid #4a6f72;
	padding: 0px;
}

span.red{
	color: #903131;
}


/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

#contentwrap {
	width: 670px;
	margin: 0 auto;
	padding-top: 5px;
	display: block;
	float: right;
}


/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	padding: 0px;
}

#header a img {
	border: 0px;
	padding: 0px;
	float: left;
}


/* Logo */

#logo {
	width: 670px;
	padding: 95px 0px 0px 250px;
	margin: 0 auto;
}


#logo a {
	text-decoration: none;
	color: #9f9f9f;
}

#logo h2, #logo h2 a {
	font-size: 13px;
	color: #9F9F9F;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#bgtop {
	background: url(images/bgtop.jpg) no-repeat left top;
	margin-bottom: -15px;
	padding: 0;	
}

#bgbottom {
	background: url(images/bgbottom.jpg) no-repeat left bottom;
	margin-top: -15px;
	padding-top: 0;
}

/* Content */

#content {
	margin: 0 auto;
	float: left;
	width: 615px;
	padding: 0px 30px 0px 25px;
	background: url(images/bgcontent.jpg) repeat-y; 
}

#content ul {
	margin: 0px;
	padding-left: 20px;
	list-style: none;
	text-align: left;
}





#area {
	margin: 0 auto;
	float: left;
	width: 610px;
}

/* Sidebar Left */

#sidebar {
	float: left;
	width: 90px;
	padding: 59px 10px 0px 0px;
	margin: 0 auto;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	line-height: 20px;
}


#sidebar li li {
	font-size: 11px;
	font-weight: bold;
}


#sidebar a {
	color: #858181;
}

#sidebar a:hover {
	color: #000000;
}


/* Sidebar Right */

#sidebar2 {
	float: left;
	width: 130px;
	padding: 40px 0px 0px 0px;
	font-weight: bold;
}

#sidebar2 ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

#sidebar2 li li{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar2 a {
	color: #4a6f72;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar2 a:hover {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 10px 140px 0px 0px;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #4a6f72;
}





/* Lightbox */


#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}





#lightbox a img{
	border: none;
	padding: 0;
}



#outerImageContainer{

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}



#imageContainer{

	padding: 10px;
	border:none;
}



#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 Arial, Tahoma, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

}



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

}



/* Min-Width */

.lbWidth { /* most browsers */
	
	position: absolute;

	top: 0px; left: 0px;

	width: 100%;

	min-width: 790px;

}

* 
html .lbContent { /* IE6 */

	margin-left: -790px;

	position:relative;

	}

* 

html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

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



.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}


.clearfix {display: block;}
/* End hide from IE-mac */ 
	

















