body {
  background: url(../Graphics/BodyBackground.jpg) repeat;
  font: 13px Trebuchet MS, Tahoma, Verdana, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #ddd;
  padding: 5px;
}

a { text-decoration: none; }
a img { border: 1px solid transparent; }
a.zoom img { height: 50px; }
a:link    { color: #9a98f2; }
a:visited { color: #e73149; }
a:active  { color: #760923; }
a:hover { background: #333; }
a img:hover {
  border: 1px solid #999;
  text-decoration: none;
}

blockquote { margin: auto 2%; }

caption { font-size: 1.2em; font-weight: bold; text-align: center; }

h1, h2, h3, h4 {
  text-align: center;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  margin: 0.75em;
}
h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; text-align: left; }
h4 { font-size: 1.4em; }
h4.Clear { padding-top: 2em; }

img { margin: 1px; padding: 2px; }

pre { font-family: "Courier New"; }

table { border: 1px solid #bbb; margin: 0 auto; }
table.RightAlign td { text-align: right; }
td    { border: 1px solid #ddd; }
th { padding: 0.5em; text-align: center; }
#fancy_title table, #fancy_title td { border: 0 }


/* ----- */

#Container {
  background: #000 url(../Graphics/ContainerBackground.jpg) repeat;
  width: 900px;
  margin: 0 auto; padding: 5px;
  border: 1px solid #ccc;
}

#AranImages li {
  float: left;
  width: 50%;
  text-align: center;
}
#AranImages li p {
  margin: 4%;
  text-align: left;
}

#WebsitesYouMayEnjoy { text-align: center; }
#WebsitesYouMayEnjoy a { margin: 20px; color: #9a98f2; }

/* Information for the Galleries */

#MainImageContent {
  margin: 10px auto; padding: 1px;
  text-align: center;
  background-color: #f3f3f3; border: 1px solid #999;
}
#MainImage {
  border: 1px solid #999;
  margin: 20px; padding: 1px;
}
#Title {
  width: 50%;
  margin: 1em auto; padding: 0.1em;
  font: 1em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-variant: small-caps;
  border: 1px solid #ccc;
  color: #666; background-color: #f3f3f3;
  text-align: center;
}
#ImageList {
  margin: 1px auto; padding: 0;
  height: 100px; width: 650px;
  border: 1px solid #999;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}
  #ImageList a img:hover {
    border: 1px solid #677d96;
    margin: 3px; padding: 0;
    text-decoration: none;
  }
  #ImageList img {
    height: 70px;
    margin: 2px;
    border: 0;
  }
  #ImageList ul {
    padding: 10px;
  }
    #ImageList li {
      display: inline;
      padding: 1px;
    }

/* --- */

.Center { text-align: center; }
.Left   { text-align: left; }
.Right  { text-align: right; }

.Clear { clear: both; }

.FloatLeft  { float: left; }
.FloatRight { float: right; }

.ImagesListing li:after { /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
  .ImagesListing li a img {
    float: left;
    margin-right: 10px;
    display: inline;
  }
.ImagesListing li div { font-size: 0.9em; }
  .ImagesListing li div a { font-size: 1.2em; font-weight: bold; }

.LeftColumn { float: left; margin-right: 20px; }

.PanDisplay { text-align: center; outline: 1px solid #666; }

.SmallLogo { position: relative; margin-left: 25px; }

.TeamDisplay { float: left; margin-left: 20px; width: 30%; }

.TOCLink { font-size: 1.2em; font-weight: bold; }

.OneOfTwoColumns { float: left; width: 48%; padding: 1%; }

.XXSmallInfo { font-size: 0.8em; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}