body {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #9a9a9a;
}
a:link {
  color: #657076;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #657076;
}
a:hover {
  text-decoration: underline;
  color: #657076;
}
a:active {
  text-decoration: underline;
  color: #657076;
}
p {
  margin: 0;
  padding: 0;
}
#top {
  margin: 0 auto;
  width: 820px;
  background-position: right top;
  height: auto;
  background-repeat: no-repeat;
  background-image: url();
}
#logo {
  height: auto;
  font-size: 45px;
  padding-top: 10px;
  width: 100%;
  font-family: "Trebuchet MS";
  color: #94a62c;
  font-weight: bold;
}
.logo {
  font-family: "Trebuchet MS";
  font-size: 24px;
  color: #b1b1b1;
  font-weight: normal;
}
.slogan {
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #767676;
  font-weight: normal;
}
#foxmenucontainer {
  height: auto;
  width: 250px;
  display: block;
}
#foxmenu {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
  font-size: 18px;
  font-family: "trebuchet MS";
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 20px;
}
#foxmenu ul {
  border-bottom: 1px solid #bbbbbb;
  margin: 0;
  padding: 0;
  height: 36px;
  list-style-type: none;
  width: auto;
}
#foxmenu ul li {
  display: block;
  float: left;
  margin-right: 18px;
}
#foxmenu ul li a {
  padding: 10px 0px 0;
  display: block;
  float: left;
  color: #657076;
  text-decoration: none;
  height: auto;
}
#foxmenu ul li a:hover {
  border-bottom-style: solid;
  height: auto;
}
h1 {
  margin: 40px 0 0px 10px;
  padding: 0;
  font-family: "Trebuchet MS";
  color: #b7bcbf;
  font-size: 30px;
}
#content {
  width: 100%;
  height: auto;
  background-image: url(gradient.jpg);
  background-repeat: repeat-x;
}
#wrapper {
  margin: 0 auto;
  width: 820px;
  height: auto;
  padding-top: 20px;
}
#first {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
#leftf {
  border-bottom: 1px dotted #cbcbcb;
  height: auto;
  width: 500px;
  float: left;
  padding-bottom: 20px;
}
#rightf {
  border-bottom: 1px dotted #cbcbcb;
  width: 285px;
  height: auto;
  float: right;
  padding-bottom: 15px;
}
h2 {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Trebuchet MS";
  font-size: 24px;
  color: #657076;
}
.green {
  color: #330099;
}
.image {
  border: 1px solid #cbcbcb;
  padding: 2px;
}
#second {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#lefts {
  border-bottom: 1px dotted #cbcbcb;
  width: 285px;
  height: auto;
  float: left;
  padding-bottom: 37px;
}
#rights {
  border-bottom: 1px dotted #cbcbcb;
  height: auto;
  width: 480px;
  float: right;
  padding-bottom: 15px;
}
.image2 {
  border: 1px solid #cbcbcb;
  padding: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#button {
  width: 90px;
  height: auto;
  text-align: right;
  margin-left: 390px;
}
#footer {
  margin: 10px auto;
  padding: 10px 0;
  color: #657076;
  text-align: center;
  width: 820px;
  height: auto;
  font-size: 14px;
}
.copyright {
  font-size: 12px;
  color: #657076;
}
