@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background:#ffffff;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

img{
	border:none;
}

.container{
	width:500px;
}

.top{
	background:url(../images/img_news.GIF) no-repeat;
	height:51px;
	}

.content{
	height:auto;
	text-align:left;
	min-height:1000px;
}

.content ul{
	padding-top:14px;
	list-style-type:none;
}

.content li{
	line-height:28px;
}

.content li a{
    color:#666666;
}

.content li a:hover{
    color:#ff9b4d;
	text-decoration:underline;
}

.bottom{
	background:url(../images/img_news2.GIF) no-repeat;
	height:49px;
}

