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

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: #F9F9F9;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: small;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #CCC;
}

/* footer */
.footernavycontainer{
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 40px;
	width: 1000px;
	padding: 10px 0;
	color: #666;
	font-size: small;
}
.footercopyright{
	padding-left: 20px;
	width: 500px;
	float: left;
	text-align: left;
	padding-top: 5px;
}

.footerlogo{
	width: 45px;
	float: right;
	margin-top: 1px;
}
.footergroup{
	width: 180px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
