#Recent {
	width: 226px;
	background: url(../gfx/borderleft.png) repeat-y left top;
	position: relative;
	margin-left: 5px;
	margin-bottom: 0.5em;
}

.RecentBoxHeaderText {
	color: yellow;
	width: 200px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
/*	border: 1px solid red;*/
}

.RecentBoxContent {
	position: relative;
	padding: 1px 16px 0px 16px;
	background: url(../gfx/borderright.png) repeat-y right top;
	min-height: 300px;
}

.RecentBoxContent img {
	border: 0;
	margin: 0;
	padding: 0;
}

.RecentBoxContent p {
	margin: 0;
}

.RecentBoxContent ul {
	margin: 5px 0 0 5px;
	padding: 0;
}

.RecentBoxContent li {
	margin: 0.4em 0;
	padding: 0;
	list-style: none;
/*	font-weight: bold;*/
}