body {
	background-color: #9caec6;
	font-family: Tahoma;
	font-size: 12px;
}

h3 {
	color: #cc6633;
}

ul {
	margin-top: -15px;
}

#container {
	width: 857px;
	margin: 0 auto;
	border: 5px solid #fff;
	background: url(/images/menu_background.jpg) bottom left no-repeat #fff;
}

#menu {
	width: 190px;
	float: left;
	position: relative;
	margin-right: 3px;
	text-align: right;
	padding: 10px 10px 0 0;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu p {
	margin: 8px 0;
}

#textBody {
	float: left;
	width: 431px;
	padding: 10px;
}

#events {
	background: url(/images/forthcoming_events.jpg);
	width: 200px;
	height: 256px;
	float: right;
}

#events #holder {
	margin-top: 35px;
	margin-left: 15px;
	height: 213px;
	width: 175px;
	overflow: auto;
}

#noticeboard {
	background: url(/images/noticeboard.jpg);
	width: 200px;
	height: 146px;
	float: right;
	clear: right;
}

#noticeboard #holder2 {
	margin-top: 29px;
	margin-left: 15px;
	height: 102px;
	width: 175px;
	overflow: auto;
}

#banner_welcome {
	float: left;
	width: 445px;
	background-color: #040092;
	margin: 1px 0 0 0;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#banner_club {
	float: left;
	width: 197px;
	background-color: #bf4f21;
	margin: 1px 0 0 0;
	padding: 3px;
	text-align: center; 
	color: #fff;
	font-size: 16px;
}

#footer {
	background: url(/images/footer_slice.gif);
	width: 656px;
	height: 8px;
	position: relative;
	left: 200px;
	margin: 0;
	padding: 0;
	clear: both;
}

#recordsTable {
	border-collapse: collapse;
	width: 100%;
}

#recordsTable td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

#infoTable {
	background-color: #ccc;
}

#infoTable td {
	background-color: #fff;
}
.ad {
	border: 1px solid #CC6600; padding: 10px;
}
#ad {
	float: right;
	margin-top: 10px;
	clear: right;
}
#ad img {
	border: none;
}