/* Content xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#content {
	display:block;
	position:relative;
	width:100%;
	float:left;
	clear:both;
	z-index:5;
		background-image: url(img/hgcontent1.png);
	z-index:5;
}
#content a{
	color: #f1d97b;
	font-weight: bold;
}

#content_left {
	display:block;
	position:relative;
	width:180px;
	float:left;
	margin-top:10px;
	z-index:10;
	height:100%;
	overflow:hidden;
	background-image: url(img/footleft.png);
	background-position:bottom;
	background-repeat: no-repeat;
	z-index:6;
}

.content_left1 {
	display:block;
	position:relative;
	float:left;
	width:170px;
	margin:5px 5px 5px 5px;
	z-index:7;
	
}

.content_left2 {
	display:block;
	position:relative;
	float:left;
	width:170px;
	margin:5px 5px 5px 5px;
	z-index:8;
}
.content_left3 {
	display:block;
	position:relative;
	float:left;
	width:180px;
	height:110px;
	z-index:9;
}



#content_center {
	display:block;
	position:relative;
	width:610px;
	float:left;
	margin-top:15px;
	z-index:20;
}
#content_rigt {
	display:block;
	position:relative;
	width:180px;
	margin-top:0;
	height:100%;
	float:right;
	overflow:hidden;
/*	background-image: url(img/footright.png);
	background-position:bottom;
	background-repeat: no-repeat; */
	z-index:10;

}
.content_rigt1 {
	display:block;
	position:relative;
	float:right;
	width:175px;
	margin:0 5px 0 0;
	z-index:11;
}

.content_rigt2 {
	display:block;
	position:relative;
	float:right;
	width:175px;
	margin:0 5px 0 0;
	z-index:12;
}
.content_rigt3 {
	display:block;
	position:relative;
	float:right;
	width:180px;
	height:10px;
	z-index:13;
	display:none;

}


