body
{
  width: 100%;
  font-family: Verdana;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-image: url(images/background.gif);
}

#banner
{
  background-color: #A82024;
  width: 100%;
}

#banner_text
{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

#banner_text img
{
  border: 0px;
}

#menu_container
{
  background-color: #F3EBD1;
  height: 45px;
  border-bottom: 11px solid #A82024;
  width: 100%;
}

#menu
{
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.menu_item
{
  padding-right: 40px;
}

.menu_image
{
  border: 0px;
}

#content_container
{
  min-height: 450px;
  overflow: auto;
  padding-bottom: 50px;
}

#content
{
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 30px;
  font-family: Garamond;
  font-size: 90%;
  color: #222222;
}

#homepage_image
{
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  width: 325px;
}

.page_title
{
  float: left;
  text-align: right;
}

.page_text
{
  width: 340px;
  float: right;
}

.page_image
{
  padding-bottom: 30px;
}

.red
{
  color: #A92523;
}

.redb
{
  color: #A92523;
  font-weight: bold;
}

.black
{
  color: #222222;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.essays_link
{
  color: #000000;
}
