body {
  margin: 0 auto;
  padding: 0;
  background-attachment: scroll;
  font-size: 95%;
  color: #000000;
  font-family: georgia,times,"times new roman",serif;
  width: 80%;
  background-color: black;
}
#header {
  border-bottom: 1px solid #000000;
  color: #ffffff;
  background-image: url(../images/golfball3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: georgia,times,"times new roman",serif;
  height: 200px;
  background-color: #9abc88;
}
#outer1 {
  background: #9abc88 none repeat scroll 0% 50%;
  float: left;
  width: 20%;
  font-family: georgia,times,"times new roman",serif;
}
#outer2 {
  background: white none repeat scroll 0% 50%;
  float: left;
  width: 60%;
  font-family: georgia,times,"times new roman",serif;
}
#outer3 {
  background: #9abc88 none repeat scroll 0% 50%;
  float: right;
  width: 20%;
  font-family: georgia,times,"times new roman",serif;
}
#outer1, #outer2, #outer3 {
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  font-family: georgia,times,"times new roman",serif;
}
#wrapper {
  background: #c0c0c0 none repeat scroll 0% 50%;
  overflow: hidden;
  font-family: georgia,times,"times new roman",serif;
}
#footer {
  background: #9abc88 none repeat scroll 0% 50%;
  clear: both;
  font-family: georgia,times,"times new roman",serif;
}
h1 {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  color: #ffffff;
  font-family: georgia,times,"times new roman",serif;
}
h3 {
  margin: 0;
  padding: 8px 0;
  font-size: 18px;
  font-family: georgia,times,"times new roman",serif;
}
.content {
  padding: 10px;
  font-family: georgia,times,"times new roman",serif;
}
p {
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.5em;
}
#footer p, #header p {
  color: #ffffff;
  background-color: #9abc88;
}
#footer a {
  color: #ffffff;
  background-color: #9abc88;
}
#footer a:hover {
  text-decoration: none;
  background-color: #9abc88;
}
#columnl {
  float: left;
  width: 172px;
  padding-right: 10px;
}
#columnr {
  float: left;
  width: 172px;
}

