#main {
	position: absolute;
	top: 270px;
	left: 445px;
	background-color: #000;
	color: #fff;
	font: 12px Arial;
	width: 488px;
}

#text {
    padding: 10px 25px 30px 25px;
    text-align: justify;
}

p.highlight {
	font: 16px/20px Arial;
}

p strong {
	color: #d50000 !important;
}

#text a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

#text a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #d50000;
}

#gallery a, #gallery a:hover {
	border: 0 !important;
}

#book {
	position: absolute;
	top: 330px;
	left: 315px;
}

#player {
	position: absolute;
	top: 232px;
	left: 800px; 
	font: bold 12px/20px Arial;
}

/* ---------- LIGHTBOX ---------- */

#lightbox {
	background-color: #fff;
	padding: 10px;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
	font: normal 11px/18px arial, sans-serif;
	letter-spacing: 1px;
}

#lightbox a {
	font: normal 11px/18px arial, sans-serif !important;
	color: #000 !important;
	text-decoration: none !important;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(img/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}