@charset "utf-8";
/* CSS Document */

#container {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border: thick double #FC9;
	font-family: "Times New Roman", Times, serif;
	width: 990px;
	background-color: #DAB97B;
}
#banner {
	height: 150px;
	width: 990px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#menu {
	height: 30px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}
#footer {
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.floatleft {
  float: left;
  margin-right: 10px;
}
.floatright {
  float: right;
  margin-left: 10px;
}
}
.floatcenter {
  float: center;
  margin-left: 10px;
}
