body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ececec;
	margin-top: 0px;
}

p, ul {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 0.85em;
}
/* Homepage */
#picture {
	width: 750px;
	border-left: 5px solid #9e2e2f;
	border-right: 5px solid #9e2e2f;
	border-top: 5px solid #9e2e2f;
	background-color: #9E2E2F;
	color: #FFFFFF;
}

#picture a {
	font-size:100%;
	color:#fff;
}

#bottom {
	width: 750px;
	padding: 5px;
	background-color: #9e2e2f;
	height: 95px;
}

#small_pics {
	width: 123px;
	padding: 0px 2px 0px 1px;
	float: left;
	font-size:80%;
	color:#999;
}

#small_pics a {
	font-size:100%;
	color:#fff;
}

/* Subpages */
#header {
  width: 750px;
  border-left: 5px solid #9e2e2f;
  border-right: 5px solid #9e2e2f;
  border-top: 5px solid #9e2e2f;
  border-bottom: 1px solid #9e2e2f;
  padding: 10px;
}

#left_pic {
  float: left;
  width: 140px;
}

#page_title {
  font-size: 180%;
  font-weight: bold;
  float: left;
  padding-top: 60px;
  margin-left: 30px;
  color: #666666;
}

#content {
  width: 750px;
  text-align: left;
  border-left: 5px solid #9e2e2f;
  border-right: 5px solid #9e2e2f;
  padding: 10px;
}

form {
	width: 700px;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}

.topborder {
	border-top: 1px dotted #666666;
	padding-top:10px;
}

