body {
	background: #173261 url(images/bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#container-wrap {
	margin: 0px auto;
	width: 770px;
	background: #FFFFFF url(images/bgwrap.png) repeat-y center top;
}
#container {
	padding: 0px 20px;
	text-align: left;
	background: url(images/bgcontainer.png) no-repeat center top;
}
#header {
	height: 110px;
}
#header h1 {
	float: left;
	background: url(images/palacebingologo.png) no-repeat 20px 40px;
	height: 100px;
	overflow: hidden;
	display: block;
	width: 365px;
	margin: 0px;
}
#topnav {
	float: right;
	width: 265px;
	text-align: center;
	height: 65px;
	padding-top: 45px;
	background: url(images/bghead.png) repeat-x;
}
#content {
	float: left;
	width: 455px;
	line-height: 1.5em;
	color: #456;
}
#main {
}
#welcome {
	margin: 20px;
}
#welcome2 {
	background: #E9C8B7;
	padding: 10px;
	margin: 20px;
}

#sidebar {
	float: right;
	width: 265px;
	background: #b5b8cd url(images/bgsidebar.png) repeat-x center bottom;
	padding-bottom: 200px;
}
#sidenav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
}
#sidenav a {
	text-decoration: none;
	padding: 10px;
	display: block;
	border-top: 1px solid #FFFFFF;
	height: 59px;
	font-size: 12px;
	color: #B5B8CD;
}
#sidenav li.current a {

	color: #E9C8B7;
	background: #B2470F;
}
#sidenav a:hover, #sidenav li.current a:hover {
	color: #B5B8CD;
	background: #0A3263 url(images/arrowon.png) no-repeat 240px 16px;
}

#sidenav strong {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
#content a {
	color: #993300;
}
#topnav a {
	color: #9D0C02;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	background: #173261 url(images/bgfooter.png) no-repeat center top;
	color: #B5B8CD;
	padding-top: 30px;
	margin-top: 40px;
	padding-bottom: 20px;
	font-size: 11px;
}
#footer a {
	color: #B5B8CD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header h1 a {
	display: block;
	padding-top: 100px;
}
#content h2 {
	color: #AD3F09;
	font-size: 30px;
	line-height: 1em;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: normal;
	letter-spacing: -2px;
}
#bodytext {

	margin: 20px;
}

#whatson {
  text-align: center;
}

#whatson table {
  font: 14px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background: #ccc;
}

.alt {
  font-size: 16px;
  background: #E9C8B7;
  color: #AD3F09;
}

#clubinfo {
  width: 180px;
  float: right;
	background: #E9C8B7;
	padding: 10px;
	margin: 10px;
}

#content h3 {
	color: #AD3F09;
	font-size: 20px;
	line-height: 1em;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

#regform input {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 10px;
}

#regform label {
  display: block;
  text-align: right;
  float: left;
  width: 100px;
  padding-right: 20px;
}

#regform br {
  clear: left;
}

.tickbox {
  width: 1em;
}

.buttonSubmit {
  width: 75px;
  margin-left: 120px;
}

.errortext {
  color: red;
  }

