	body {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		text-align: center;
		background-image: url('../images/bg_tile2.gif');
		background-position: center;
		background-repeat: repeat-y;
		margin-top: 50px;
		margin: 50px;
		background-color: #222;
		color: #333;
	}
	
	div#container {
		width: 700px;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background-color: #fff;
		border: 2px solid #ddd;
	}
	
	div#name {
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 688px;
		height: auto;
		text-align: left;
		font-family: Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
		padding: 0px 0px 8px 12px;
	}

	span#name1 {
		font-size: 14px;
		color: #E70D74;
	}
	
	span#name2 {
		font-size: 10px;
		color: #ddd;
	}

/* main content */
	div#mainContent {
		width: 700px;
		_height: 180px;
		min-height: 180px;
		margin-left: 0px;
		text-align: left;
		background-image: url('../images/bg_cont.gif');
		background-repeat: no-repeat;
		position: relative;
		top: -12px;
		_position: relative;
		_top: 0px;
	}
	
	div#mainContent p {
		margin-left: 14px;
		margin-right: 14px;
	}
	
	div#spacer {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		background-color: #fff;
		height: 11px;
	}
	
/* navigation div and links */
	div#nav {
		width: 697px;
		text-align: right;
		text-indent: 6px;
		height: 21px;
		background-image: url('../images/bg_nav.gif');
		padding: 0px 3px 0px 0px;
	}
	
	div#nav a {
		font-size: 10px;
		font-family: Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
		text-decoration: none;
		font-weight: normal;
		padding: 3px 10px 4px 10px;	
		color: #333;
		position: relative;
		top: 3px;
	}

	div#nav a:hover {
		color: #E70D74;
		text-decoration: none;
		float: center;
		
	}
	
/* main content link style */	
	div#mainContent a {
		font-size: 10px;
		font-family: verdana, arial, sans-serif;
		text-decoration: none;
		font-weight: normal;
		color: #E70D74;
		
	}
	
	div#mainContent a:hover {
		text-decoration: underline;
	}
	
/* centering pictures or text (not in use atm) */
	div#center {
		text-align:center;
	    margin-top:0px;
	    margin-bottom:0px;
	    padding:0px;
	}
	
/* gallery and thumbnail centering */

	.thumbnails {
		text-align: center;
	}

	.pic {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
		border: 1px solid #333333;
	}
	
	div#picpadding {
		padding: 0px 0px 0px 4px;
	}

/* headers */
	p#header {
		color: #E70D74;
		font-size: 12px;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
		padding: 0px 0px 0px 0px;
		border-bottom: 1px solid #ddd;
		width: 177px;
	}

	.enlarge {
		color: #bbb;
		font-size: 9px;
		position: relative;
		left: -14px;
	}
		
/* footer */
	div#footer {
		margin-left: auto;
		margin-right: auto;
		height: auto;
		font-family: Lucida Sans Unicode, Trebuchet MS, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #ddd;
		text-align: right;
		width: 670px;
		padding: 0px 30px px 0px;
		position: relative;
		top: 3px;
	}

	div#footer a {
		font-size: 10px;
		color: #ddd;
		text-decoration: none;
	}

	div#footer a:hover {
		color: #666;
	}

/* work page table */
	#tables {
		position: relative;
		left: 11px;
	}
	
	.worktbl {
		width: 555px;
		color: #333;
		margin-left: auto;
		margin-right: auto;
	}

	.tblimg {
		padding: 10px;
		width: 175px;
	}
	
	.tblblurb {
		padding: 4px 4px 4px 0px;
		width: 495px;
		text-align: left;
	}

	.workpic {
		border: 5px solid #ddd;
	}
	
	.workpic:hover {
		border: 5px solid #555;
	}
	
	.thumbblank {
		border: 5px solid #fff;
	}
	
	.tblblurb p {
		font-size: 10px;
		padding: 0px 5px 0px 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.pink {
		color: #E70D74;
		font-weight: normal;
	}
	
	.grey {
		color: #ddd;
		font-weight: normal;
	}
	
	/* index table */
	#tables2 {
		position: relative;
		left: 11px;
	}
	
	.indextbl {
		width: 670px;
		color: #333;
		margin-left: 3px;
	}

	.tblimg2 {
		padding: 0px;
		width: 175px;
	}
	
	.tblblurb2 {
		padding: 4px 4px 4px 0px;
		width: 495px;
		text-align: left;
	}

	.workpic2 {
		border: none;
	}
	
	.tblblurb2 p {
		font-size: 10px;
		padding: 0px 5px 0px 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.skillstbl {
		align: left;
	}
		
	
/* LIGHTBOX HERE */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color: #3a3a3a;
	}

#lightbox a img{ border: none; }

a {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #E70D74;
	}

a:hover {
	text-decoration: underline;
}

#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: transparent url(images/blank.gif) no-repeat; /* 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: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; padding-bottom: 10px; padding-left: 5px;}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	