#flash{
	widows: 600px;
	height: 180px;
	margin: 0 0 10px 0 ;
	background:url('images/top.jpg') no-repeat;

}

#news{
	width: 356px;
	/*background: url('images/bg_news_m.jpg') repeat-y;*/
	position: relative;
}
#news1{
	border:1px solid #accfb7;
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.6);
	margin:0 5px 10px;
}
#news1 h3{
	color:#567474;
	font-size:15px;
	border-bottom:3px solid #e5e5e5;
}
#news1_inner{
	padding:5px;
	line-height:1.5em;
	height: 310px;
	overflow: auto;
}
#news2{
	border:1px solid #accfb7;
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.6);
	margin:0 5px 10px;
}
#news2 h3{
	color:#567474;
	font-size:15px;
	border-bottom:3px solid #e5e5e5;
}
#news2_inner{
	padding:5px;
	line-height:1.5em;
	height: 240px;
	overflow: auto;
}
#news3{
	border:1px solid #accfb7;
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.6);
	margin:0 5px 10px;
}
#news3 h3{
	color:#567474;
	font-size:15px;
	border-bottom:3px solid #e5e5e5;
}
#news3_inner{
	padding:5px;
	line-height:1.5em;
}

#news .item{
/*	line-height: 1.5;*/
	margin: 0 1em 1em;
	padding: 0 0 0 13px;
	background: url('images/arrow_gr2.gif') no-repeat;
}


#contents .wrapper{
	width: 238px;
}

#update_t{
	width: 238px;
	height: 31px;
	background: url('images/bg_update_t.jpg');
}

#update_t h3{
	text-indent: -9999px;
}

#update_b{
	width: 238px;
	height: 12px;
	background: url('images/bg_update_b.jpg');
}

#update{
	width: 218px;
	padding: 0 10px;
	background: url('images/bg_update_m.jpg') repeat-y;
}
#update a:link,#update a:visited{
color:#115fff;
}
#update a:hover{
color:#4c94ff;
}
#update .inner{
}

#update .talign_r{
	padding: 10px 0 0 0;
}

#update .item{
	margin: 0.5em 0 0 0;
	padding: 0 0 1em 13px;
	background: url('images/arrow_gr2.gif') no-repeat;
}

#top_banners{
	width: 235px;
	margin: 10px 0 0 0;
}

#top_banners li{
	width: 235px;
	height: 100px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

#top_banners li a{
	display: block;
	width: 235px;
	height: 100px;
	background: url('images/top_banner_btns3.png') no-repeat;
	text-indent: -9999px;
}

#top_banner1 a:link,
#top_banner1 a:visited{ background-position: 0 0; }
#top_banner1 a:hover  { background-position: -235px 0; }
#top_banner1 a:active { background-position: -470px 0; }

#top_banner2 a:link,
#top_banner2 a:visited{ background-position:    0   -100px; }
#top_banner2 a:hover  { background-position: -235px -100px; }
#top_banner2 a:active { background-position: -470px -100px; }

#top_banner3 a:link,
#top_banner3 a:visited{ background-position:    0   -200px; }
#top_banner3 a:hover  { background-position: -235px -200px; }
#top_banner3 a:active { background-position: -470px -200px; }

#top_banners #top_banner4 a{
	background: url('images/top_banner_btns2.png') no-repeat;
}
#top_banner4 a:link,
#top_banner4 a:visited{ background-position: 0 0; }
#top_banner4 a:hover  { background-position: -235px 0; }
#top_banner4 a:active { background-position: -470px 0; }

#information{
	border:1px solid #accfb7;
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.6);
	margin:0 5px 10px;
}
#information h3{
	color:#567474;
	font-size:15px;
	border-bottom:3px solid #e5e5e5;
}
#information_inner{
	padding:5px;
	font-size:14px;
	line-height:1.5em;
}