/* @override http://localhost/assets/screen2.css */

/* @group Common */

body {
  background-color: #f5f3e4;
}

a img {
  border-style: none;
}

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

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

img.left {
  text-align: left;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

img.right {
  text-align: right;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.centered {
  text-align: center;
}

/* @end */

/* @group Header & Footer */

#head {
  text-align: center;
}

#links {
  list-style-type: none;
  padding: 0;
  font: 13px Georgia, "Times New Roman", Times, serif;
  margin: 10px 0 5px;
}

#links li {
  display: inline;
}

#links li a {
  color:#5d0929;
  text-decoration:none;
}

#links li a:hover {
  color: #2b0705;
  text-decoration:none;
}

#footer {
  margin-top: 12px;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  color: #a29083;
}

#footer a {
  color: #a0714f;
  text-decoration: none;
}

#footer a:hover {
  color: #754b2d;
}

/* @end */

/* @group Containers */

#container_top {
  background: url(../images/content_bg_top_cream_sm.gif) no-repeat right top;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#container_bottom {
  background: url(../images/content_bg_bottom_cream.gif) no-repeat left bottom;
  padding-bottom: 14px;
}

#container {
  width: 686px;
  top: 7px;
  position: relative;
  left: 7px;
  height: 100%;
  background-color: #fcfcf7;
}

#content {
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  color: #3f2322;
  padding-top: 25px;
  padding-left: 25px;
  margin-right: 25px;
  min-height: 350px;
  /*padding-bottom: 25px;*/
}

#content img {
  border: 1px solid #93654b;
}

/*#content p {
  margin-top: 0;
  margin-bottom: 20px;
}*/

#content a {
  color: #5d0000;
  padding: 2px;
}

#content a:hover {
  background-color: #ffe9dd;
  text-decoration: none;
}

#content h1 {
  color: #6c120d;
  font: italic 500 15px/20px Georgia, Times New Roman, Times, serif;
  text-align: justify;
  margin-top: 0;
}

.intro_text {
  color: #6c120d;
  font: italic 500 15px/20px Georgia, Times New Roman, Times, serif;
  text-align: justify;
}

/* @end */