/* Content xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#content {
	display:block;
	position:relative;
	width:100%;
	float:left;
	clear:both;
	z-index:5;
	color:#FFFFFF;
}
#content a{
	color: #FFFFFF;
	font-weight: bold;
}

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

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

.content_left2 {
	display:block;
	position:relative;
	float:left;
	width:170px;
	margin:5px 5px 5px 5px; 
}
.content_left3 {
	display:block;
	position:relative;
	float:left;
	width:180px;
	height:210px;
}



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

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

.content_rigt2 {
	display:block;
	position:relative;
	float:right;
	width:175px;
	margin:0 5px 0 0; 
}
.content_rigt3 {
	display:block;
	position:relative;
	float:right;
	width:180px;
	height:210px;

}