@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 100px;
}
.button {
	font-family: "Goudy Old Style";
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	height: 25px;
	font-weight: bold;
}
#footer {
	margin: 0px auto;
	background-color: #000000;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 40px;
	padding-top: 5px;
	width: 1100px;
}
#footer #menu {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 455px;
	font-family: "Goudy Old Style";
	height: 12px;
	position: relative;
	float: left;
}
#footer  #copyright {
	font-family: "Goudy Old Style";
	font-size: 12px;


	color: color
: #CCCCCC;;
	padding-top: 0px;
	width: 625px;
	float: right;
	text-align: right;
	position: absolute;
	right: 10px;
	color: #666666;
	;
}
