#club_heading {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	width: 940px;
	clear: both;
	float: left;
}

#club_heading_thumb {
	background-color: white;
	float: left;
	height: 45px;
	width: 45px;
}

#club_heading_thumb a.text {
	display: block;
	padding-top: 8px;
	text-align: center;
	color: #b3b3b3;
	text-decoration: none;
	font-size: 0.7em;
}

#club_heading_name {
	margin-left: 10px;
	float: left;
}

#club_heading_name h2 {
	line-height: 45px;
	font-size: 1.8em;
}

#club_canvas {
	margin-bottom: 5px;
	width: 740px;
	float: left;
}

#club_canvas_top {
	clear: both;
	float: left;
	display: block;
	height: 10px;
	width: 740px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/global/images/clubs/v3_club_canvas.png);
}

#club_canvas_bottom {
	margin-bottom: 100px;
	clear: both;
	float: left;
	display: block;
	height: 10px;
	width: 740px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(/global/images/clubs/v3_club_canvas.png);
}

#club_canvas_content {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(/global/images/clubs/v3_club_canvas_content.png);
	clear: both;
	float: left;
	width: 720px;
}

#club_menu {
	margin-bottom: 15px;
	margin-left: 10px;
	display: block;
	clear: both;
	float: left;
	width: 100px;
}

#club_menu ul {
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: none;
}

#club_menu li {
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	font-size: 0.9em;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	list-style-type: none;
}

#club_menu li a {
	background-repeat: no-repeat;
	background-image: url(/global/images/clubs/v3_menu.png);
	padding-right: 5px;
	width: 95px;
	height: 30px;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

#club_menu li.active a:link {
	background-position: left bottom;
}

#club_menu li.active a:visited {
	background-position: left bottom;
}

#club_menu li.active a:hover {
	background-position: center bottom;
}

#club_menu li.active a:active, #club_menu li.active a:focus {
	background-position: right bottom;
}

#club_menu li.inactive a:link {
	background-position: left top;
}

#club_menu li.inactive a:visited {
	background-position: left top;
}

#club_menu li.inactive a:hover {
	background-position: center top;
}

#club_menu li.inactive a:active, #club_menu li.inactive a:focus {
	background-position: right top;
}

#edit_title {
	clear: both;
	float: left;
	margin-left: 10px;
}

#edit_title p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.8em;
}


