/* Start of CMSMS style sheet 'created.' */
#middle {
  margin: 0 auto;
  background-color: #333333;
  color: white;
  text-align: left;
  min-width: 490px;
  max-width: 1000px;
  width: 53.5%;
  padding-left: 15px;
  padding-right: 15px;
}
#header {
  color: white;
  font-size: 32px;
  text-align: center;
}
#middlenav {
  font-size: 17px;
  text-align: center;
}
#footer {
  font-family: Verdana;
  font-size: 9px;
  color: #666666;
  padding-bottom: 2px;
  text-align: center;
}
#footer a:hover, #footer a:active {
  border-bottom: 1px dashed;
}
#footer a:link, #footer a:visited, #footer a:active {
  text-decoration: none;
}
body {
  background-color: black;
  color: white;
  font-size: 17.5px;
  font-family: "Times New Roman",Times,serif;  
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  font-size: 19px;
}
a:link, a:visited {
  color: #a37a51;
  text-decoration: none;
}
a:hover {
  color: #996633;
}

/* attempts to get a sticky footer thingy */

html, body {
	height: 100%;
}
#middle {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* End of 'created.' */

