body {
  background: url(background.jpg);
  color: #ffffff;
}
a:link {
  color: #00ff00;
  text-decoration: none;
}
a:hover {
  color: #82ff1d;
  text-decoration: underline;
}
a:active {
  color: #6696ff;
  background-color: none;
  text-decoration: underline;
}
h1, h2, h3 {
  border: 1px solid #00ff00;
  padding: 15px;
  background-color: #009400;
}
.container {
  width: 1000px;
  margin: 0 auto;
  font-family: Verdana;
  font-size: 14px;
}
.content {
  float: right;
  padding: 20px 0px;
  margin-top: -18px;
  width: 827px;
}
.content .item {
  padding: 5px 5px;
  background: url("trans.png");
  border: 1px solid #00ff00;
}
.menu {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  background-color: #009400;
}
.menu  ul {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  margin: 0 0px;
  float: left;
  width: 100%;
  padding: 10px 15px;
  list-style-type: none;  
  background-color: #009400;
}
.menu li { 
  float: left; 
}
.menu a:link, .menu a:visited {
  float: left;
  color: #ffffff;
  padding: 10px 10px;
  border: 1px solid #009400;
  background-color: #009400;
  text-decoration: none;
}
.menu a:hover {
  color: #ffffff;
  background-color: #00bb00;
  border-color: #00ff00;
  text-decoration: none;
}
.footer {
  float: center;
  width: 827;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #00ff00;
  background-color: #009400;
}
.nav {
  background-color: #009400;
  width: 150px;
  float: left;
  margin-right: 20px;
  /*height: 100%;*/
}
.nav h1 {
  border: 0px;
  background: none;
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  color: e0e0e0;
}
.nav a {
  font-family: verdana;
  color: #ffffff;
  padding: 3px 6px 3px 14px;
  text-decoration: none;
}
.nav a:hover {
  font-family: verdana;
  color: #ececec;
  text-decoration: underline;
}
