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

#copyright {
	background-color: #333;
	float: left;
	clear: both;
	width: auto;
	font-size: 10px;
	padding: 5px;
	text-align: left;
	height: 40px;
	margin: 5px;
}
#copyright p {
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}
