#content_main {
	text-align: justify;
}

#availableFeeds {
	width: 160px;
	height: 130px;
	padding: 40px 0px 0px 20px;
	margin: 0px 8px 10px 16px;
	position: relative;
	top: 18px;
	background: url('images/backAvailable.gif') top left no-repeat;
	float: right;
}

#availableFeeds div {
	background: url('images/rssSmall.gif') top left no-repeat;
	padding-left: 22px;
	margin: 0px 0px 4px 0px;
	font-size: 11px;
	line-height: 16px;
}

#feedReaders {
	margin-top: 12px;
	margin-bottom: 12px;
}

#feedReaders img {
	margin-right: 6px;
}

.readerHeader td {
	background: #EEE;
	color: #777;
	font-weight: bold;
}

.readerContent td {
	text-align: center;

