/*body*/
*{
	margin:0;
	padding:0;
}
body{
	background:#333;
	font-size:12px;
	color:#999;
	line-height:1.8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#e6e6e6;
	text-decoration: none;
} 
a:hover{
	color:#fff;
	text-decoration:underline;
} 
img{
	border:0;
}
.clear{
	clear:both;
}
ul,li{
	float:left;
	list-style:none;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
h1,h2,h3,h4,h5{
	font-size:12px;
}
/*ibody*/
#top,#flash,#copy{
	margin:0 auto;
}
#top{
	width:1000px;
	height:23px;
	background:url(../images/top_bg.jpg) no-repeat top;
}
.ch{
	text-align:right;
	padding-right:10px;
}
#flash{
	width:1000px;
	text-align:center;
}
/*copyright*/
#copy{
	width:1000px;
	text-align:center;
	line-height:30px;
	background:#666;
}
