html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background: #000 url('images/sitebg.png') fixed center bottom no-repeat;

}

#master {
	width: 1059px;
	margin: 0px auto;
}

#header {
	background: url('images/titlebar.png') no-repeat;
	width: 100%;
	height: 318px;
	margin-top: 20px;
}

#container {
	background: url('images/bg_repeat.png') repeat-y;
}

#left_column {
	float: left;
	width: 263px;
	height: 676px;
	margin-left: 10px;
	background: url('images/leftbarfull.png') no-repeat;
	
}
	#left_column a {
		display: block;
	}
	#left_column a span {
		display: none;
	}
	#left_column .gallery {
		margin-top: 71px;
	}
	#left_column .gallery, #left_column .gallery a {
		height: 89px;
		width: 263px;
	}
	#left_column .about {
		margin-top: 0px;
	}
	#left_column .about, #left_column .about a {
		height: 73px;
		width: 263px;
	}
	#left_column .downloads {
		margin-top: 0px;
	}
	#left_column .downloads, #left_column .downloads a {
		height: 91px;
		width: 263px;
	}
	#left_column .audio{
		margin-top: 0px;
	}
	#left_column .audio, #left_column .audio a {
		height: 78px;
		width: 263px;
	}

#center_column {
	float: left;
	width: 474px;
	margin-left: 10px;
	
}

#center_column a img
{
    border: 0px;
}

#right_column {
	margin-left: 11px;
	float: left;
	width: 276px;
	height: 676px;
	background: url('images/rightbarfull.png') 0px 0px no-repeat;
}
	#right_column a {
		display: block;
	}
	#right_column a span {
		display: none;
	}
	#right_column .services {
		margin-top: 36px;
	}
	#right_column .services, #right_column .services a {
		width: 276px;
		height: 61px;
	}
	#right_column .services a:hover, #right_column .services a.current {
		background: url('images/rightbarfull.png') -275px -35px no-repeat;
	}
	
	#right_column .clients {
		margin-top: 34px;
	}
	#right_column .clients, #right_column .clients a {
		width: 276px;
		height: 66px;
	}
	#right_column .clients a:hover, #right_column .clients a.current {
		background: url('images/rightbarfull.png') -275px -131px no-repeat;
	}

	#right_column .rates {
		margin-top: 2px;
	}
	#right_column .rates, #right_column .rates a {
		width: 276px;
		height: 91px;
	}
	#right_column .rates a:hover, #right_column .rates a.current {
		background: url('images/rightbarfull.png') -275px -201px no-repeat;
	}
		
	#right_column .contact {
		margin-top: 25px;
	}
	#right_column .contact, #right_column .contact a {
		width: 276px;
		height: 69px;
	}
	#right_column .contact a:hover, #right_column .contact a.current {
		background: url('images/rightbarfull.png') -275px -315px no-repeat;
	}
.clearboth {
	clear: both;
}
#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: 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; }
