body {
	background-color:#514b55;
	background: #d3d3d3 url('design/right.png') no-repeat top right;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	width:100%;
	min-height:600px;
}

/* FORMATTING */

.upperleft {
	position:absolute;
	top: 0;
	left: 0;
	z-index:1;
}

.wrapper {
	width: 909px;
	margin: 0px auto;
	position:relative;
	z-index:2;
}

.box {
	background: transparent url('design/top.png') no-repeat top right;
	min-height:200px;
	float:right;
	margin: 0 80px 0 0;
}

.content {
	margin-top: 36px;
	background: #ffffff;
	width:680px;
}

.writing {
	padding: 0 10px 0 10px;
	color:#808080;
	font-size:12px;

	
}

.toparea {
	background: url('design/lines.png') no-repeat top left;
	width: 909px;
	height:43px;
	padding:0;
	margin:10px 0 35px 0;
}

.logo {
	padding: 10px 0 0 50px;
	}
	
.menu {
	font-size:15px;
	float:right;
	margin: 12px 90px 0 0;
}

.caption {
	clear:both;
	color:#a2a6a9;
	font-size:12px;
	margin: 5px 0 0 115px;
}

.btm {
	padding: 0 10px 0 10px;
}

.copyright {
	font-size:9px;
	color:#989898;
	text-align:center;
	padding: 10px 0 0 60px;
	position:relative;
	z-index:3;
}

/* FONTS */

h1 {
	color: #3093c4;
	font-size:15px;
	margin-right:20px;
	text-align:right;
}

h2 {
	font-size:15px;
	text-align:right;
	margin-right:40px;
}

h3 {
	font-size:15px;
	margin-right:40px;
}

	
/* LINKS */

a {text-decoration:none;}
a:link {color:#3093c4;}
a:visited {color:#3093c4;}
a:hover {color:#66bee9;}
a:active {color:#66bee9;}

a.mnu:link {color: #808080;text-decoration:none;font-weight:bold;}
a.mnu:visited {color: #808080;text-decoration:none;font-weight:bold;}
a.mnu:active {color: #3093c4;text-decoration:none;font-weight:bold;}
a.mnu:hover {color: #3093c4;text-decoration:none;font-weight:bold;}

a.mnua:link {color: #3093c4;text-decoration:none;font-weight:bold;}
a.mnua:visited {color: #3093c4;text-decoration:none;font-weight:bold;}
a.mnua:active {color: #3093c4;text-decoration:none;font-weight:bold;}
a.mnua:hover {color: #3093c4;text-decoration:none;font-weight:bold;}

/* GALLERY */

.thumb {
	float:left;
	padding:10px;
}

.thumb2 {
	float:left;
	padding:5px;
}

.row {
	padding: 0 35px 0 35px;
}

/* LIGHTBOX */

#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('http://www.stephanieshimerdla.com/design/lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.stephanieshimerdla.com/design/lightbox/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; }