@import url(./header.css);
body {
  width: 832px;
  margin-right: auto;
  margin-left: auto;
  font-family: Georgia,times new roman,verdana;
}
#main {
  background-image: url(body.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}
#footer {
  background-image: url(footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  font-family: "Times New Roman",Times,serif;
  font-size: 0.8em;
  font-weight: bold;
}
#maintext {
  width: 750px;
  margin-left: 29px;
}
#footer a:hover {
  color: #ff6600;
}
a:hover {
  color: #ff6600;
}
#mcframe {
  width: 700px;
}
.inset_link {
	float: right;
	text-align: center;
	width: 304px;
	font-size: 1.2em;
	font-style: italic;
}
.inset_link img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

