@charset "UTF-8";

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #9c3;
}

h2 {
  font-size: 18px;
  color: #390;
  text-transform: uppercase;
  letter-spacing: 5px;
}

a:link {
  color: #030;
}

a:hover {
  color: #c60;
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #739112;
  text-align: center;
}

#main {
  position: absolute;
  left: 0;
  top: 100px;
  width: 480px;
  height: 600px;
  z-index: 1;
  background-color: #fff;
  overflow: auto;
}

#container {
  height: 850px;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  text-align: left;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 90px;
  z-index: 2;
  background-color: #9fcc41;
  background-image: url(images/veggies.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

#GlobalNav {
  background-image: url(images/globalnav_bg.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 190px;
  position: absolute;
  right: 50px;
  bottom: 10px;
  text-align: center;
}

#container #header img {
  margin-top: 40px;
  margin-left: 15px;
}

#container #main h1 {
  margin-left: 15px;
  text-transform: lowercase;
}

#container #main p {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

#sidebar {
  position: absolute;
  left: 500px;
  top: 100px;
  width: 230px;
  height: 600px;
  z-index: 1;
  background-color: #fff;
}

#container #footer p em {
  margin-left: 15px;
}

#container #sidebar p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  background-color: #9fcc41;
  border: 1px dotted #5a710d;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px;
}

#footer {
  position: absolute;
  width: 750px;
  height: 100px;
  z-index: 3;
  left: 0;
  top: 750px;
  background-color: #ccc;
  background-image: url(images/right_background_deco.gif);
  background-repeat: no-repeat;
  background-position: right;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}
