html, body {
  background-image:url(../images/background.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  font-size: 12px;
  font-family: Georgia,Times New Roman,Serif;
  margin: 3px 0px 0px 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #4D654B;
  margin: 0px;
}

h1 {
  padding: .5em 0em .5em 0em;
  font-size: 24px;
}
h2 {
  padding: 1em 0 .5em 0;
  font-size: 18px;
}

p {
  margin:0;
  padding: 1em 0em 0em 0em;
  line-height: 1.4em;
}

li {
  margin-top: .8em;
}

.indented {
  margin-left:3em;
}

.course-name {
  font-weight: bold;
  color:#4D654B;
}

.class-photos {
  border: 1px solid #3D5A3D;
}

.class-photos td {
  text-align: center;
  padding: 1em 1em 1em 1em;
}

.borderedTable {
  width: 100%;
  border-collapse: collapse;
}

.borderedTable td {
  border: 1px solid #000000;
  padding: 1em 1em 1em 1em;
  margin: 0;
}

.pageImage {
  float: right;
  padding: 0;
  margin: 1em 0 0 2em;
  border: 2px solid #000000;
}

#outer {
  width: 760px;
  margin: 5px auto 20px auto;
}

#top-div {
  position: relative;
  background-color: #3D5A3D;
  height: 63px;
  width: 760px;
}

#top-left {
  position: absolute;
  width: 214px;
  height: 63px;
  background-color: #3D5A3D;
}

#top-left img {
  border: none;
}

#top-center {
  position: absolute;
  text-align: right;
  left:214px;
  width:300px;
  height: 63px;
  background-color: #3D5A3D;
}

#top-right {
  position: absolute;
  left: 514px;
  width: 246px;
  height: 63px;
  background-color: #3D5A3D;
}

#menu-bar1 {
  text-align: right;
  width: 760px;
  height: 20px;
  background-color: #859985;
}

#menu-bar2 {
  width: 760px;
  height: 31px;
  padding: 8px 0px 0px 0px;
  background-color: #4D654B;
}

#menu-bar2 a {
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 12px 0px 12px;
}

#content-wrapper {
  position: relative;
  width: 758px;
  border: 1px solid #000000;
}

#left-content {
  padding: 0em 10em 1em 3em;
}

#left-content-wide {
  padding: 0 1em 1em 1em;
}

#bio-image {
  float: left;
  margin-top: 4em;
}

#bio-content {
  margin-left: 150px;
}

#footer p {
  font-size: 10px;
  text-align: center;
  margin: 0em auto 1em auto;
}

#footer img {
  border: none;
}

#green-links {
  border: none;
}




