
 * {
   margin: 0 auto;
 }

html {
  background-image: url(../images/stylesheet_images/background2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y
}

body {
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
}


#wrapper {
  width: 850px;
  min-height: 750px;
  height: 100%;
  background-image: url(../images/stylesheet_images/grey-canvas2.png)
 }

/* MAIN TITLE */
#header {
  background-color: transparent;
  padding: 30px 0px 50px 90px;
  text-align: left;
  white-space: nowrap;
}

h1 {
color: #25201d;
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: lighter;
}

    /*  TITLE UNDER HEADING */

#subtitle {
 position: relative;
 background-color: transparent;
 color: #25201d;   /* off black */
 font-family: Tahoma, sans-serif;
 font-size: 12px;
 word-spacing: 2px;
 white-space: nowrap;
 margin-top: -8px;
 margin-right: auto;
 margin-bottom: 2px;
 margin-left: 360px;
}

/* IMAGE BAR */
#bar {
position: relative;
margin: 0px auto 75px -15px;
}

#content {
position: relative;
width: 750px;
margin: 0px auto 75px -15px;
}

/* PATTERN PICTURE */
#newspicture {
float: right;
padding: 40px 60px 10px 25px;
}

  /* PARAGRAPH TEXT */
.p {
  margin: 10px 60px 5px 10px;
  color: #25201d;  /* off black */
  text-align: justify;
  white-space: normal;
}

    a:link {
    color: #807C75; /* dark grey*/
    background-color: transparent;
    text-decoration: underline;
    }
    a:visited {
    color: #807C75; /* dark grey */
    background-color: transparent;
    }
    
    a:active {
    color: #FF4841;  /* red */
    background-color: transparent;
    text-decoration: underline;
    }





