A:link, A:visited
{ 
	text-decoration: none;
	font-weight:bold;
	color:#b2b7b7;
}

A:active, A:hover
{ 
	text-decoration: none;
	font-weight:bold;
	color:#586263; 
}

body
{
	background-image:url(../images/testBG.png);
	background-repeat:repeat;
	overflow-x:auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #586263 ;
	font-size: small;

	line-height:20px;
	text-align: justify;
}
.table_width {
	background-color: #B2B7B7;
	width: 400px;
}


h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b2b7b7;
	font-size:18px;
	font-weight:900;
	font-variant:small-caps;
	padding-left:10px;
	border-left:15px solid #eeeeee;
	text-align:left;
	word-spacing:normal;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #b2b7b7;
}

hr
{
	background-color: #b2b7b7;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 2px;
	width: 50%;
}

.like-h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #b2b7b7;
}

#SideTitle {
	position:relative;
	background-image:url(../images/sidetitle.png);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:1260px;
	z-index:1;
}

.disclaimer {
	font-size:9px;
	font-style:italic;
	color:#b2b7b7;
}

.read_more {
	text-align:right;
	text-indent:30px;
	font-size:12px;
	font-style:italic;
	color:#b2b7b7;
}

#Container {
	position:relative;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:1260px;
	z-index:1;
}

#Title {
	position:absolute;
	background-image:url(../images/testtitle.png);
	text-align:center;
	font-size:13px;
	font-weight:bold;
	letter-spacing:2px;	
	color: #b2b7b7;
	padding-top:50px;
	padding-bottom:10px;
	width:850px;
	height:190px;
	z-index:1;
}

#Menu {
	position:absolute;
	color: #b2b7b7;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	padding:10px;
	text-align:left;
	left:50px;
	top:75px;
	width:200px;
	line-height:15px;
	z-index:2;
}

#Content {
	position:absolute;
	border-right:1px dotted #dddddd;
	width:540px;
	height:740px;
	overflow:auto;
	padding:10px;
	padding-right:30px;
	z-index:2;
	left: 20px;
	top: 270px;
}
#CV {
	position:absolute;
	padding:10px;
	padding-right:20px;
	line-height:14px;
	width:190px;
	height:450px;
	z-index:3;
	right: 20px;
	top: 270px;
	overflow-y: scroll;
	overflow-x:hidden;
}
#Contact {
	position:absolute;
	width:190px;
	height:280px;
	padding:10px;
	line-height:20px;
	z-index:4;
	right: 20px;
	top: 750px;
}

#Photos {
	position:absolute;
	text-align:center;
	word-spacing:50px;
	padding:10px;
	width:810px;
	height:200px;
	z-index:6;
	left:20px;
	top: 1020px;
}


#Footer {
	position:absolute;
	border-top:1px dotted #dddddd;
	padding-top:10px;
	width:450px;
	height:30px;
	z-index:7;
	left: 200px;
	top: 1225px;
	font-size:x-small;
	line-height:10px;
	text-align:center;
}

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