body {
  background: rgb(193,216,47);
}

h2 {
  color: #fff;
  background: rgb(193,216,47) url(images/header2.gif) no-repeat;
}

#container {
  background: url(images/bg.gif) repeat-y;
}

#header {
  background: url(images/hat.gif) no-repeat;
  margin: 0 -45px;
  padding: 45px 45px 0;
  height: 155px;
  width: inherit;
}

#header #logo_1 {
  background: url(images/logo_1.png) no-repeat left top;
  width: 320px;
  height: 140px;
  float:left;
}
#header #logo_2 {
  background: url(images/logo_2.png) no-repeat left top;
  width: 315px;
  height: 120px;
  margin-top: 36px;
  margin-left: 40px;
  float:right;
}


#header h1 {
  background: rgb(193,216,47) url(images/header1.gif) no-repeat;
}

#header h2 {
  color: #000;
  background-image: none;
}

#actions {
  height: 20px;
  line-height: 30px;
  background: #fff url(/images/unbeatable/actions.gif) no-repeat;
}

#job #job_header h1, #job #new_application h1 {
  background: rgb(193,216,47) url(images/header1.gif) no-repeat !important;
}

#job #new_application h2 {
  color: #fff !important;
  background: rgb(193,216,47) url(images/header2.gif) no-repeat !important;
}

#job #new_application fieldset.buttons {
  height: 20px !important;
  line-height: 30px !important;
  background: #fff url(images/actions.gif) no-repeat !important;
}