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

/* BEGIN COLORS AND TYPOGRAPHY */
#footer{
	background-color:#e6e6e6;
}

#footer p{
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:.7em;
}

/* BEGIN STRUCTURE */
#footer{
	height:50px;
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

#footerContent{
	padding-left:12px;
	padding-top:5px;
	text-align:center;
}
