body {
	background-image: url(/images/red-curtain2.jpg); background-repeat: repeat; */
	background-color: #ffffff;
	color: white;
}

#blocktext{
	text-align: justify;
	margin: 0, 10px, 20px, 10px;
}

#centering-nonhome-div {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: brown solid 2px;
	min-height: 800px;
	/* height:1100px; */
}
#centering-gallery-div {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	border: brown solid 2px;
	/* min-height: 800px; */
	height:1300px; 
}

#teacherpagecontent {
  width: 600px;
  color: white;
  text-align: justify;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

#submissionformcontent {
  background-color: #B80000;
  width: 800px;
  color: white;
  text-align: justify;
  /* font-weight: bold; */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  border: white solid 2px;
}

#messagesent {
  background-color: white;
  width: 800px;
  color: #8A3324;
  text-align: justify;
  /* font-weight: bold; */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  border: orange solid 2px;
}

#menu1{
	margin-top: 3px;
	margin-left: 6px;
	float: left;
}
#menu2{
	margin-top: 3px;
	margin-right: 10px;
	float: right;
}

#pagecontent {
	/* background: url(/images/page_bg.jpg) repeat; */
	width: 890px;
	/* height: 1100px; */
	min-height: 800px;

	padding-left: 5px;
	padding-right: 5px;	
	background-color: #E80000;
}


#devonshiredescription{
	text-align: justify;
}

.h2 {
  color: white;
}

a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: yellow;
}

#homecontent {
  width: 600px;
  color: white;
  text-align: justify;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

th{
	text-align:left;
	text-decoration: underline;
	font-weight: bold;
}

#headermenu{
	margin-left: -5px;
	height: 30px;
	width: 900px;
	text-align: right;
	background-color: #000000;
	border-bottom: 1px solid white;
}
#headermenu a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#footer {
   border-top: #FF6347 solid 2px;
	margin-left: auto;
  	margin-right: auto;
	background-color: #C00000;
	border: brown solid 2px;
	border-top: white solid 1px;
	width: 896px;
	height: 20px;
  	font-size: 10px;
  	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="file"], input[type="password"], textarea, select {
    background-color: #FFE4E1;
    /*background-image: url('http://mysite.com/input.gif');*/
    border: 1px solid #555555;
    font-family: verdana;
    font-size: 10px;
    color: #0000FF;
}

#contactteacherbutton{
	float: right;
	margin-right: 100px;
}

#printbiobutton{
	float: right;
	margin-right: 10px;
}
