/* Top and Bottom images */
.top {
	background: url(img/top.gif);
}

.bottom {
	background: url(img/bottom.gif);
}

/* Inner border */
.inner {
	background: url(img/wrapper.gif) repeat-y left;
}

/* Featured Boxes */
.featured-box-left {
	font-size: 12px;
	float: left;
	height: 285px;
	line-height: 20px;
	text-align: justify;
	padding: 5px;
	border: 1px solid #CCC;
}

.featured-box-right {
	font-size: 12px;
	float: right;
	height: 285px;
	line-height: 20px;
	text-align: justify;
	padding: 5px;
	border: 1px solid #CCC;
}