@charset "utf-8";
/* CSS Document */

#footer {
	position:relative;
	top:0px;
	left:0px;
	width:1004px;
	height:27px;
	margin-bottom:13px;
	display:block;	
}

#footer .magenta_left {
	color:#FFF;
	background-color:#9b4878;
	width:87px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:27px;
	text-align:center;
	float:left;
}

#footer .grey_right {
	color:#cfcfcf;
	background-color:#484a49;
	width:906px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:27px;
	padding-left:11px;
	float:left;	
}

.clear_float {
	clear:both;	
}