body{
  background: #dfd8c4 url(../img/background.gif) repeat-x scroll center top;
  font-family: Tahoma, Georgia, Arial;
  font-size: 16px;
  margin: 0 auto;
  position: relative; 
}

#jeep{
  width: 780px;
  background-color: #4b442d;
  margin: 0 auto;
  position: relative;
}

#roof{
  height: 150px;
  border: 0 none;
  border-bottom: 1px solid;
}

#chassis{
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
}

#carriage{
  background-color: #000000;
  color: #ffffff;
  height: 30px;
  text-align: center;
}

h1{
  font-size: 22px;
}

h2{
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}

a{
  font-size: 18px;
  color: #ffffff;
}

#mailing{
  color: #000000;
  margin: 10px;
}

p{
  text-align: justify;
  margin: 10px;
}

#inline{
  height: 250px;
  padding: 7px;
}