body { color:#740C47; background:#FFFFFF; font-family: tahoma, verdana, arial, sans-serif; font-size: 0.875em; }

a       {text-decoration: none}
A.one:link { color: #C51478; font-size: 0.75em; }
A.one:visited { color: #C51478; font-size: 0.75em; }
A.one:hover { color: #D492B7; font-size: 0.75em; text-decoration: underline }
A.one:active { color: #C51478; font-size: 0.75em; }
A.two:link { color: #C51478; font-weight:bold }
A.two:visited { color: #C51478; font-weight:bold }
A.two:hover { color: #D492B7; text-decoration: underline; font-weight:bold }
A.two:active { color: #C51478; font-weight:bold }

.oldbrowser { display: none }

#hidden { height: 5px; margin-top: 0px; background:#FFFFFF; }

.pageblock {
	width: 800px;
	min-height: 515px;
	position: relative;
	top: 0px;
	margin: 0px auto;
	text-align: left;
}

#box { 
	position: absolute;
	left: 100px;
	margin-top: 10px; 
	display: block; 
	width: 640px; 
	height: 500px; 
	background-image: url(images/bg.jpg); 
	text-align : left 
	}

#top { 
	position: absolute;
	left: 0px;
	margin-top: 0px; 
	display: block; 
	width: 750px; 
	height: 108px; 
	background-image: url(images/top_bar.jpg); 
	text-align : left 
	}

#sidebar { 
	position: absolute;
	left: 0px;
	margin-top: 108px; 
	display: block; 
	width: 99px; 
	height: 477px; 
	background-image: url(images/side_bar.jpg); 
	text-align : left 
	}

#navbar { 
	position: absolute;
	left: 110px;
	margin-top: 85px; 
	width: 600px;
	display: block;
	background: #fff; 
	text-align : right;
	vertical-align: top; 
	}

#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#text { 
	position: relative; 
	margin-top: 25px;
	background: #fff; 
	text-align : left; 
	vertical-align: top; 
	width: 600px;
	}
	
#portfolio { 
	position: relative; 
 	top: 150px;
	left: 100px;
	padding-bottom: 50px;
	background: #fff; 
	text-align : left; 
	vertical-align: top; 
	width: 600px;
	}

#resume { 
	position: relative; 
	margin-top: 25px;
	background: #fff; 
	text-align : right; 
	vertical-align: top; 
	}

#formleft {
	position: absolute; 
	margin-left: 125px;
	margin-top: 125px;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	}

#formright {
	position: absolute;
	text-align: left;
	vertical-align: top;
	margin-left: 225px;
	margin-top: 125px;
	}

#artpic {
	position: absolute;
	margin-left: 40%;
	margin-top: 1%;
	}

#arttext {
	position: absolute;
	margin-left: 1%;
	margin-top: 1%;
	}


h1  { 
	position: relative; 
	font-weight: bold;
	font-size: 1.25em; 
	}

h2 {
	position: relative; 
	font-weight: bold;
	font-size: 1em; 
	background: #D492B7;
	padding: 2px 5px;
	}


.list {
	position: relative;
	margin-left: 25px;
	}

.title { 
	position: relative;
	text-align: left; 
	font-weight: bold;
	font-size: 2.25em;
	color: #D492B7;
	}

.address {
	position: relative;
	font-size: 0.6875em;
	}

.small {
	font-size: 0.625em;
	}
	
/* Lightbox code */

	
	#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); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; 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: #740C47; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: none;	}			
#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: #fff; }
