body, html {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	max-width: 1024px;
	width: 1024px;
	text-align: center;
	padding: 0;
	
	
}
r1 {color: black;}

body {
	position: relative;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	background-color: #fff;
	color: black;
	padding: 0;
	font-family: Arial;
	height: 100%;
	font-weight: lighter;	
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	
}

#navbar {
	color: #1e1e1e;
	width: 100%;
	margin-top: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	font-size: 18pt;
	font-family: Arial;
}

#navbar ul
{
	color: #1e1e1e;
	text-align: left;
	border-bottom-color: #a0a0a0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline-table;
	height: 50px;
	text-decoration: none;
	font-size: 18pt; 
	font-family: Arial;
}

#navbar ul li { 
	text-align: left; 
	margin: 0px; 
	position: relative; 
	padding-bottom: 2px; 
	padding-top: 2px; 
	list-style-type: none; 
	display: table-cell;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

#navbar ul li a:hover
{
	color: #c40b00;
	height: 50px;
	text-decoration: none;
}

#current a {
	text-decoration: none;
	color: #c40b00;
}
#content {
	width: 100%;
	font-size: 11pt;
	font-family: Arial;
	margin: 0 auto;
	position: relative;
	height: auto;
}


h1 {
	padding-top: 10px;
	line-height: 1pt;
	padding-bottom: 0px;
	font-size: 90pt;
	font-family: Helvetica;
	font-weight: bold;
	color: #a1a1a1;
	padding-right: 50px;
	
}

h2 {
	color: black;
	font-size: 9pt;
	font-family: Helvetica;
	font-weight: normal;
}

h3 {
	color: black;
	line-height: 4pt;
	font-size: 9pt;
	font-weight: bold;
	font-family: Helvetica;
}

h4 {
	padding-top: 10px;
	line-height: 1pt;
	padding-bottom: 0px;
	font-size: 20pt;
	font-family: Helvetica;
	font-weight: bold;
	color: #a1a1a1;
	padding-right: 50px;	
}

.overlap {
	position: relative;
	left: auto;
	z-index: 10;
	visibility: visible;
	overflow: visible;
}

a {
	color: #1e1e1e;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #c40b00;
}

img {
	display: inline;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#table {
	width: 100%;
	position: relative;
	text-align: justify;
	padding: 0;
	margin: auto;
}

#table1 {
	width: 100%;
	position: relative;
	text-align: justify;
	padding: 0;
	margin: auto;
}

#columns-container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	text-align: center;
	width: 99%;
	padding: 0px;
	overflow: hidden;
}

#columns-left {
	text-align: left;
	border-right: 1px solid;
	border-right-color: #a0a0a0;
	float: left;
	width: 49.25%;
	margin-left: 0.00%;
	padding: 0 10px 0 0;
	overflow: hidden;
	margin-right: 0.25%;
}

#columns-right {
	text-align: left;
	float: right;
	width: 48.25%;
	margin-left: 0.25%;
	margin-right: auto;
	padding: 0.000000px;
	overflow: hidden;
}

#columns-clearer {
	width:  99%;
	clear: both;  
}

#columns {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#leftcontent {
		text-align: justify;
		left: 0px;
		position: absolute;
		width: 25%;
		top:50px;
		background:#fff;
		}

#centerleftcontent {
		text-align: justify;
		position: absolute;
		left: 28%;
		width: 25%;
		top:50px;
		background:#fff;
		}

#centerrightcontent {
		text-align: justify;
		position: absolute;
		left: 56%;
		width: 25%;
		top:50px;
		background:#fff;
		}

#rightcontent {
		text-align: justify;
		position: absolute;
		left: 83%;
		width: 25%;
		top:50px;
		background:#fff;
		}
	
.text {
	width: 170px;
	text-align: left;
	padding-top: 10pt;
	font-size: 9pt;
	font-family: Arial;
	font-weight: lighter;
}

.hidden {
	visibility: hidden;
} 
 
.imageStyle {
	left: 120px;
	float: right;
	position: absolute;
	border-style: none;
	
}

.imageStyle1 {
	float: left;
	position: absolute;
	border-style: none;
	z-index: 1;
}


#footer {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	width: 90%;
	position: relative;
	clear: both;
	font: small;
	font-family: Arial;
}

.album-title { 
 	padding: 5px; 
 	font-size: 2.1em; 
 	font-weight: bold; 
 	text-align: center; 
 	color: #000000; 
} 
 
.album-description { 
 	padding: 5px; 
 	font-size: 1em; 
 	font-weight: normal; 
 	color: #a1a5a9; 
 	text-align: left; 
 	margin-bottom: 80px; 
} 
 
.album-wrap { 
 	display: block; 
 	width: 99%; 
 	position: relative; 
} 
 
.thumbnail-wrap {
	text-align: justify;
	position: relative;
	float: left;
	margin-bottom: 65px;
	display: block;
	width: 1024px;
} 
 
.thumbnail-frame { 
 	padding: 5px; 
 	background: #f3f3f3; 
 	margin: 0px 1px 1px 0px; 
 	position: absolute; 
	bottom: 0; 
	left: 0; 
} 
 
.thumbnail-frame img { 
 	margin: auto; 
	border: none; 
} 
 
.thumbnail-caption { 
 	color: #000000; 
 	margin: 0; 
 	padding: 5px 0 0 0;
 	height: 35px; 
 	display: block;
	font: bold 0.85em;
	font-family: Arial;
} 

#breadcrumbcontainer { 
 	text-align: left; 
	padding-top: 10px; 
 	padding-bottom: 15px; 
 	margin-bottom: 15px;
	clear: both;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding-left: 30px;
} 
 
#breadcrumbcontainer ul { 
 	list-style: none; 
 	margin: 0; 
 	padding: 0;
	text-decoration: none;
	color: #000;
} 
 
#breadcrumbcontainer li { 
 	display: inline; 
 	padding: 0;
	color: #000;
	text-decoration: none;
}
.message-text {
	margin-left: 50px;
}

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

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	
	}
	
#hoverNav{	
	background-image: url(/images/prev.jpg);	
	left: 0;
	width: 100%;
	z-index: 10;
	clear:both;
}

#imageContainer>#hoverNav{ background-image: url(/images/prev.jpg); left: 0;}
#hoverNav a{ background-image: url(/images/prev.jpg); outline: none;}
	
#imageDataContainer {
	padding-top: 10px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: white;
	border-right-style: solid;
	border-left-color: white;
	border-left-style: solid;
	background-color: white;
	font: 14px Arial;
	margin: 0 auto;
	overflow: auto;
	width: 95%	;
}

#imageData { 
	position: relative; 
	padding-left: 10px; 
	padding-right: 5px;
	color: #a1a1a1; 
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{	}
#imageData #bottomNavClose{background-image: url(/images/prev.jpg); width: 17px; float: right;	}	
		
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	}
