body {
	background-image: url(../images/images/background.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", serif;
	font-size: 80%;	
}	
#mainwrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#info {
	width: 1200px;	
	position: absolute;
	margin-left: 870px;
	margin-top: 165px;
}
#info a {
	text-decoration: none;
	color: #CFDAE1;
	letter-spacing: .15em;
	outline: none;
}
#info a:hover {
	color: #E49E59;
}
.orange {
	color: #9d8b7d;
}
.white {
	color: #CFDAE1;
	letter-spacing: .025em;
}
#gallery {
	width: 1200px;
	position: absolute;
	margin-top: 232px;
	margin-left: 100px;
}
#gallery a img {
	border: none;
	padding-right: 20px;
}
#gallery img {
	border: none;
	padding-right: 20px;
}
#gallery a {
	text-decoration: none;
	outline: none;
}
#gallery2 {
	width: 1200px;
	position: absolute;
	margin-top: 306px;
	margin-left: 136px;
}
#gallery2 img {
	border: none;
	padding-right: 20px;
}
#gallery2 a {
	text-decoration: none;
	outline: none;
}
/* End hide from IE-mac */ 
	
#gallery3 {
	width: 1200px;
	margin-top: 380px;
	margin-left: 100px;
	position: absolute;
}
#gallery3 img {
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery3 a {
	text-decoration: none;
	outline: none;
}


#blog a {
	width: 750px;
	text-decoration: none;
	color: #CFDAE1;
	font-size: 145%;
	outline: none;
	position: absolute;
	margin-top: 528px;
	margin-left: 60px;
}
#blog a:hover {
	color: #e49e59;
}
#bb {
	width: 275px;
	text-align: center;	
	margin-top: -283px;
	margin-left: 895px;
}
#resume {	
	margin-top: -5px;
}
#resume a {
	text-decoration: none;
	color: #CFDAE1;
	outline: none;
}
#resume a:hover {
	color: #E49E59;
}
#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;}

