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

a:link {color: #ffffff; text-decoration:none;}
a:visited {color: #ffffff;}
a:active {color: #ffffff;}

p {
	text-indent: 50px;
}

body {
	/*background-repeat:no-repeat;
	background-position:inherit;
	background-size:100%;
	background-origin:padding-box;
	background-color: #000000;*/
	width:100%;
	left:0px;
	right:0px;
	
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}


#content{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	height:auto;
	position:absolute;
	top:25%;
	left:5%;

}

.whitefont {font-family:Verdana, Arial;font-size:12px;color:#FFFFFF;}
.notefont {font-family:Verdana, Arial;font-size:8px;color:#FFFFFF;}

#home{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:auto;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-top:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}
#show{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:auto;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position:relative;
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}

#gallery{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:auto;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position:relative;
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}
#exhibits{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:auto;
	background-color:#000000;
	opacity: 0.6;
	overflow:auto;
	filter: alpha(opacity=60);
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}
#about{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:700px;
	height:400px;
	overflow:auto;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}

#contact{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:350px;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}
#buy{
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:600px;
	height:350px;
	overflow:auto;
	background-color:#000000;
	top:15%;
	border-bottom:solid 20px;
	border-style: solid;
    border-color:#A8A7A7;
}
#top_menu {
	background-color: #000000;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	
	overflow: visible;
}

#logo{
	position:relative;
	left:15%;
	
	float:left;	
}
#menu{
	float:left;
	position:absolute;
	left:15%;
	bottom:0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	bottom:0px;
	position:relative;
	left:30%;
	color:#FFFFFF;
}

li {
    float: left;
	font-family:Verdana, Arial;
	font-size:15px;
	font-style: normal;
	font-weight: 400;
	display: block;
    width: 100px;
    color:#FFFFFF;
    text-align: center;
    padding: 4px;
    text-decoration: none;
	}

li:hover, li:active {
	background-color: #494747;
	font-family:Verdana, Arial;
	font-style: normal;
	font-weight: 400;
}

img.right{
    float: right;
	padding:10px;
	opacity: 1.0;
	filter: alpha(opacity=95);
}

