/* CSS Document */
#page {
	position:relative;
	padding-top:25px;
	height:350px;
}
.boxbg {
	position:absolute;
	top:20px;
	left:5px;
	/*border:#FFF 1px solid;*/
	background-image: url(../img/box_bg.png);
	width:740px;
	height:435px;
}

#mycustomscroll div.box {
	clear:both;
	width:700px;
	color:#FFF;
	padding-bottom:0px;
}
#mycustomscroll ul {
	margin:0;
	padding:0;
}
#mycustomscroll ul li {
	list-style:none;
}
.title {
	text-align:center;
	margin-bottom:15px;
}
ul.sub {
	float:left;
}
dl,dd,dt{
padding:0; margin:0;
}
dl dt {
	padding-bottom:5px;
	padding-left:18px;
	background-image: url(../img/news_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}
dl dd {
	border-bottom:1px solid #240F00;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:18px;
}
h3 {
	color:#FFF;
}