body {
  background: #274523;
  font-size: 100%;
  color: #000;
  font: .8em/1.4 Verdana, Arial, sans-serif;
}

/* this is terrible code. don't do this */
form.search {display: none !important; height: 0px !important; padding: 0 !important; margin: 0 !important; width: 0px !important;}

#container {
  position: relative; 
  background :#ffffff;
  width: 100%;

}
#wrapper {
  background: #ffffff;
  margin: 0 auto;
  padding: 0 0px;
  width: 653px;
  position: relative;
}

#header {
height:150px;
margin: 0 auto;
position: relative;
width: 653px;
background :#ffffff;

}
.navigation {
  width: 550px;
  position: relative;
  overflow: hidden;
  padding-left: 100px;
}
#header h1 a {
  color :#274523;
  text-decoration: none;
margin: 0 auto;
}

#sidebar {
  background-color: #ffffff;
  color: #000;
  float: left;
  width: 150px;
  padding: 10px;
}
#content { 
  margin: 20px 20px 10px 180px;  
  background: #ffffff;
}

#alc_footer {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  color: #274523;
  position: relative;

}

#alc_footer a {
  color: #274523;

}
#alc_footer img {
  width: 90px;
  float: right;
  padding: 2px 10px 2px 4px;
}