@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: small;
	background-image: url(images/hallBW.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
	/*background-image: url(images/stripe.jpg); */
}
#outline {
	width: 900px;
	border: 2px solid;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 560px;
	background-color: #ffffff;
	border-color: #ffffff;
	font-size: small;
}
#navi {
	position: relative;
	top: 20px;
	left: 0px;
	width: 200px;
	height: 400px;
	padding: 10px;
}
#main {
	position: relative;
	top: -400px;
	left: 210px;
	width: 640px;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}
#footer {
	font-size: smaller;
	color: #666666;
	position: relative;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
a {
	color: #006400;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
color: #E6C400;
}
a:focus {
	
color: #E6C400;
}

h1 {
	font-family: serif;
	color: #E6C400;
	align: center;
	font-size: 22;
}
h2 {
	color: #E6C400;
	font-size: medium;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border:0;
	}
