#CenterLeftColumn {
	width: 700px;
	float: left;
}
#CenterRightColumn {
	width: 250px;
	margin: 0 0 0 10px;
	float: right;
}
#PageContent #HouseRulesTable {
	border-top: none;
	border-left: none;
	margin: 10px auto 10px auto;
}
#PageContent #HouseRulesTable TR.evenrow {
	background-color: #dedede;
}
#PageContent #HouseRulesTable TD,
#PageContent #HouseRulesTable TH {
	padding: 5px;
	border-right: none;
	border-bottom: none;
}
#PageContent #LimitsTable {
	width: 80%;
	border-top: none;
	border-left: none;
	margin: 10px auto 10px auto;
}
#PageContent #LimitsTable TD,
#PageContent #LimitsTable TH {
	padding: 5px;
	border-right: none;
	border-bottom: none;
}
#RulesMenuOptions H4 {
	margin: 0;
	border-bottom: 1px solid #efefef;
}
#RulesMenuOptions UL {
	margin: 0 0 20px 0;
	padding: 5px 10px 0 20px;
}
#RulesMenuOptions LI {
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}
