div.rcbox {
	float: right;
	width: 275px;
	border-width: 3px;
	border-style: solid;
	border-color: #212121;
	padding: 5px;
	margin-bottom: 30px;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
}

div.rcbox div.column50 {
	float:left;
	width:50%;
}

.rcboxTitle {
	position: relative;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	font-size: 1.4em;
	text-align: center;
}

div.rcbox .rss {
	position: absolute;
	top: 3px;
	right: 0px;
}

div.rcbox .rss img {
	width: 16px;
	height: 16px;
}

div.rcbox ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

div.rcbox ul li {
	padding-left: 0px;
}

div.rcbox p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 0px;
}
