<style type="text/css">

body {
  margin: 0px;
  padding: 0px;
}
#header {
  background: #638291;
  width: 100%;
  height: 150px;
  color: #504831;
  font-family: georgia;
}
#leftcol {
  background: #C5B995;
  float: left;
  width: 20%;
  height: 1300px;
  color: #504831;
  font-family: georgia;
}
#content {
  background: #DACFB1;
  float: right;
  width: 80%;
  height: 1300px;
  color: #504831;
  font-family: georgia;
}
#footer {
  background: #638291;
  clear: both;
  width: 100%;
  color: #504831;
  font-family: georgia;
}
p {
  text-indent: 30px;
  padding: 20px;
}
h2 {
  text-indent: 0px;
  padding-left: 20px;
}
h4 {
  text-indent: 0px;
  padding-left: 20px;
}
h5 {
  text-indent: 0px;
  padding-left: 20px;
  padding-right: 20px;  
}
a:link {
  color: #504831;
  text-decoration: none;
  font-family: georgia 
}
a:visited {
  color: #504831;
  text-decoration: none;
  font-family: georgia
} 
a:hover {
  color: #638291;
  text-decoration: none;
  font-family: georgia
}

</style>
	