@charset "utf-8";
/* FOOTER */
#containerFooter{
	float:left;
	width:900px;
	overflow:hidden;
}
#footerLineTop{
	height:1px;
	width:900px;
	background-color:#b4d6f1;
	border-top: 1px solid #17327f;
	overflow:hidden;
}
#footerLineBot{
	height:1px;
	width:900px;
	background-color:#b4d6f1;
	border-bottom: 1px solid #17327f;
	overflow:hidden;
}
#footerNav{
	height:19px;
	width:900px;
	background-color:#17327f;
}
#fNav_Left{
	float:left;
	overflow:hidden;
}
#fNav_Right{
	float:right;
	overflow:hidden;
}
#footerText{
	width:900px;
	height:44px;
}

