#wrapper_body {
	position:relative;
	float:left;
	display:inline;
	margin-left:5px;
	width:740px;
	height:260px;
	background-image:url(../../_sharedimg/home/wrapper_body_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#wrapper_content > #wrapper_body {
	height:auto;
	min-height:260px;
}

#pod_text {
	position:absolute;
	top:-10px;
	left:18px;
} 

#news {
	position:absolute;
	top:10px;
	left:430px;
	margin:0px;
	padding:38px 10px 10px 10px;
	width:266px;
	height:183px;
	list-style-type:none;
	background-image:url(../../_sharedimg/home/news_bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#news li {
	position:relative;
	margin:0px 0px 2px 0px;
	padding:7px 6px 7px 76px;
	height:46px;
	background-image:url(../../_sharedimg/home/news_li_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#news li img {
	position:absolute;
	top:6px;
	left:6px;
	width:64px;
	height:48px;
}

#news li p {
	margin:0px;
	font-size:11px;
	font-weight:bold;
	line-height:1em;	
	color:#BF6D4D;
}

#news li h3 {
	margin:3px 0px 0px 0px;
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;	
}

#news li h3 a {color:#686D6B; text-decoration:none;}
#news li h3 a:hover {color:#BF6D4D;}