@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif; 
	color: #999;
	background-color:#a30051;
	background-image:url(img/background.gif);
	background-position: 75px 60px;
	margin: 0;
}
a {
	color: #b7a575;
	text-decoration: none;
	}
a:hover {
	background-color:#fff
	}

#container {
	width: 780px;
	background-color:#000;
	border-top:#222 1px solid; 
	border-right:#b7a575 4px double; 
	border-left:#b7a575 4px double; 
	margin: 0 auto;
	}

#header {
	margin: 0px;
	width: 780px;
	}
#menu {
	padding-left: 10px;
	background-image:url(img/bariken.jpg);
	background-repeat: no-repeat;
	background-position:10px 80px;
	float: left;
	width: 178px;
	text-align: left;
	}
#menu ul {
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 1em;
	font-weight: bold;
	}
#main {
	float: right;
	width: 580px;
	margin: 0;
	padding-right: 10px;
	}
#footer {
	clear: both;
	background-color:#000;
	padding-bottom: 3px;
	}
address {
	font-size: 60%;
	text-align: center;
	}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-left: 10px;
	}
h1 a:hover {
	background-color:#000;
	}
h2 {
	font-size: .7em;
	color: #fff;
	text-indent: 15px;
	}
h3 {
	font-size: .8em;
	color: #fff;
	clear: both;
	text-indent: 0px;
	padding: 10px 0 0 0;
	border-top: dotted 2px #333;
		}
#main p {
	font-size: .7em;
	line-height: 1.4em;
	padding: 0px;
}
#container #main p img {
	float:right;
	margin: 0;
	padding-bottom: 10px;
}

img {
	border-style:none;
	}

#lightbox{
	background-color:#fff;
	background-image: url(img/background.gif);
	background-position: 75px 60px;
	padding: 20px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 15px; right: 15px; }

#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");
	}

