body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:15px;
	background:url(images/natron_bg.jpg) repeat-x;
	background-attachment:scroll;
	background-color:black;
}
img {
	border:0px;
	padding:0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	color:#999933;
	width: 400px;
	font-weight: normal;
	line-height: 37px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color:#999933;
	width: 400px;
	font-weight: normal;
	line-height: 37px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-size:18px;
	font-weight:100;
	line-height:15px;
}
a, a:link, a:visited {
	
	color:#5994a1;
	font-weight:bold;
	text-decoration:none;
}

#wrapper {
	min-width:1070px;
}
#content {
	margin-top:50px;
	padding-left:50px;
	float: left;
	width: 670px;
	height:inherit;
	/* padding-right: 30px; */
clear:both;
}
#lower-content-left {
	float:left;
}
#right {

	float:right;
}
#right-column {
	font-size:13px;
	width:300px;
	float:left;
	padding-left:20px;
	margin-top:50px;
	min-width:300px;
}

#login{
background:url(images/login_bg.jpg) no-repeat;
width:307px;
height:180px;
padding-top:43px;
padding-left:75px;
margin-left:12px;
}

#contact{
width:700px;
height:400px;
background:url(images/contact_bg.jpg) no-repeat;
margin-left:-3px;
padding-top:10px;
padding-left:30px;
margin-right:20px;
}

#port{
width:272px;
height:581px;
background:url(images/port_bg.jpg) no-repeat;
padding-left:30px;
padding-top:20px;
}

#footer {
	background:url(images/footer_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	margin-top:50px;
	margin-left:45px;
	margin-bottom:35px;
	text-align: left;
	padding-top:22px;
	padding-left:130px;
	width: 1005px;
	clear: both;
	height:80px;
}

#thanks-footer {
	background:url(images/footer_thanks.jpg) no-repeat;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	margin-top:50px;
	margin-left:45px;
	margin-bottom:35px;
	text-align: left;
	padding-top:22px;
	padding-left:130px;
	width: 1005px;
	clear: both;
	height:80px;
}
/*LIGHT BOX*/
#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;
	}

#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 */ 
