#container {
	padding-right: 270px;     /* RC fullwidth + CC padding */
}
#center {
	padding: 0 15px;       /* CC padding */
	width: 100%;
}
#left {
	left: 280px;			/* RC fullwidth for IE6 */
}
#right {
	width: 210px;             /* RC width */
}
#vertical_stroke_right {
	right: 280px;
}

div#diettipbox {
	position: relative;
	clear: both;
	left: 0px;
	width: 100%;
}

div.diettipbox {
	margin:0px;
	padding: 0px;
}

div#diettipcontent {
	position: relative;
	clear: both;
	margin-left: 46px;
	margin-right: 46px;
	background-color: white;
}

div#featured_content {
	position: relative;
/*	top: -6px;  */
	padding-top: 15px;
	padding-bottom: 36px;
	padding-left: 45px;
	padding-right: 35px;
	border: 0px;
	border-collapse: collapse;
	margin-left: -1px;
	margin-right: -1px;

}
div.featured_item_left_container {
	float: left;
}
div.featured_item {
	width: 400px;
	margin: 0px;
	margin-right: 25px;
	padding: 0px;
	color: #EEEEEE;
	display:table-cell;
	vertical-align:middle
}
div.featured_item_copy {
	background-color: blue;
	height: 100%;
}
div.featured_item_spacer {
	position: relative;
	width: 70px;
}

div.vCenterOuter {
	display: table;
	height: 228px;
	#position: relative;
	overflow: hidden;
}
div.vCenterMiddle {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
div.vCenterInner {
	#position: relative;
	#top: -50%;
	 padding-left: 15px;
}
div.featured_items_stroke {
	padding-left: 35px;
	padding-right: 35px;
}

h1.featured {
	margin: 0px;
	padding: 0px;
	padding-left: 38px;
    padding:0px 0px 10px 0px; 
    font-size:28px;		
}
div#in_the_news h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
h2.featured_content_headline {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}


img.featured_item {
	border: 10px solid white;
	float: left;
	margin-right: 20px;
}


/* Strokes */
div#featured_topstroke {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 100%;
	height: 2px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}
div#featured_bottomstroke {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
	height: 3px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}
div.featured_itemstroke {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	width: 1px;
	height: 30px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}
div#right_ad_stroke {
	position: relative;
	left: 20px;
	width: 208px;
	height: 1px;
	font-size: 0px; /* IE6 empty div height bug workaround */
	margin: 0px;
	margin-top: 15px;
}




/* Sections */
div.in_the_news_item {
	padding-top: 5px;
}



div#additional_stories {
	position: relative;
	width: 100%;
}
div#left_stories {
	float: left;
	width: 48%;
}
div#right_stories {
	float: right;
	padding-left: 0px;
	width: 50%;
}


table.featured_content {
	border-collapse: collapse;
	border: 0px;
}
td {
	border: 0px;
}

/*Thumbnails */

.thumbnail {
border:2px solid #1560A1; 
float:left; 
margin-right:10px; 
margin-top:7px;
width:70px;
height:70px;
}
