		html, body {
		background-image: url('images/stonebackground.png');
        height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
      }

      body {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
      }
	  
      #wrapper {
        width: 100%;
        min-height: 100%;
      }
      .table-surface {
        width: 90%;
		max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
		padding-top: 1px;
		padding-bottom: 1px;
        border-right: 1px solid black;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
        min-height: 100%;
        background-image: url('images/woodbackground.png');
      }

      .scroll-container-red-border {
        border: 1px solid #5B0B0B;
        margin-left: 25px;
		max-margin-left: 2%;
        margin-right: 25px;
		max-margin-right: 2%;
        margin-bottom: 20px;
      }

      .scroll-container-black-border {
        border: 1px solid black;
        height: 100%;
        position: relative;
      }

      .scroll-ornate-border {
        height: 35px;
        background-image: url('images/blackheader.png');
        width: 100%;
        position: relative;
      }

      .scroll-ornate-border-bottom-strip {
        background-image: url('images/greenborder.png');
        position: absolute;
        bottom: 0;
        height: 10px;
        width: 100%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
      }

      .logo-container {
        background-image: url('images/rvbannerlogo.png');
        background-repeat: no-repeat;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 25px;
        margin-top: 25px;
        height: 157px;

      }

      .scroll-content-left {
        background-image: url('images/parchmentmedium.png');
        width: 100%;
		max-width: 66.6%;
        height: 100%;
        border-right: 1px solid black;
        padding-top: 30px;
        position: relative;
      }

      .scroll-content-right {
        background-image: url('images/parchmentdark.png');
        position: absolute;
        width: 33.3%;
		max-width: 400px;
		border-left: 1px solid black;
        right: 0px;
        top: 35px;
        bottom: 0;
      }

      .scroll-content-wrapper-middle {
        margin-left: 4%;
		max-margin-left: 40px;
		margin-right: 4%;
        max-margin-right: 40px;
        position: relative;
        height: 100%;
        padding-bottom: 40px;
      }

      .news-logo {
        background-image: url('images/recentnews.png');
        background-position: center;
        background-repeat: no-repeat;
        height: 100px;
      }

      .news-container {
        background-image: url('images/parchmentlight.png');
        width: 100%;
        height: 100%;
        border: 1px solid #85621E;
        bottom: 0;
        top: 132px;
        margin-top: 30px;
      }

      .news-text {
        padding: 30px;
        font-family: Georgia;
        font-size: 18px;
      }

      p {
        padding-top: 0;
        padding-bottom: 20px;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 0;
      }

      .button-wrapper {
        width: 100%;
        border-bottom: 2px solid black;
		border-right: 1px solid black;
        height: 80px;
        background-image: url('images/parchmentblack.png');
        position: relative;
        display: block;
      }
	    
      .button-wrapper:hover {
        background-image: url('images/parchmentblackh.png');
      }
	    
      .icon-wrapper {
        background-image: url('images/iconbackground.png');
        background-repeat: no-repeat;
        height: 80px;
        width: 80px;
        border-right: 1px solid black;
        position: relative;
      }

      .icon-slot {
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        left: 10px;
      }
	  
	  @font-face {
		font-family: Folkard;
		src: url(folkard_.ttf);
      }
	  
      .label-wrapper {
		display: flex;
		width: 75%;
        height: 80px;
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        left: 80px;
		max-left: 25%;
		font-family: Folkard;
		font-size: 46px;
		color: #FFD74B;
		-webkit-text-stroke: 1px #6E5818;
		padding-top: 13px;
		align-items: center;
		justify-content: center;
      }
	  
      .footer {
		background-image: url('images/parchmentdark.png');
		font-family: Verdana;
		display: flex;
		font-size: 14px;
		line-height: 0px;
        width: 650px;
		padding-top: 16px;
		padding-bottom: 0px;
        margin-left: 0;
        margin-right: 0;
		position: bottom;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
		justify-content: center;
        border: 2px solid black;
        height: 75px;
      }