body {
	background-color: #083768;
	font-family: Arial;
	font-size: 13px;
	color: #F9F9F9;
	margin: 0px;
	line-height: 19px;
}


a:link {
	text-decoration: underline;
	color: #F9F9F9;
	line-height: 24px;
}
a:visited {
	color: #F9F9F9;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#index{
	width: 1002px;
	overflow: hidden;
	text-align: left;
	margin: auto;
}
#icon_bg{
	background-image: url(icon_bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
}

.icon{
	margin-left: 363px;
}
.icon a:link, .icon a:visited {
	color: #F9F9F9;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
.icon a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#left{
	background-image: url(left_bg.jpg);
	background-repeat: no-repeat;
	width: 442px;
	height: 584px;
	float: left;
}
#right{
	background-image: url(right_bg.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 557px;
	float: right;
}
#word{
	margin: 265px 10px 0px 10px;
}
#copyright {
	background-image: url(cobyright_bg.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 27px;
	float: right;
	font-family: Verdana;
	font-size: 11px;

}

#copyright span{
	display: block;
	padding-left: 47px;
	padding-top: 5px;

}
#copyright A:link, #copyright A:visited, #copyright A:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana;

}

