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

body {
	background-image:url(../images/bavarian-pattern-1.png);
	background-repeat:repeat;
	width:100%;
	height:auto;
	font-family:"Garamond", "Times New Roman", "Arial", serif;
}

.main {
	width:80%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
	
.headnav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCC;
	height:auto;
	font-size:24px;
	text-align:center;
	padding:20px 0px;
	color:#000;
	
}

.headnav a {
	padding-left:10px;
	padding-right:10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	color:#000;
}

.headnav a:hover {
	text-decoration:none;
	color:#FFF;
}

.logo {
	width:100%;
	float:left;
	clear:left;
	display:inline;
}

.logo img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.content {
	width:100%;
	max-width:800px;
	color:#FFF;
	background: rgba(100, 100, 100, .85);
	padding:50px;
	float:left;
	clear:left;
	margin:auto;
	}

.main-content {
	width:auto;
	height:auto;
	clear:both;
	display:inline;
	float:left;
	clear:left;
}

.main-content h1 {
	color:#EEE;
	width:auto;
	margin:0px;
	padding:10px 40px 10px 20px;
	background-color:#0a86fe;
	display:block;
}

.main-content h2 {
	color:#EEE;
	width:auto;
	margin:0px;
	padding:10px 40px 10px 20px;
	background-color:#0a86fe;
	display:block;
}

.main-content p {
	padding:10px 40px 10px 20px;
	font-size:1.25em;
}

.main-content a {
	text-decoration:none;
	color: #0a86fe;
}

.main-content a:hover {
	text-decoration:none;
	color: #EEE;
}

.spotlight {
	width:auto;
	display:block;
	margin:0px 0px 40px 0px;
	background: rgba(200, 200, 200, .75);
	color:#222;
	padding:50px;
}

.spotlight p {
	padding:20px 20px 0px 20px;
	margin:0px;
}

.subspot {
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	background: rgba(200, 200, 200, .75);
	color:#222;
}

.subspot img {
	float:left;
	width:100%;
	height:auto;
	margin:0px;
}

.subspot h4 {
	font-size:1.4em;
	font-weight:700;
	color:#222;
	padding:20px 20px 0px 20px;
	margin:0px;
}