body {
 background: #ECEAE1 url(images/stripes_01.png) no-repeat;
}

h1, h2, h3 {
  font-weight: 600;
}
h2 {
 color: #01a5e9;
}
h3 {
 color: #01a5e9;
}
em {
 color: #E77C00;
}

.container {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 872px;
}
#logobar {
 text-align: left;
 background: url(images/gas.png) no-repeat right top;
 padding-top: 10px;
}
#logobar h1 {
 font-size: 24px;
 font-weight: bold;
 padding-top: 10px;
 color: #ec0302;
}
#logobar > div {
  background: #fff;
}
#content > div {
 background: url(images/arrow.png) no-repeat 10px bottom;
}

.hl {
 font-weight: bold;
 color: #ec0302;
}
.phone {
 background: url(images/icon-phone.gif) no-repeat 10px;
 padding: 15px 0 0 40px;
 height: 60px;
 font-size: 140%;
}

#footer {
 border-top: 1px solid #eee;
 text-align: left;
 font-size: 75%;
 color: #999;
 padding-top: 10px;
}
