@charset "utf-8";
															/*	basic layout	*/
body{
	font-size:small;
	margin:0;
	background-image:url(../images/bg_redline.gif);
	background-repeat:repeat-x;
}
#container {
	background-image:url(../images/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: center 135px;
}
#header{
	width: 840px;
	margin:0 auto;
	height:93px;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-x;
}
#header .left-box{
	float:left;
}

#header .right-box{
	float:right;
}
#menu{
	clear:both;
	width: 840px;
	margin:0 auto;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#menu li{
	float:left;
	height:42px;
	/*for ie6*/
	overflow: hidden;
}

#content{
	clear:both;
	width: 840px;
	margin:0 auto;
	background-color:white;
	padding-top:15px;
}
#content .left-box{
	float:left;
	padding:0 36px 0 9px;
	width:200px;
}
#content .right-box{
	float:left;
	width: 585px;
}
#footer{
	width: 840px;
	margin:0 auto;
	height:70px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;

}
#footer span{
display:block;
	color:white;
	text-align:right;
	padding:15px 20px 0 0;
}

															/*	basic style	*/
h1{
	width:820px;
	height:57px;
	margin:0 auto 30px;
}
h2{
	font-size:100%;
	color:white;
	padding:7px 0 5px 7px;
	background-color:#0066dd;
	border-bottom:solid 4px #7fb2e5;
	margin-top:0;
}
.pagetop{
	clear:both;
	text-align:right;
	padding-top:20px;
}
#content .left-box .banner{
	margin-bottom:6px;
}
#content ul{
	list-style-image:url(../images/list_marker.gif);
	line-height:150%;
}
.m-top0{
	margin-top:0;
}
#content p{
	line-height:150%;
}
.right-image{
	margin-left:1em;
	margin-bottom:0.5em;
}
															/*	top page style	*/
#top-image{
	clear:both;
	width:840px;
	height:346px;
	margin:0 auto;
	background-image:url(../images/top_image.jpg);
	background-repeat:no-repeat;
}
#top-image img{
	margin:51px 0 0 40px;
	margin:45px 0 0 15px;
}

.summary-box{
	background-color:#f5f5f5;
	padding:0 10px 10px 10px;
	width:564px;
	border:solid 1px #CCC;
	border-top:none;
	margin-bottom:10px;
}
#container #content .right-box .summary-box ul{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	
}
.summary-box li{
	background-image:url(../images/bg_dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	/*border-bottom:solid 1px #CCC;*/
	padding-left:1em;
	padding-top:0.5em;
	padding-bottom:1px;
}
.summary-box span{
	display:block;
	color:#999;
	font-size:11px;
	line-height:100%;
}
.video-title{
	width:200px;text-align:center;padding:5px 0;
}
