* {
  margin: 0;
  padding: 0
}

html {
  min-height: 101%
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #f0f0f0 url(images/contBG.jpg) repeat-y center
}

body#home, body#calendar, body#news, body#gallery, body#guestbook, body#enquiries, body#contact, body#dl, body#links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #f0f0f0 url(images/contBGsplit.jpg) repeat-y center
}

#topWrap {
  width: 100%;
  height: 161px;
  background-color: #000000
}

#top {
  margin: 0 auto;
  width: 900px;
  height: 141px;
  padding: 10px;
  color: #ffffff;
  vertical-align: top
}

#topNav {
  width: 100%;
  height: 30px;
  background-color: #ffea00;
  border-top: 1px solid #db2129;
  border-bottom: 1px solid #000000
}

#newsTop {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 900px;
  margin: 0 auto;
  font-weight: bold
}


#content {
  width: 880px;
  padding: 10px;
  margin: 0 auto;            
}

#nav {
  color: #000000;
  font-weight: bold;
  width: 210px;
  float: left;
  background-color: #aaaaaa
}

#nav ul {
  list-style-type: none;
}

#nav li {
  text-align: center;
  margin-bottom: 5px
}

#nav a {
  background-color: #db2129;
  color: #ffea00;
  width: 190px;
  padding: 5px;
  display: block;
  text-decoration: none
}

#nav a:hover, body#home #nav li#home a, body#calendar #nav li#calendar a, body#news #nav li#news a, body#gallery #nav li#gallery a, body#guestbook #nav li#guestbook a, body#forum #nav li#forum a, body#enquiries #nav li#enquiries a, body#contact #nav li#contact a, body#dl #nav li#dl a, body#links #nav li#links a {
  background-color: #ffea00;
  color: #db2129
}

.clear {
  clear: both;
  height: 0
}

#main {
  width: 660px;
  margin-left: 220px
}

h1 {
  font-size: 20px;
  height: 26px;
  line-height: 26px
}

h2 {
  font-size: 16px;
  height: 22px;
  line-height: 22px
}

p {
  font-size: 12px;
  text-align: justify;
  margin-bottom: 5px;
  line-height: 18px;
}

a {
  color: #000000;
  text-decoration: none
}

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

#lt, #ll {
  padding-top: 5px;
  font-size: 14px;
}

#lt {
  float: left;
  width: 360px;
}

legend {
  background-color: #db2129;
  color: #ffea00;
  font-weight: bold;
  padding: 5px
}

fieldset {
  border: 2px solid #db2129;
  padding: 10px;
  margin-bottom: 5px
}

fieldset#submitme {
  border: 0;
  margin: 0 auto;
  text-align: center
}

ol {
  list-style-type: none;
  padding-left: 40px
}

label {
  float: left;
  width: 180px;
  line-height: 28px
}

input {
  padding: 2px;
  margin: 2px
}

#newsArticle {
  padding: 5px;
  border-top: 1px solid #000000
}

#lnd, #lnh {
  font-weight: bold
}

#lna {
  text-align: justify;
}

#lna img {
  padding: 10px; 
}


