
body {
  text-align: center;
  }
#header {
  width: 900px;
  margin: 0 auto;
}

#nav {
  position: relative;
  }
  
#nav a {
  text-decoration: none;
  border: none;
  }
  
#content {
  width: 550px;
  text-align: left;
  margin-left: 30px;

  }
  
#content img {
  border: none;
  }
  

p {
    color: white;
	font-family: Georgia;
	letter-spacing: 2px;
	text-align: left;
	
	}
p a {
  color: #159392
  
  }
  
p a:hover {
  color: #106867;
  }
  
h1 {
   color: white;
   text-align: center;
   font-family: Georgia;
   }
   
	.leftHead {
font-family: Georgia;
color: white;
	}

.comment-field {
  border: 2px solid #159392;
  }
  
h3 {
    color: white;
	font-size: 13px;
	font-family: Georgia;
	letter-spacing: 2px;
	text-align: left;
	font-weight: none;
	margin-left: 20px;
  }
  
h3 a {
  color: #159392
  
  }
  
h3 a:hover {
  color: #106867;
  }
  
#home {
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 100;
  }
  
#home2 {
  position: relative;
  top: -1050px;
  left:-430px;
  z-index: 100;
  }
  
.home img {
  text-decoration: none;
  border: none;
  }