html, body {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		}

      #full-screen-background-image {
        z-index: -999;
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
      }

      .wrapper {
        position: relative;
        width: 800px;
        min-height: 400px;
        float: right;
        width: 40%;
        background-color: rgba(255,255,255,0.8);
        margin: 2% 2% 2% 3%;
		padding: 2% 3%;
		color: rgb(127,74,49);
      }
      
      .wrapper h1 {
		font-family: 'Architects Daughter', cursive;
		color: rgb(220, 89, 4);
		text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
		text-align: center;
      }
      
      ul {
      	margin: 0 auto;
      }
      
      .navBar {
      	padding: 0;
      }
      
      .navBar li {
      	color: #A34719;
      	display: inline-block;
      	padding: 0 8px;
      	font-family: helvetica neue;
      	margin: 0px;
      	border-right: 1px solid #aaa;
      }
      .navBar li:first-child {
      	padding-left: 0;
      }
     .navBar li:last-child {
		border-right: none;
	 }

	.navBar li a {
		white-space: nowrap;
	}
      
      a:link, a:visited, a:hover {
        color: #000000;
        font-style: bold;
      }
      
      a {
		text-decoration: none;
      }
      
      p {
      font-style: bold;
      }
