@charset "UTF-8";
#Main {
	background-color: #EBA21E;
	color: #000000;
	margin: 10px;
	padding: 10px;
	font-family: "Bank Gothic", "Times New Roman", Arial;
}
/* CSS Document */

#Container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Links {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #EBA21E;
	font-family: "Bank Gothic", "Times New Roman", Arial;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
#Links ul {
	margin: 0px;
	padding: 0px;
}
#Links li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}
#Links a {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#Links a:hover {
	font-size: 90%;
	color: #EBA21E;
	text-decoration: none;
}
#Main img {
	border: thin solid #000000;
	margin: 20px;
}
