@charset "utf-8";
/* CSS Document */


body {
	margin:0 auto;
	background-color: #FFFFFF;
	
}
#main-wrapper{
	margin:0 auto;
	width:958px;
	height:auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#logo{
	float:left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;	
	width:958px;
	height:54px;
	margin:45px 0 0 0;
}
#flash-left{
	width:485px;
	height:289px;
	float:left;
	margin:14px 0 0 0;
	background-image: url(../images/flash-left.jpg);
}
#flash-right{
	width:473px;
	height:461px;
	float:right;
	margin-top:2px;
	background-image: url(../images/flashbg_circle.jpg);
}
#content{
	float:left;
	width:485px;
	height:160px;
	background-image: url(../images/bg-ctn.jpg);
	background-repeat: repeat;
	line-height: 18px;
}
#content p{
	width:420px;
	margin:30px 0 0 30px;
}
.hight-light{
	color: #FFCC00;	
}
#footer{
	float:left;
	margin-top:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022e77;
	width:958px;
}
#footer a{
	color:#022e77;
	text-decoration: none;
}
#footer a:hover{
	color:#8cc7ff;
	text-decoration: none;
}
