/*
CSS for Barnsley Fencing Club site
*/
body {
  /* background-color: #ffffff; */
}

#pageheader {
  width: 700px;
  /*	border: 1px solid red; */
  border-bottom: 1px solid #b9d2e3;
  vertical-align: middle;
  font-size: x-large;
  font-family: "Lucida Calligraphy", Verdana, Helvetica, Arial, sans-serif;
}

#main {
  width: 850px;
  /*	width:100%; */
  clear: both;
}

#maintext {
  margin: 15px 40px 0 160px;
  padding-top: 5px;
  /*	border: 1px solid yellow; */
  line-height: 100%;
  /*	position: absolute; */
  width: 540px;
  /*	top: 275px;
  	left: 150px; */
}

h2 {
  line-height: 0.9em;
}

h3 {
  line-height: 0.9em;
}

#nav {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  top: 200px;
  width: 137px;
  background-color: #f0ffff; /* #00ffff; */
  /*	line-height: 50%; */
  /*	height: 8em; */
}

#no_bullet {
  list-style: none;
}

#nav li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size: 90%;
}

#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #245185;
  font-weight: normal;
}

#nav li a:hover {
  background-color: #d0ffff;
  text-decoration: none;
}

#right-div {
  float: right;
  /*	left:690px;  */
  width: 137px;
  margin-left: 5px;
}

.red {
  color: red;
}

#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  line-height: 0;
}

.feature {
  float: right;
  /*	margin: 10px; */
}

#Allstar img, a, p {
  border: 0;
}

.LeonPaul {
  border: 0;
}

#AllCenter {
  text-align: center;
}

.nobullet {
  list-style: none;
}

#nav img {
  width: 136px;
}/*# sourceMappingURL=Style1.css.map */