@charset "utf-8";
#leftcol {
	float: left;
	width: 460px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 8px 0px;
}
#footer {
	height: 30px;
	background-color: #999;
	margin-top: 20px;

}
#footer p {
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcol p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 120px;
	margin-left: 50px;
	margin-top: 20px;
}

