body {
	background-image: url(http://www.sarahmillerdesigns.com/mockups/img/background.jpg);
	background-repeat: repeat-x;
	background-color: #BCE6E8;
	background-position: center top;	
	text-align: center;
}


.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 'transparent';
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url();
	background-repeat: no-repeat;
	background-color: 'transparent';
	margin-top: 20px;
	height: 650px;
	margin-bottom: 40px;
}

.oneColFixCtrHdr #navigation {
	background: 'transparent';
	margin-top: 0px;
	float: right;
}
.oneColFixCtrHdr #header {
	background: 'transparent';
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
	text-align: left;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #homepageContent {
	background: 'transparent';
	text-align: justify;
	width: auto;
	font: arial;
	font-size-adjust: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56616B;
	float: right;
	margin-top: 100px;
}
.oneColFixCtrHdr #mainContent {
	background: 'transparent';
	text-align: justify;
	width: 900px;
	font: arial;
	font-size-adjust: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56616B;
	float: right;
	margin-top: 0px;
}
.oneColFixCtrHdr #contactContent {
	background: 'transparent';
	text-align: justify;
	width: 900px;
	font: arial;
	font-size-adjust: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56616B;
	float: right;
	margin-top: 100px;
}
#leftcolumn {
	width: 550px;
	float: left;
	background-color: 'transparent';
}
#rightcolumn {
	width: 300px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}
#left {
margin: 0% .1%;
padding:0;
height:81px;
width:33.3%;
float:left;
border:0px solid #000000;
text-align:center;
}

#mid {
margin:0% 0%;
padding:0;
height:81px;
float:left;
width:33.3%;
border:0px solid #000000;
text-align:center;
}

#right {
margin:0% .1%;
padding:0;
height:81px;
width:32%;
float:right;
border:0px solid #000000;
text-align:center;
}


a#rollover {background-image:url(img/images/nav_about_10.png);
	height: 25px;
	width:95px;
	display:block;
	background-repeat: no-repeat;
}
a#rollover span { display:none; }
a#rollover:hover {background-image:url(img/images/nav_about_roll_10.png);
background-repeat: no-repeat;
}
a#rollover2 {background-image:url(img/images/nav_portfolio_12.png);
	height: 25px;
	width:112px;
	display:block;
	background-repeat: no-repeat;
}
a#rollover2 span { display:none; }
a#rollover2:hover {
	background-image:url(img/images/nav_portfolio_roll_10.png);
	background-repeat: no-repeat;
}
a#rollover3 {background-image:url(img/images/nav_contact_14.png);
	height: 25px;
	width:95px;
	display:block;
	background-repeat: no-repeat;
}
a#rollover3 span { display:none; }
a#rollover3:hover {
	background-image:url(img/images/nav_contact_roll_14.png);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:'transparent';
	text-align: center;
	margin-top: 20px;
	padding-top: 3px;
}
a:link {
	text-decoration: none;
	color: #CCC
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #86B3B9;
}
a:active {
	text-decoration: none;
}
.style1 {color: #56616b;
}

#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(/lightbox2.04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox2.04/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; }