div#converter_menu {
  float: left;
  width: 30%;
}
div#page_body {
  float: right;
  width: 70%;
  padding-top: 30px;
}
table#menu_outer {
  width: 120px;
  border-spacing: 0px;
}
table#menu_outer td, td {
  background-color: #fff;
  vertical-align: top;
  padding: 10px;
}
table#menu_inner, table#options {
  width: 100%;
  background-color: #444;
  border-spacing: 1px;
}
table#menu_inner td {
  background-color: #fff;
  font-size: small;
  text-align: center;
  padding: 2px;
  font-weight: normal;
}
table#menu_inner th, table#options th {
  color: #fff;
  background-color: #444;
  font-size: small;
  text-align: center;
  padding: 2px;
  font-weight: bold;
}
div#converter {
  width: 450px;
}
div#converter table {
  width: 100%;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-collapse: collapse;
}
div#converter td.label {
  background-color: #444;
  font-size: small;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
div#converter td.form {
  background-color: #fff;
  padding: 5px;
}
div.hhead {
  font-weight: bold;
  padding-top: 15px;
}

