#center h3{
	float				: left;
	margin				: 10px 0 0 0;
}
#center div.title h3{
	clear				: both;
	font-size			: 13px;
	margin-bottom			: 10px;
}
#center div p{
	text-align: left;
}
#center p{
	text-align: justify;
	float: left;
	clear: both;
	width: 690px;
	margin: 0;
}
#center div.image{
	float					: left;
	clear					: both;
	padding					: 0;
	margin					: 0;
	width					: 760px;
	text-align				: center;
}
	#center div.image span.description{
		float					: left;
		clear					: none;
		display					: block;
		width					: 660px;
		padding					: 0;
		text-align				: left;
		color					: #767676;
		font-size				: 13px;
		margin					: 7px 0 0 0;
	}
	#center div.image span.forIe{
		padding					: 0 0 0 0px;
		text-align				: left;
	}
	#center div.image > a{
		float					: left;
		clear					: both;
		width					: 100%;
		text-align				: center;
	}
	#center div.image img{
		float					: none;
		margin					: 15px auto;
		max-width				: 760px;
		-ie-xp:expression(
			this.parsed?0:(
				this.style.width=parseInt(this.offsetWidth)>760?"760px":this.offstWidth+"px"
			)
		);
	}
div.links{
	
	clear					: both;
	position				: relative;
	display					: block;
	padding-top				: 30px;
	text-align				: right;
	width					: 620px;
	margin					: 15px auto;
	padding					: 0 0 15px 0;
	font-size				: 11px;
}
div.links a{
	color					: #aaa;
	font-weight				: bold;
	text-decoration				: none;
	font-size				: 12px;
}
div.links a:hover{
	color					: #bbb;
}
div.links .left{
	float					: left;
	clear					: none;
}
div.links .center{
	position				: absolute;
	left					: 250px;
	width					: 100px;
	font-size				: 12px;
	text-align				: center;
}

