@charset "utf-8";
/* CSS Document */


.wiki {
width:200px;
float:right;
border:#999999 dashed 1px;
padding:3px;
margin:3px;
}


h1 {
font-size:20px;}


.subheading {
width:460px;
padding:5px;
background:#CCCCCC;
}


.images {
width:200px;
float:left;
border:#999999 dashed 1px;
padding:3px;
margin:3px;
}

.images img {
border:#00000 solid 1px;

margin:3px;
}


.fill h1, .fill h2, .fill h3 {
font-size:9px;
float:left;
color:#FFFFFF;
position:absolute;}


.address {
font:Arial, Helvetica, sans-serif;
font-size:24px;
color:#666666;

}


.otherlinks, .otherlinks a, .otherlinks a:visited {
font-size:10px;
color:#333333;
}


#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:115px;
	z-index:120;
	background-color: #333333;
	visibility: visible;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:15px;
	width:100%;
	height:auto;
	z-index:200;
	background-color: #333333;
	visibility: visible;
}