/* ------------- main content */
#maincontent {
	position : relative;
	width : 450px;
	float : left;
}

/* ------------- sidebar */
#sidebar {
	position : relative;
	width : 235px;
	float : right;
}
#featuredheader {
	position : relative;
	width : 235px;
	height: 49px;
	background : url(../images/pageimages/featuredheader.jpg) no-repeat;	
}
#featuredcontent {
	background : #000;
}
.featuredimage {
	position : relative;
	margin:0 0 7px 4px;
	text-align:center;
	border: 1px solid #d4262e;
}
.featuredname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align:center;
	font-weight: bold;
	color: #d4262e;
	padding: 0 5px 0 5px;
}
.featuredname a:link { 
	color : #d4262e;
	text-decoration : none;
}
.featuredname a:visited { 
	color : #d4262e;
	text-decoration : none;
}
.featuredname a:hover { 
	color : #efa1a1;
	text-decoration : none;
}
.featuredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	text-align:center;
	font-weight: normal;
	color: #fff;
	padding: 0 10px 0 10px;
}
.featuredtextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 0px;
	text-align:center;
	font-weight: normal;
	font-style:italic;
	color: #fff;
	padding: 0 10px 0 10px;
}
#featuredfooter {
	position : relative;
	width : 235px;
	height: 14px;
	background : url(../images/pageimages/featuredfooter.jpg) no-repeat;	
}
