body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	font-size: 12px;
	height: 1100px;
	background-color: #504634;
}
p{
	margin: 5px 10px;
}
#container {
	width: 900px;
	z-index: 0;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	z-index: 2;
}
.header-image{
	display: block;
}
#headerImg {
	position: relative;
}
.navBar{
	text-align: center;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
.headerMotto {
	padding: 5px;
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	text-align:right;
	text-shadow: 0px 0px 10px #000;
	float: right;
}
.content {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow:auto;
}
.floatRight {
	float: right;
}
#left {
	float:left;
	width:475px;
	display:inline;
	margin-left: 10px;
}
#right {
	float:right;
	width:200px;
	margin-top:10px;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Underline Reveal */
.navBarElement {
	width: 100%;
	color:#FFFFFF;
	font-size:12px;
  	text-decoration: none;
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	position: relative;
  	overflow: hidden;
  	padding-top: 10px;
  	padding-bottom: 10px;
}
.navBarElement:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navBarElement:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.background{
	background-image: url(resources/body_background.png);
	background-repeat: repeat;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: right;
	min-height: 1120px;
	height: 120%;
	padding: 20px;
}
#facebook{
	padding:10px;
}
#upperHeader{
	overflow:auto;
}
#card{
	border-color: #FFF;
	border-style: solid;
	border-radius: 20px;
	border-width: 4px;
	background-color: #E3E5DB;
	overflow: hidden;
	box-shadow: 8px 10px 30px #000;
}