* {
	margin : 0;
	padding : 0;
}

body {
	text-align : center;
	background : #6e6e6e url('bg.jpg') repeat-x;
	margin : 30px auto;
}

#body {
	position : relative;
	text-align : left;
	width : 700px;
	margin : 0 auto;
}


#header {
	position : relative;
	height : 100px;
	background-color : #000;
	background-image : url('header_bg.gif');
	color : #fff;
}

#mapleleaf {
	position : absolute;
	top : 13px;
	right : 15px;
	z-index : 2;
}

#info {
	width : 320px;  /* 330 minus 8 px border */
	height : 660px;
	background : #1a457f url('info_bg.jpg') no-repeat top left;
	border-left : 8px solid #4a4a4a;
	border-right : 2px solid #000;
	color : #fff;
}

#work {
	position : absolute;
	top  : 100px;
	left : 330px;
	width : 362px;  /* 370 minus 8 px border */
	height : 667px;
	background : #fff url('work_bg.jpg');
	border-right : 8px solid #4a4a4a;
}
html>body #work {
	height : 660px;
}

#catalogue {
	overflow : auto;
	margin : 0 auto;
	padding : 3px;
	width : 350px;
	height : 560px;
	text-align : center;
}

#gallery {
	width : 684px;
	background : #fff url('work_bg.jpg');
	border-left : 8px solid #4a4a4a;
	border-right : 8px solid #4a4a4a;
	color : #fff;
}

#images {
	padding : 10px;
	color : #000;
	font-family : georgia, "times new roman", times, serif;
}

#pagenav {
	text-align : center;
	
	clear : left;
}

#footer {
	width : 700px;
	height : 38px;
	background-image : url('footer_bg.gif');
	text-align : center;
	color : #fff;
	padding-top : 10px;
	font : 90% verdana, arial, sans-serif;
}

/* ---------------------------------------------------------- Paragraphs ------------------- */
#info p {
	margin : 10px;
	font : 90% verdana, arial, sans-serif;
	color : #fff;
}

/* ---------------------------------------------------------- Links ------------------- */
#info a:link, #info a:visited {
	color : #fff;
}
#info a:hover, #info a:focus {
	color : #f90;
}

#catalogue a {
	display : block;
	padding : 5px;
	text-align : left;
	text-decoration : none;
	font : bold 17px georgia, "times new roman", times, serif;
	border : 1px solid transparent;
	color : #555;
}

#catalogue a:hover  {
	color : #000;
}

#gallery a {
	display : block;
	width : 200px;
	height : 140px;
	float : left;
	margin : 5px;
	border : 2px solid #ccc;
	background : #fff;
	text-align : center;
}
#gallery a:hover {
	border : 2px solid #555;
}

#gallery a.whole {
	height : 293px;
	width : auto;
	border : 2px solid #ccc;
}
#gallery a.whole:hover {
	border : 2px solid #555;
}

#gallery h2 a {
	color : #000;
	display : inline;
	width : auto;
	height : auto;
	border : 0;
	float : none;
	background : transparent;
}
#gallery h2 a:hover {
	color : #09f;
	border : 0;
}

#pagenav a {
	display : inline;
	padding : 3px;
	float : none;
}

#footer a {
	color : #fff;
}
#footer a:hover {
	color : #f90;
}

/* ---------------------------------------------------------- Headings ------------------- */
h1 {

}

#info h2 {
	margin: 10px;
	margin-top : 0; padding-top : 10px; /* Wierd Firefox Fix */
	font : bold 20px georgia, "times new roman", times, serif;
	border-bottom : 1px solid #ccc;
	color : #fff;
}

#work h2 {
	margin : 10px;
	font : bold 20px georgia, "times new roman", times, serif;
	border-bottom : 1px solid #ccc;
	color : #000;
}

#gallery h2 {
	padding : 10px 0 0 10px;
	margin : 0 0 10px 0;
	font : bold 20px georgia, "times new roman", times, serif;
	border-bottom : 1px solid #ccc;
	color : #000;
}


/* ---------------------------------------------------------- Images ------------------- */
#catalogue img {
	width : 300px;
	border : 2px solid #ccc;
}
#catalogue a:hover img {
	border : 2px solid #555;
}

#images img {
	max-height : 140px;
	max-width : 200px;
	border : 0;
}
#images .whole img {
	width : auto;
	max-width : none;
	max-height : none;
	height : 293px;
	border : 0;
	
}




/* lightbox -------------------------------------------- */


#lightbox{
	position: absolute;
	top: 40px;
	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(lightbox/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(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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: 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;
	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 */
	}	
	
