@charset "utf-8";
/* CSS Document */

div.clubsitecontainer{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 10px;
}
body{
	background-color:#FFFFFF;
	width:100%;
}
div.clubsitecontainer h1 {
	background-image: none;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #EEEEEE;
	padding: 3px;
}

