h1 {
  margin: 0;
  text-align: right;
  padding: 1em .5em .15em;
  font: bold 2.5em Arial, sans-serif;
  border-bottom: 2px solid #303055;
  letter-spacing: 2px;
  line-height: 1em;
  color: #050510;
  }
h2 {
  margin: 0;
  text-align: right;
  padding: .1em .75em 0 0;
  font: bold 1.75em Arial, sans-serif;
  letter-spacing: 1px;
  color: #100505;
  }
h2.sectiontitle {
  text-align: left;
  position: relative;
  left: 5px;
  top: 0.5em;
  bottom: 0.5em;
  }
h3 {
  position: relative;
  font-style: italic;
  left: 5px;
  top: 0.5em;
  bottom: -0.5em;
  }
p {
  padding-bottom: 1em;
  }
div.background {
  background: url(/images/Railog%20Background.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  }
div.page {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px 0px;
  height: 100%;
  background-color: transparent;
  font-weight: bold;
  border: 1px solid black;
  filter: alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity: 0.90;
  }
div.textbox {
  position: relative;
  padding: 5px 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: 25px 15px 25px 5px;
  background-color: #ffccff;
  border: 1px solid black;
  }
div.textbox h1 {
  left: 0%;
  width: 100%;
  color: #000000;
  text-align: center;
  }
div.textbox p {
  margin: 5px 5px;
  color: #000000;
  }
p.firstPara:first-letter {
  font-size: xx-large;
  }
div.gallery {
  margin: 2px;
  }
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.caption
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

.newRow {
  clear:both;
  margin-bottom:2px;
  }

p.galleryFoot {
  }

/* Alternate menu colors */
#homemenu {
  background-color: #ccf;
  }
#morfarmenu {
  background-color: #dbd;
  }
#ylansimenu {
  background-color: #bdd;
  }

p.footer {
  position: relative;
  padding: 5px 5px;
  top: 5px;
  background-color: #dd99dd;
  border: 1px solid black;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  }
th {
  font-style: italic;
  text-align: left;
  }

