body {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#logo {
	width: 1074px;
	padding-top: 26px;
	padding-bottom: 20px;
}
#intro {
	width: 1074px;
	padding-top: 15px;
}
ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li  {
	list-style-type: none;
	display: inline;
	padding-right: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	padding-bottom: 15px;
	float: left;
	margin: 0px;
	padding-left: 0px;
}
#portfolioholder {
	width: 760px;
	background-color: #CCCCCC;
	margin-top: 35px;
	height: 360px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: normal;
}
h3 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
}

#description {
	float: left;
	width: 210px;
	background-color: #e21463;
	padding: 15px;
	height: 330px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 40px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	line-height: 18px;
	margin-bottom: 15px;
}
a {
	color: #333333;
	text-decoration: none;
}
#footer {
	width: 1075px;
	padding-bottom: 10px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED1568;
	margin-top: 20px;
	padding-top: 5px;
}
a:hover {
	color: #E21463;
	text-decoration: none;
}
.pink {
	color: #E21463;
}
#homeholder {
	width: 1074px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED1568;
}

/*lightbox start*/

#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 { width: 49%; height: 100%; background: url(../img/prevlabel.gif) left 15% no-repeat; display: block; left: 0; float: left; }
#nextLink { width: 49%; height: 100%; background: url(../img/nextlabel.gif) right 15% no-repeat; display: block; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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 */ 
