html { height:100%; }
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000#;
 	background: #000000 url('../bg_imgs/bg-header.jpg') no-repeat center top;
	background-color: #5b615b;
	text-align: center;
}
a{ color:#AAAAAA; text-decoration:underline; }
a:hover{ color:#FFFFFF; text-decoration:underline; }

#header {
	font-size: 30px;
	color: #F2F0F1;
    margin: 5px auto 0 0;
    width: 80%;
    height: 70px;
}
#header #logo1 {
	float: left;
}
/*#header #logo2 {
	float: left;
}
#header #logo3 {
	float: right;
}
*/
#header div {
	display: inline;
}

#container {margin: 3px auto 0;}
#container, #header {width: 720px; margin-left: auto; margin-right: auto;}

#navigation {
	height: 30px;
	margin-top: 25px;
	color: white;
	font-size: 10px;
	font-style: italic;
}
#navigation .hotspot {
	width: 100px;
	height: 145px;
	float: left;
	margin: 0 22px;
	cursor: pointer;
}
#navigation .hotspot .imgdive {
	float: left;
}
#navigation .hotspot img, #navigation .hotspot .veil {
	width: 100px;
	height: 100px;
}
#navigation .hotspot .veil, #navigation span {
	position: relative;
	top: -100px;
}
#navigation .hotspot .veil {
	background-color: black;
	opacity: .2;
	filter:alpha(opacity=20);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
#navigation span {
	margin: 0 2px;
	font-size: 14px;
	font-style: normal;
	color: white;
}
#navigation .hotspot.inactive span {
	color: #c4cbc4;
}
#gallery {
	float: right;
	width: 200px;
	padding-top: 20px;
}	
#descriptionTitle {
	text-align: left;
	clear: both;
	padding-top: 20px;
	font-size: 18px;
	font-style: italic;
	color: #F2F0F1;
	width: 70%;
}

#description {
	text-align: left;
	padding-bottom: 40px;
	color: #F2F0F1;
	font-size: 15px;
	font-style: italic;
	width: 100%;
}
#footer {
	text-align: center;
	color: #F2F0F1;
}

#waiter {
		position: absolute;
		top: 150px;
		width: 100%;
		z-index: 1003;
}

#simplemodal-overlay {background-color: #000;}
#simplemodal-container {background-color: black;}