/*Body elements, this is usually standard*/

body
{
background:     #000;
}

a
{
	color			:	#a0a0a0;
}

a:hover
{
	color			:	#f0f0f0;
}


/*Header id, speaks for itself me thinks*/
#header
{
width:                721px;
height:               79px;
background:           url('images/header.gif');
background-repeat:    no-repeat;

}

/*The black space between the header nd the top of the gallery*/
#headspace
{
width:                721px;
height:               76px;
background:           url('images/headspace.gif');
background-repeat:    no-repeat;
}

/*This part holds all the other div's, it is also the largest*/
#maincontainer
{
position:             absolute;
left:	         		    50%;
margin-left:        	-360px;
width:                721px;
height:               569px;
background:           url('images/body.gif');
}

/*the div that holds the gallery part*/
#gallery
{
position:             absolute;
left:	         		    50%;
margin-left:        	-336px;
width:                148px;
height:               365px;
background:           url('images/home_10.gif');
overflow:             auto;
text-align:           center;
}

/*the div that holds the home and contact info*/
#maincontent
{
position:             absolute;
left:	         		    50%;
top:                  177px;
margin-left:        	-160px;
width:                493px;
height:               343px;
background:           url('images/content.gif');
overflow: auto;
}
/*2 seperate div's that hold the home and contact buttons*/
.indexbutton
{
position: absolute;
left: 540px;
top: 30px;
}

.contactbutton
{
position: absolute;
left: 620px;
top: 30px;
}

/*Code that holds the info for the different text-thingy's*/
/*the head text is bold and larger than the contexttext and can be used as some sort of title for the page.
However, As it is now, the head-divs only show the Biography and Contact images*/

.head
{
margin-top:       10px;
margin-left:      10px;
margin-right:     10px;
font-family				:	arial;
font-size			   	:	2em;
text-align				:	left;
font-size			   	:	0.75em;
letter-spacing		:	0.25em;
color				    	:	#f0f0f0;
font-weight				:	bolder;
}

.contenttext
{
margin-top:       10px;
margin-left:      10px;
margin-right:     10px;
font-family				:	times new roman;
text-align				:	left;
font-size			   	:	1em;
color				    	:	#f0f0f0;
font-weight				:	normal;
}

/*small footer with webdesigners info*/
.footer
{
position          : absolute;
top               : 533px;
left              : 495px;
margin-top:       10px;
margin-left:      10px;
margin-right:     10px;
margin-bottom:    10px;
font-family				:	times new roman;
text-align				:	center;
font-size			   	:	0.8em;
color				    	:	#f0f0f0;
font-weight				:	normal;
}


/*Lightbox 2 css info*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

