table#main-frame td {
	font-size: 100%; /* bsw - prevents reduction of font tag inside tables */
	padding-right: 20px;
}
table#main-frame td.right-frame {
	padding-right: 0;
}

.main {
	margin: 0;
	padding: 0;
}

.sidebar {
	margin: 0;
	padding: 0;
	float: none;
	width: 240px;
	min-height: 500px;
}

.side-container .news-summary {
	width: 200px;
}
.side-container .news-summary a {
	text-decoration: none;
}
.side-container .news-summary a.image-right {
	display: block;
	float: right;
	clear: none;
	margin-bottom: 2px;
	/*margin-left: 15px; causes IE to put page-break above title */ 
}
.side-container .news-summary a.image-right img {
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
}

#topten-list {
	/*min-height: 420px;*/
	min-height: 336px; /* top 8 */
	/*border: 1px dotted red;*/
	margin-bottom: 1em;
}
#topten-list div.post-text-right {
	width: 158px;
}
#topten-list a h3 {
	color: #4d6699;
	margin-bottom: 4px;
}
#topmember-list {
	/*min-height: 420px;*/
	min-height: 210px; /* top 5 */
	/*border: 1px dotted purple;*/
	margin-bottom: 1em;
} /* bsw */
