.left_text
{
	float:left;
	width:500px;
}
.right_text
{
	float:right;
	width:70px;
	position:relative;
	bottom:0px;
}

.right_text a
{
	float:right;
	color:#1E58A1;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}
.ex_div
{
	clear:both;
}