* {
   Margin: 0;
 }
body {
background-color: #6B4B3B;
  background-image: url(images/sidebar_pattern.gif);
  background-position: left;
  background-repeat: repeat-y;
width: 750px;
margin: 50px 40px 20px 20px;
font-family:  "Trebuchet MS", Arial, sans-serif;
font-size: 14px;
}

 #masthead {
   width: 750px;
   height: 75px;
   margin: 0px 0px 50px 20px;
 }

/* main title */
#header {
  position: relative;
  background-color: transparent;
  margin: 0px 0px 0px 10px;
  text-align: left;
  white-space: nowrap;
}



h1 {
color: #FF781F;
  font-family: Georgia, "Century Old Style Std", Garamond, serif;
  font-size: 32px;
  font-weight: lighter;
}

    /*  TITLE UNDER HEADER  */

#subtitle {
 position: relative;
 background-color: transparent;
 color: #f27200;
 font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
 font-size: 12px;
 word-spacing: 2px;
 white-space: nowrap;
 margin-top: -60px;
 margin-right: 0;
 margin-bottom: 2px;
 margin-left: 500px;
}

/* IMAGE BAR */
#bar {
position: relative;
margin: 2px 3px 100px 42px;
}
 #name {
 position: relative;
 background-color: transparent;
 color: #f27200;
 font-family: Georgia, "Century Old Style", serif;
 font-size: 18px;
 word-spacing: 2px;
 white-space: nowrap;
 margin-top:-100px;
 margin-right:2px;
 margin-bottom: 40px;
 margin-left: 40px;
 }

/* TITLE PICTURE AND LINKS */
 #pattern_pic {
  position: relative;
  background-color: transparent;
  margin: auto 0px auto 450px;
 }


  /* PARAGRAPH TEXT */
#pcontainer {
  margin: -480px 0px auto 40px;
  width: 200px;
  position: relative;
}

.p {
  background-color: transparent;
  color: #6B4B3B;
  text-align: justify;
  white-space: normal;
}

.span {
  font-size: 25px;
}

a:link {
	color:#F27200; /* orange*/
	background-color: transparent;
    text-decoration: none;
   }
a:visited {
	color: #F27200; /* orange */
	background-color: transparent;
    text-decoration: none;
    }
a:hover {
    color: #FFA500;   /* gold */
    background-color: transparent;
    text-decoration: underline;
    }
a:active {
    color: #FFA500; /* gold */
    background-color: transparent;
    text-decoration: underline;
}