* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background: #fcf2d9;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  line-height: 1.2em;
}

.outer {
  width: 740px;
  margin: 0 auto;
  background: url(bodyback.gif) repeat-y top left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

h1 {
  background: url(headback.jpg) no-repeat top left;
  width: 740px;
  height: 170px;
  text-indent: -9999px;
  overflow: hidden;
}

.inner {
  padding: 28px 26px;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul#nav {
  width: 140px;
  float: left;
  list-style: none inside;
  text-align: right;
}

ul#nav li {
  margin-bottom: 1em;
}

ul#nav li a {
  font-weight: bold;
  color: #b16d27;
}

.content {
  float: right;
  width: 513px;
  padding-bottom: 100px;
}

.content .img {
  float: right;
  margin: 0 0 20px 20px;
  width: 150px;
  background-repeat: no-repeat;
  background-position: top left;
  border: 1px solid #666;
}

body#index .content .img { background-image:url(sg/betsy26.jpg); height:225px; }
body#about .content .img { background-image:url(sg/betsy45.jpg); height:225px; }
body#couns .content .img { background-image:url(sg/betsy35.jpg); height:100px; }
body#group .content .img { background-image:url(sg/betsy39.jpg); height:100px; }
body#super .content .img { background-image:url(sg/betsy50.jpg); height:225px; }
body#faq   .content .img { background-image:url(sg/betsy41.jpg); height:100px; }
body#loc   .content .img { background-image:url(sg/betsy31.jpg); height:225px; }

.content h2 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
}

.content h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.content p {
  margin: 0.5em 0;
}

.content ul {
  list-style: square inside;
  margin-left: 2em;
}

.content dl {
  margin: 0.5em 0;
}

.content dt {
  font-weight: bold;
  margin-top: 1em;
}

.content dd {
  margin-left: 2em;
}

.content blockquote {
  font-style: italic;
  text-align: center;
  font-size: 0.9em;
  margin: 1em 0;
}

.foot {
  position: absolute;
  background: url(footback.jpg) no-repeat top left;
  width: 740px;
  height: 90px;
  bottom: 0;
  left: 0;
  font-size: 0.82em;
  line-height: 1.3em;
}

.foot ul {
  font-weight: bold;
  text-align: right;
  list-style: none inside;
  margin: 12px 0 0 15px;
  width: 345px;
}

.foot .first{margin:0 0 0.7em 0}

a#email {
  top: 146px;
  left: 201px;
  width: 295px;
  height: 15px;
  line-height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(emailback.gif) no-repeat top left;
  position: absolute;
}

a#email:hover {
  background-position: bottom left;
  text-decoration: none;
}

a#ukcp {
  position: absolute;
  left: 569px;
  top: 24px;
  width: 147px;
  height: 101px;
  text-indent: -9999px;
  overflow: hidden;
}

a#ukcp:hover {
  text-decoration: none;
}

