html, body {
	height: 100%;
}

body{
 margin:0px;
 margin-top:25px;
 background-color: #333333;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 text-decoration: none;
}

#container {
 background-color: #333333;
 margin: 0 auto;
 width: 770px;
 text-align: left;
 border-top: none;
}

#header {
 width:770px;
 height:143px;
 background: url(images/header.jpg) no-repeat;
}

#center{
	background:#000;
	height:400px;
	width:100%;
}
#contentbg-left{
	background:url(images/main_left400.jpg) no-repeat;
	float:left;
	height:400px;
	width:32px;	
}
#contentbg-right{
	background: url(images/main_right400.jpg) no-repeat right;
	float:right;
	height:400px;
	padding-left:30px;
	width:322px;	
}
#content{
	color:#FFFFFF;
	padding-left:50px;
}

#contenttext{
 width:100px;
 height:367px;
 background-color: #333333 no-repeat;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 font-size: 10px;
 font-style: normal;
}

#footer{
 width:770px;
 height:64px;
 background: url(images/footer.jpg) no-repeat;
 clear:both;
}

a:link {
 font-style: normal;
 color: #FF6600;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
 font-style: normal;
 color: #FF9900;
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 font-style: normal;
 color: #FF6600;
 text-decoration: none;
 font-weight: bold;
}
a:active {
 font-style: normal;
 font-weight: bold;
 color: #FF6600;
 text-decoration: none;
}


.menu{
 height:33px;
 margin:0px;
 padding: 0px;
 position:relative;
}
.menu li{
 margin: 0px;
 padding: 0px;
 list-style: none;
 position: absolute;
 top: 0px;
}
.menu li, .menu a{
 height: 33px;
 display: block;
 text-indent:-3000px; /*moves text out of the way*/
 overflow:hidden;
 text-decoration:none;
}

#menuProfile{
 width: 79px;
 height:33px;
 background: transparent url(images/menu_profile1.jpg)  no-repeat;

}
#menuProfile a:hover{
 background: transparent url(images/menu_profile2.jpg)  no-repeat;
}
#menuPortfolio{
 left:79px;
 width: 101px;
 height:33px;
 background: transparent url(images/menu_portfolio1.jpg)  no-repeat;	
}
#menuPortfolio  a:hover{
	background: transparent url(images/menu_portfolio2.jpg)  no-repeat;	

}
#menuResume{
 left:180px;
 width: 86px;
 height:33px;
 background: transparent url(images/menu_resume1.jpg)  no-repeat;	
}
#menuResume a:hover{
	background: transparent url(images/menu_resume2.jpg)  no-repeat;	
 
}
#menuContact{
 left:266px;
 width: 88px;
 height:33px;
 background: transparent url(images/menu_contact1.jpg)  no-repeat;	
}
#menuContact a:hover{
	background: transparent url(images/menu_contact2.jpg)  no-repeat;	
 
}
/* print button rollover */
a.rollover {
 display: block;
 float:left;
 margin: 2px;
 width: 77px;
 height: 18px;
 text-decoration: none;
 background: url("images/print_button.jpg");
}

a.rollover:hover {
 background-position: -77px 0;
}
/* Lightbox CSS */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End Lightbox CSS */

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 770px;
	}

* html .lbContent { /* IE6 */
	margin-left: -770px;
		margin-left: -770px;

* html .lbMinWidth { /* IE6 */
	padding-left: 770px;
		padding-left: 770px;
.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 */ 


