<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html>

<head>
<title>Joe Fix Its</title>
<style type="text/css">

/* CONTENT = GENERAL PAGE CONTENT */

body {
}

#content {
  position: relative;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: -15px;
  padding: 20px;
  padding-top: 0px;
}

/* MAIN TOOLBAR NAVIGATION */

#tool_nav {
  list-style-type: none;
  margin-right: 0px;
  margin-left: 0px;
  font-variant: small-caps;
  border-bottom: 2px solid midnightblue;
  padding: 10px;	
  height: 140px;
}

#tool_nav img {
  border: none;
  margin-top: 30px;
}

#tool_nav a {
  color: firebrick;
  text-decoration: none;
}

#tool_nav a:hover {
  color: midnightblue;
}

#tool_nav li {
  float: right;
  display: block;
  margin-top: 118px;
  margin-right: 6px;
  margin-left: 6px;
  text-align: center;
  font-size: 120%;
  font-family: impact, serif;
}

/* GENERAL BODY TEXT */

#main_body {
  position: relative;
  font-family: helvetica, serif;
  color: black;
  text-align: center;
  line-height: 140%;
  padding: 0px 10px 20px 30px;
  float: right;
  width: 850px;
  margin-top: 10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

#main_body h1 {
  font-family: impact, serif;
  font-size: 10%;
  color: white;
}

#main_body h2 {
  font-family: impact, serif;
  font-size: 110%;
}

#main_body ul {
  text-align: left;
}

#main_body a {
  text-decoration: underline;
  color: black;
}

#main_body img {
  border: none;
}

#main_body th {
  padding: 10px;
  text-align: center;
  padding-bottom: 20px;
}

ul.maps {
  list-style-type: none;
  padding-left: 20px;
  margin-left: 0px;
  list-style-image: url(images/wheel_bullet.jpg);
}

ul.maps li a {
  text-decoration: underline;
}

ul.maps a:hover {
  color: gray;
}

/* FOOTER */

#footer {
  clear: both;
  margin-bottom: 180px;
  border-top: 2px solid midnightblue;
  font-size: 110%;
}

#footer a {
  text-decoration: underline;
  color: black;
}

/* FOOTER NAVIGATION, LEFT SIDE */

#foot_nav {
  margin-left: -40px;
  clear: both;
  float: left;
  margin-bottom: 70px;
}

#foot_nav a {
  color: firebrick;
  text-decoration: none;
}

#foot_nav a:hover {
  color: midnightblue;
}

#foot_nav li {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 105%;
  font-family: impact, serif;
  line-height: 130%;
}

#foot_nav img {
  border: none;
}

/* FOOTER NAVIGATION, RIGHT SIDE */

#contact {
  margin-right: 0px;
  float: right;
}

#contact li {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  color: firebrick;
  font-size: 105%;
  font-family: impact, serif;
  line-height: 130%;
}

#contact a {
  color: firebrick;
}

#contact a:hover {
  color: midnightblue;
}

#design {
  clear: both;
  text-align: center;
  font-size: 75%;
  font-family: impact, serif;
}

#design a {
  text-decoration: underline;
  color: black;
}

#design img {
  border: none;
}

/* END OF STYLE SHEET */

</style>
</head>
