
#container {
  width: 290px;
  margin: 0 auto 0 auto;
}

#q {
  width: 200px;
}

div#header p {
  margin: 3px 0 3px 0;
  padding: 0;
  text-align: center;
  font-size: 0.8em;
}

div.rcolumn {
   background: #eee;
   margin: 5px 0 50px 0;
}

div.rtop div {
   background: url(../images/rtl.png) No-repeat top left;
}

div.rtop {
   background: url(../images/rtr.png) no-repeat top right;
}

div.rbottom div {
   background: url(../images/rbl.png) no-repeat bottom left;
}

div.rbottom {
   background: url(../images/rbr.png) no-repeat bottom right;
}

div.rtop div, .rtop, div.rbottom div, .rbottom {
   width: 100%;
   height: 6px;
   font-size: 1px;
}

div.rbody { margin: 0 6px; }

form input#q {
  width: 100%;
  margin: 15px 0 15px 0;
  font-size: 1.5em;
  font-family: "Arial Black";
  color: #008;
}

form div {

}

div#footer p {
  margin: 4px 0 6px 0;
  padding: 0;
  text-align: center;
  font-size: 0.8em;
}