@charset "UTF-8";
/* CSS Document */
#footer {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
#address {
	width: 235px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	float: left;
	font-weight: bold;
	color: #999;
	text-align: left;
}
#col1 {
	width: 235px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	float: left;
	color: #999;
	font-weight: normal;
	margin-left: 20px;
}
#col2 {
	width: 235px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	color: #999;
	font-weight: normal;
}
#copyright {
	width: 235px;
	height: auto;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	color: #999;
	text-align: right;
	margin-left: 20px;
}
