/* CSS Document */
#i_middle{
	width: 900px;
	height: 273px;
	float: left;
}
#i_middle_left{
	width: 364px;
	height: 273px;
	float: left;
	border-right: 8px solid #000000;
	background: #ffffff url(../images/i_middle_left_bkg.png) top left repeat-x;
}
#i_middle_right{
	width: 528px;
	height: 273px;
	float: right;
	background: #fff344 url(../images/i_middle_right_bkg.png) top left repeat-x;
}
#news{
	margin: 20px 10px 0 75px;
	float: left;	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 130%;
	color: #827f7f;
	list-style: none;
}
#news li{
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/i_newslist.png) top left no-repeat;
}
#wandergraphics{
	float: right;
	margin: 20px 20px 0px 0px;
}
#wandergraphics a{
	background:url(../images/wandergraphics.png) 0px 0px no-repeat;
	width: 93px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#wandergraphics a:hover{
	background-position: -93px 0px;
}
	
	
