body {
  margin: 0;
  background: #656565 url(http://static.holidayakaroabnb.co.nz/images/bg.jpg) left top repeat-x;
  }

p, body, li, ul, dd, td {
  font: 14px verdana, arial, helvetica, sans-serif;
  color: #2b281e;
  line-height: 150%;
  text-align: justify;
  }
 
a {
  font: 14px verdana, arial, helvetica, sans-serif;
  color:#920000;
  text-decoration: underline;
  }
  
a:hover {
  color: #ff9900; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #920000;
  line-height: 120%;
  font-family:  verdana, arial, helvetica, sans-serif;
  }

h1, h1 a {
  font-size: 22px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 20px;
  }
h3, h3 a {
  font-size: 18px;
  }

hr {
  height:1px;
  border: 0px;
  width:100%;
  background:#81aad2;
  color:#81aad2;
  margin: 5px 0 15px 0; 
  }

#accommodation {
  width: 765px;
  margin: 5px auto;
  text-align: right;
  font-size: 11px;
  color: #656565;
  }
  
#wrapper {
  width: 910px;
  margin: 0 auto;
  background: #e7e2d4;
  }

#topbar a {
  height: 122px;
  width: 910px;
  background: url(http://static.holidayakaroabnb.co.nz/images/motel-header.gif) left top no-repeat;
  display: block;
  }

#header {
  height: 266px;
  }

#navbar {
  background: #000000;
  border-bottom: 1px solid #e7e2d4;
  height: 49px;
  width: 100%;
  }
#navbar a, .current {
  font: 18px verdana, arial, helvetica, sans-serif;
  line-height: 49px;
  padding: 0 30px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  float: left;
  }
#navbar a:hover, .current {
  background: #dad3c1 url(http://static.holidayakaroabnb.co.nz/images/nav-item-bg.gif) left top repeat-x;
  }

#homepageintro {
  background: #c2bda3 url(http://static.holidayakaroabnb.co.nz/images/homepage-intro-bg.jpg) left top repeat-y;
  padding: 15px 40px;
  border-top: 1px solid #e7e2d4;
  }
#homepageintro p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  }
#homepageintro h1 {
  margin-bottom: 10px;
  }
  
#content {
  padding: 20px 40px 30px 40px;
  overflow: auto;
  height: 100%;
  }

#footerlinks {
  margin: 10px 0;
  }
#footerlinks a {
  padding-right: 5px;
  }
 
#footer a, #footer, #footer p {
  color: #edcfbc;
  }

#dpfooter {
  margin: 5px auto;
  text-align: center;
  width: 878px;
  }
#dpfooter a, #dpfooter {
  font-size: 10px;
  color: #c1bba5;
  }

.imageright {
  float: right;
  margin: 1px 0px 25px 15px;
  }
  
.imageleft {
  float: left;
  margin: 1px 15px 5px 0px;
  }

