div#page {
	margin: 0 auto;
	width: 500px;
	height: 550px;
}
div#mid {
	position: absolute;
	width: 410px;
	height: 430px;
	margin: 0;
	padding: 0;
}
div#text {
	position: absolute;
	width: 410px;
	height: 600px;
	z-index: 3;
	padding-top: 102px;
	z-index: 2;
}
div#right_top {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	margin: 52px 0 50px 455px;
	width: 100px;
	height: 230px;
}

div#text_links {
	position: absolute;
	width: 400px;
	height: 300px;
	margin: 0;
	padding: 102px 0 0 0;
}
div#right_bottom {
	padding: 0;
	position: absolute;
	margin: 255px 0 0 455px;
	width: 100px;
	height: 150px;
}
div#bottom {
	margin-top: 435px;
	width: 500px;
	margin-left: 39px;
	position: absolute;
	
}
div#mid img {
	padding: 0;
	margin-top: 114px;
	margin-left: 40px;
}
/*--------------------
       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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer { 
	font: 9pt tahoma, geneva, 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 of Lightbox 
--------------------*/
p {
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	line-height: 135%;
	display: inline;
}
li {
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	line-height: 135%;
	display: block;
	margin: 0;
	padding: 0;
}
.cv {
	padding: 0;
	margin: 0;
}
.sub {
	margin-left: 50px;
}
.title {
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}
.title_sub {
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	display: inline;
	margin-left: 30px;
	padding: 0;
}
.indent {
	margin-left: 30px;
}
h1 {
	font-family: tahoma, geneva, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	font-variant: small-caps;
	margin-bottom: -20px;
	text-decoration: underline;
}
h2 {
	font-family: tahoma, geneva, sans-serif;
	font-size: 9pt;
	line-height: 135%;
	font-weight: bold;
	display: inline;
}
a {
	text-decoration: none;
	color: #000;
}
a:focus {
outline: none;
}
ul {
	padding-top: 35px;
	padding-left: 5px;
	list-style-type: none;
}
img {
	border: none;
}