body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	min-width: 940px;
}

a {
	color: white;
}

.boldText {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.text {
	margin: auto;
	text-align: center;
	width: 940px;
	font-family: Verdana, sans-serif;
	font-size: 25px;
	color: #555555;
}

.text a {
	color: #666666;
}

.topBar {
	position:absolute;
	width: 100%;
	height: 32px;
	background-color: rgba(0, 0, 0, 0.5);
}

.topBarText {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 5px;
}

.topBarText a {
	text-decoration: none;
}

.bottomBar {
	width: 100%;
	height: 75px;
	background-color: rgba(75, 75, 75, 0.75);
}

.bottomBarText {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 5px;
	text-align: center;
}


.header {
	background-image:url('./images/layout/header.png');
	background-size:100% auto;
	height:150px;
	width:inherit;
}

.headerText {
	color: #eeeeee;
	font-size: 52px;
	text-align:center;
	text-shadow: rgba(0, 0, 0, 1.0);
	line-height: 150px;
	font-weight:bold;
	text-shadow: -2px 2px 3px #999999;
}

.verticalSpacer {
	height: 6px;
}

.entry {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.entryImage {
	display: block;
	margin: inherit;
	width: inherit;
}

.entryBanner {
	position: absolute;
	bottom:0px;
	width: inherit;
	background: rgb(0, 0, 0, 0.50);
	background: rgba(40, 35, 75, 0.75);
	
}

.entryTitle {
	padding: 10px;
	color: white;
	font-weight: bold;
}

.entryText {
	padding: 0px 0px 10px 10px;
	color: white;
}