body {
  background:#d1d1d1 url(body-bg.gif) top repeat-x;
  padding: 0px;
  margin: 0px;
}

#container {
  padding: 0px;
  margin: auto;
  width: 50em;
  text-align: center;
}

h1, h2, h3, h4, h5, p {
  font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
  font-weight:normal;
  color:#555;
}
h1 {
  font-size:2.7em;
}
h2 {
  margin-bottom: 2em;
}
.sitedivleft, .sitedivright {
  border-width: thick;
  border-style: groove;
  margin: 0.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em;
  height: 15em;
  width: 17em;
  background-color: #FFF;
}
.sitedivleft {
  float: left;
}
.sitedivright {
  float: right;
}
img {
  border: none;
}

#googleright, #googleleft {
  width: 140px;
  padding-top: 120px;
}
#googleleft{
  padding-left: 20px;
  float: left;
}
#googleright{
  float: right;
  padding-right: 20px;
}
