#container{
  position: relative;
	width: 980px;
	padding-top: 186px;
	margin: 0 auto;
	background-color: white;
	min-height: 1px; _height: 1px; 
}

#lcolumn {
  float: left;
  width: 210px;
  margin: 20px 0 20px 10px;
}

.sidebar {
  margin-bottom: 1em;
}

#rcolumn {
  float: right;
  width: 760px;
}

#content { padding: 20px; }

#theme {
  position: absolute; overflow: hidden;
  top: 0; left: 0;
  width: 980px; height: 184px;

   

  border-bottom: 2px solid #1b701d;
}

#theme object {
  position: absolute;
  top: 0; left: 0;
  width: 980px; height: 184px;
  z-index: 3;
}

#footer {
  font-size: 92%;
  height: 60px; line-height: 30px;
  text-align: right;
  color: white;
  padding: 0 20px;
  background-color: #1b701d;
  overflow: hidden;
}