html, body {
	margin: 0;
	padding: 0;
	color: #000;
	}

/* THIS SECTION STYLES THE MENU */

.menu{
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	
	}
.menu ul{
	background:#333333;
	height:2em;
	list-style:none;
	width: 818px;
	margin: auto;
	padding:0;
	}
	.menu li{
		float: left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-size: 1em;
		font-weight:normal;
		line-height:2em;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:2em;
		font-size:1em;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

/* THE REST OF THE SHEET STYLES THE REST OF THE SITE */

body 	{ 
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	}

a:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white
	}

h1 
	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	}

h2 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	}

h3 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	}

h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}

.centre
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
	text-align: center;
	}

.standard
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 0 0 0;
	text-align: justify;
	}

.standard_blue_bold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#0000FF;
	padding: 0 0 0 0;
	text-align: justify;
	}

.italics
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	padding: 0 0 0 0;
	text-align: justify;
	}

.italics_bold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 0;
	text-align: justify;
	}
	
.standard_left
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 0 0 0;
	text-align: justify;
	}

.bold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	}

.MSCL_highlight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#6600CC;
	font-weight: bold;
	text-align: center;
	}

.bold_centre
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
	}

.big-title
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align:center;
	}

.italics
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	}

body 	

#leftcontent 
	{
	position: absolute;
	left: 1em;
	top: 4.5em;
	width: 140px;
	background: white;
	border: 0px;
	text-align: left;
	}

#centrecontent 	{
	position:static;
	top: 4.5em;
	margin-left: 165px;
	margin-right: 165px;
	background: white;
	border:0px;
	}

#rightcontent 	{
	position: absolute;
	right: 1em;
	top: 60px;
	width: 140px;
	background: white;
	border: 1px;
	}

p,h1,h2,h3,h4 		{ 
	margin: 0em 0em 0em 0em;
	}

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




