body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #a2b7d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	}
h1 {
	font-size: 36px;
	}
#logo {
	background-color: #A2B7D2;
}
#content {
	margin-left: 75px;
	width: 600px;
	}
a {
	color: #000099;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #a2b7d2;
	background-color: #000099;
	}
#title {
	font-size: 18px;
	font-style: italic;
	}
/* styles for form input elements */
textarea {
  width: 350px;
  height: 150px;
  }
.mediumbox {
  width: 200px;
  }
#maincontent {
  margin: 10px 10% 20px 70px;
  }

/* styles for individual paragraphs or page elements */
#artimage {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  text-align: center;
  }
.author, .ctte {
  margin: 5px 0 0 25px;
  font-weight: bold;
  }
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;
  }
#sorry {
  width: 300px;
  margin: 5px auto 5px 50px;
  border: 2px solid #000;
  background-color: #FC0;
  }
#sorry p {
  margin: 10px;
  }
#topimage {
  width: 400px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  }
