/*
CSS for Barnsley Fencing Club site
*/
body {
/*	background-color: #e2edff; */
}
#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;
}
#maintext {
	margin: 15px 40px 0 160px;
	padding-top: 5px;
/*	border: 1px solid yellow; */
	line-height: 100%;
/*	position: absolute; */
	width: 540px;
/*	top: 275px;
	left: 150px; */
}
#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; */
}
#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;
}
.red{
color:red;
}
#wherewhen {
}
#contacts {
}
#directions {
}
#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;
}
#AllCenter {
	text-align: center;
}
.nobullet {
	list-style:none;
}

