/* Tawny touring and caravan park styles */

body {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  color: #4b4b4b;
  background-image: url(../images/leaf.gif);
  background-repeat: repeat;
  font-family: Verdana;
}

h1 {
  font-size: 14px;
  color: #FF6600;
}

h4 {
  font-size: 14px;
  color: #fff;
  padding: 2px;
}



/* layout divs */
#wrapper {   /* div for holding all page information */
  width: 730px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  clear: both;
}

#header { /* header banner for logo and home, sitemap and print tools */
  width: 730px;
  height: 57px;
  background-image: url(../images/head_background.jpg);
  margin-bottom: 2px;
}

#bigpic { /* large image */
  width: 730px;
  height: auto;
  margin-bottom: 12px;
  margin-top: 2px;
}

#news {
  float: left;
  padding: 5px;
  width: 195px;
  height: auto;
  border-bottom: 5px solid #DFEFBE;
}

#footer {
  clear: left;
  width: 510px;
  margin-left: 220px;
  height: 40px;
  background-color: #fff;
  border-top: 5px solid #99CC33;
  font-size: 11px;
}

/* classes */
.bodytext { /* general para text */
  font-size: 11px;
  line-height: 16px;
  margin-top: 16px;
}

.bodybold { /* leftcol address  */
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.content { /* main content area columns */
  width: 220px;
  margin-left: 20px;
  margin-bottom: 19px;
  float: left;
  height: auto;
}

.contentw { /* main content area columns */
  width: 445px;
  margin-left: 20px;
  margin-bottom: 19px;
  float: left;
  height: auto;
}

.content li { /* bullet points on links page */
  font-size: 11px;
}


.tblmarg {
  margin-bottom: 10px;
}


/* link styles */
a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: Purple
}

a:active {
  color: Red
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
}