div#footer {
	width: 100%;
	height: 67px;
	background-image: url(../images/footer_pattern.jpg);
	background-repeat: repeat-x;
}

div#footer_wrapper {
	margin: auto;
	width: 1003px;
	height: 67px;
}

div#footer_wrapper p {
	text-align: center;
	font-size: 11px;
	padding: 20px 0 0 0;
	margin: 0px;
	color: #525d64;
}

div#footer_wrapper p a {
	color: #003399;
}

div#footer_wrapper p a:hover {
	text-decoration: none;
}


