body {
  margin: 10px;
  padding: 0px;
  background-color: #000000;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}
.clear {
  clear: both;
}
* {
  margin: 0px;
  padding: 0px;
}
#container {
  margin: 0px auto;
  text-align: left;
  width: 900px;
}
a {
  font-size: 12px;
  color: #ffffff
}
a:visited {
	color: white;
	text-decoration: underline;
}

img { 
  border: none; 
  vertical-align:middle;
}
p {
  margin: 15px 0px;
}
#header {
  margin: 0px;
  background-color: black;
  background-position: right top;
  position: relative;
  background-repeat: no-repeat;
  height: 260px;
  background-image: url(../images/fpheader_2.jpg);
  width: 900px;
}
#header_text {
  top: 90px;
  left: 43px;
  width: 230px;
  position: absolute;
}
#header_text p {
  font-size: 18px;
  color: #ffffff;
}
#header_text a {
  color: #28556b;
}
#header_text a:hover {
  color: #c77e0c;
}
#content {
  width: 900px;
  height: 550px;
  background-image: url(../images/fpbkgrd.png);
  background-repeat: no-repeat;
}
h1 {
  margin: 20px 0px;
  color: #000000;
  font-size: 14px;
}
h2 {
  margin: 10px 0px 15px;
  color: black;
  font-size: 14px;
  text-align: center;
  width: 200px;
}
#left {
  padding-top: 10px;
  width: 220px;
  display: inline;
  float: left;
  margin-left: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}
#left a {
  color: #ffffff;
}
#left a:hover {
  color: #ffffff;
}
#right {
  padding-top: 50px;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: white;
  float: right;
  width: 675px;
  height: 500px;
  margin-right: 0px;
}
#right a {
  color: #fffffff;
}
#right a:hover {
  color: #997030;
}
#footer {
  padding: 0px 0px;
  width: 900px;
  height: 85px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: black;
  color: #9a7030;
  background-image: url(../images/fpfooter.jpg);
  border-top-style: solid;
  border-color: white;
  border-width: 4px;
}
ul {
  margin-left: 30px;
  list-style-type: disc;
}

