body {
	margin:auto;
	background-color:#d4bd8b;
	color:#333;
	font-family:calibri, verdana, sans-serif;
	background-image:url('images/background.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size: 15px;
}

h1,
h2 {
	font-style:italic;
	color:#333;
}

a { color:#4b4e31; }
a:hover {color:#b65930}


.MainMenu {
	text-align: center;
	margin-bottom:20px;
 }
.MainMenu ul {
	display:inline-block;
	height:43px;
	background-image:url('images/white_bg.png');
	background-repeat:repeat;
	border-radius:10px;
	box-shadow:5px 5px 5px #474f44;
	padding-left:0px;
	margin:0;
	list-style-type:none;
	list-style-position:outside;
}
/* Display inline doesn't work with block displayed a's,
 * so use display block and float to accomplisch horizontal list*/
.MainMenu ul li {
	display:block;
	float:left;
	margin-right:6px;
	height:43px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding:0px 20px;
}
.MainMenu ul li a {
	display:block;
	width:auto;
	height:100%;
	line-height:43px;
	text-decoration:none;
	color:#474f44;
}
.MainMenu ul li a:hover {
	color:#4b4e31;
}
.Content {
	width:100%;
	float:left;
	clear:both;
}

.ContentLeft,
.ContentRight {
	width:46%;
	float:left;
	margin:0px 2%;
	/*clear:left;*/
}

.ContentBlock {
	background-image:url('images/white_bg.png');
	background-repeat:repeat;
	border-radius:10px;
	box-shadow:5px 5px 5px #474f44;
	padding:1%;
	margin-bottom:20px;
}

.ContentBlock img { width:100%;}
/*.ContentRight { float:right; }*/


.StoryImgLeft,
.StoryImgRight {
	margin:5px;
	float:left;
}

.StoryImgRight { float:right; }

/* Overlay that tells the visitor that the event has ended */
.Overlay {
	z-index:10;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#fff;
	background-image:url('images/semitransp.png');
	padding-top:5%;
	text-align:center;
}
.Overlay .OverlayContent {
	background-color:black;
	width:50%;
	height:70%;
	overflow:auto;
	margin:auto;
	padding:20px;
}
.Overlay a {
	color:#FDC2F8;
	text-decoration:underline;
}
.Overlay p,
.Overlay h1 {
	vertical-align:middle;
	text-align:left;
	color:#fff;
}