* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
img {
	border: none;
	float:right;
	padding:10px;
}
.imgleft {
	border: none;
	float:left;
}
a {
	color: black;
	text-decoration: none;
	font-weight:bold
}
a:hover {
	text-decoration: underline;
	color : black;
}
#wrap {
	margin: 0 auto;
	width: 800px;
}
#header {
	padding: 10px 0 20px 0;
}
#header h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -3px;
	padding: 12px 0 15px 10px; color: red
}
#header h2 {
	color: red;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}
#menu {
	height: 40px;
	line-height: 40px;
	background: url(../images/sbfh/sbfhmenu.jpg) no-repeat;
}
#menu ul {
	padding-left: 10px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #eee;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: -1px;
}
#menu ul li a:hover {
	color: #eee;
	text-decoration: underline;
}
#content {
	padding: 10px 20px;
}
.centre {
	width: 760px;
	float: left;
	text-align: justify;
}
.centre h2 {
	color : black;
	font-size: 20px;
	font-weight: bold;
	padding : 10px 0 15px 0;
}
.centre .righttxt {
	font-size: 20px;
	float:right;
}
.centre ul {
	padding-left: 15px;
}
#footer {
	background: url(../images/sbfh/sbfhfooter.jpg) no-repeat;
	text-align: center;
	color: #eee;
	font-size: 11px;
	padding: 10px;
}
#footer a {
	color: #eee;
}
