@charset "utf-8";
body {
	font-family: "Century Gothic";
	font-size: 14px;
}
#container {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}
#container img {
	border: 1px solid #4B0000;
}
#footer {
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: left;
}
#footer li {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
}
#footer a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-top: 20px;
}
