.jeep-header
{
  height: 225px;
  padding: 5px;
  width: auto;
}
.jeep-header .left
{
  border: 1px solid black;
  height: auto;
  width: 250px;
}
.jeep-header .left a
{
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.jeep-header .right
{
  display: inline-block;
  float: right;
  text-align: center;
  width: 800px;
}
