	
/*-- FOOTER --*/

#footer {
	clear: both;
	width: 100%;
	height: 195px;
}
#footercontent {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}

	#footercolumn1 {
	float: left;
	width: 290px;
	height: 150px;
	margin-right: 44px;
	position: relative;
	top: 15px;
}
	#footercolumn2 {
	float: left;
	width: 268px;
	height: 150px;
	margin-right: 44px;
	position: relative;
	top: 15px;
}
	#footercolumn3 {
	float: right;
	width: 290px;
	height: 150px;
	margin: 0;
	position: relative;
	top: 15px;
}

	.navlist {list-style: none; margin: 0; float: left; width: 290px;}
	.navlist li {
	float: left;
	width: 145px;
}

/*-- COPYRIGHT --*/

#copyright {
	clear: both;
	width: 100%;
	height: 55px;
	background-position:bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#copyrightcontent {
	width: 960px;
	height: 55px;
	margin: 0 auto;
	background-position:bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

	.sharelist {
	list-style: none;
	margin: 15px 0 0 0;
}
	.sharelist li {
	float: left;
	display: inline;
}

/* TESTING DOWN HERE */
.floatright {float: right;}
