/* for GE content */

body {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Verdana, SimSun, Sans-Serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}

#main {
  text-align: left;
  width: 740px;
  background: #F5F5F5;
}

#header {
  width: 740px;
  height: 80px;
}

#header a {
  width: 740px;
  height: 80px;
  background: url(images/header-food-2008.gif);
  display: block;
}

#header a span {
  display: none;
}

#news {
  margin-top: 10px;
  padding: 0;
}

#left {
  float: left;
  width: 300px;
  margin-right: 5px;
}

#left img {
  /*margin: 5px 5px 0 0;*/
}

#mail {
  width: 300px;
}

#content {
  float: right;
  width: 420px;
  margin: 0 5px 0 5px;
}

.bigger {
  font-size: 120%;
}

#sendmail {
  display: none;
}

td, textarea {
  font-size: 12px;
}

textarea {
  color: #555;
}

h2 {
  font-size: 18px;
  margin: 0 5px 10px 5px;
}

a {
  text-decoration: none;
  color: #329900;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.act {
  background:transparent url(images/act-arrow.png) no-repeat scroll 0 3px;
  color:#329900;
  font-weight:bold;
  padding-left:10px;
  text-decoration:none;
}

p {
  margin-top: 0;
}

/* main style */
ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

#Footer * {
 margin: 0;
 padding: 0;
}

