﻿/* Footer */
#footer {
	clear: both;
	background: #070032 url(http://media.peirce.edu/Themes/Default/Images/footer_background.jpg) no-repeat top center;
	width: 832px; /*this must match wrapper width*/
	height: 36px;
	margin: 0 auto;
}
ul#footerlinks {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
ul#footerlinks li {
	font: normal 90%/1.5em Arial, Helvetica, sans-serif;
	padding: 0 7px;
	float: left;
	border-right: 1px solid #666;
}
ul#footerlinks li.last {
	border-right: 0;
}
ul#footerlinks li.copyright {
	border-right: 0;
	padding: 0 90px 0 50px; /*right value changed from 20*/
}
ul#footerlinks li a {
	text-decoration: none;
	font-weight: normal;
	color: #070032;
	font-size: 12px;
}
