@charset "UTF-8";
#container {
	background-image: url(../images/common/group_bg_lg.jpg);
}
#mainContent {
	width: 850px;
	height: 450px;
}
#mainContent #clubList1 {
	list-style-type: none;
	display: inline-block;
	float: left;
}
#mainContent #clubList2 {
	list-style-type: none;
	display: inline-block;
	float: left;
	padding-left: 50px;
}
#sideBar {
	background-color: #FCF9E1;
	float: right;
	width: 210px;
	padding: 20px;
	margin-right: 25px;
	margin-top: 20px;
	height: 350px;
	margin-bottom: 40px;
}
#sideBar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 20px;
	padding-top: 10px;
}
#sideBar p {
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
