html, body {
	background: url(background.gif) #000000 repeat;
	margin: 0px;
	padding: 0px;
}

body {
	background : white center;
	font-family:'Lucida Grande';
	color: black;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
}

#top {
	text-align: center;
	position: static;
	background: #000000 url(header-hamlet3.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 400px;
}

#top h1 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	margin: 0px;
	top: 120px;
	position: relative;
	clear: right;
}

#top h2 {
	color: #ffffff;
	padding-top: 80px;
	width: 400px;
	padding-left: 95px;
	font: bold 24px/1.5em Georgia, Times New Roman, Times, serif;
	text-indent: -9000px;
}

#top h4 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 95px;
	position: absolute;
	top: 150px;
}

#title {
	text-align: right;
	width: 800px;
	background: #ff9933;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin: 0px;
}

#videocont {
	width: 800px;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin: 0px;
	background: #000000;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul {
	height: 30px;
	background: #000000  repeat-x 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menu li {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#menu a:visited {
	color: #cccccc;
}

#menu a:hover {
	color: #ffcc00;
	font-weight: bold;
}

#textbox {
	margin-left: 20px;
	margin-right: 20px;
	background: url(background2.png) repeat;
}

#textbox a {
	font-size: 0.7em;
	color: #666666;
	font-variant: small-caps;
}

#video {
	margin-left: 20px;
	margin-right: 20px;
	background: #000000;
}

#video h3 {
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#video p {
	color: #ffffff;
}

#video hr {
	color: #ffffff;
	clear: right;
}

#video a {
	color: #ffffff;
}

p {
	font: 12px/2em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 40px;
	padding-bottom: 10px;
}

em {
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.didascalie {
	text-align: left;
	font-size: 12px;
	color: #666666;
	text-indent: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

p+p {
	text-indent: 0px;
}

h2 {
	text-align: left;
	font-size: 18px;
	margin-top: 40px;
}

h3 {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
}

span {
	color: #333333;
	font-weight: bold;
}

/* ---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 no-repeat url(blank.gif); /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;
	background: no-repeat;
}
#nextLink { right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover { background: left 15% url(prevlabel.gif) no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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 */
	}
