@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Courier New, Courier, monospace;
    letter-spacing: 2px;
    font-size: 14px;
    color: #FFFFFF;
    /* background-image: url("/images/background.1.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}
body img {
  border: 0px;
}
body span {
  color: #7B7979;
}
body a {
  color: #FFFFFF;
  text-decoration: none;
}
body table {
  border: 0px;
}

html {
  height: 100%;
}

#TB_window {
  font-family: Courier New, Courier, monospace;
  letter-spacing: 2px;
  font-size: 14px;
}

#left-fixed-container {
  width: 250px;
  height: 475px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: left;
}

#left-fixed-container ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 145px;
}

#left-fixed-container ul .title {
  margin-bottom: 10px;
  margin-left: -1px;
}

#left-fixed-container ul .entry {
  margin-bottom: 10px;
  text-align: right;
  margin-right: 135px;
}

#right-fixed-container {
  width: 380px;
  height: 475px;
  position: absolute;
  right: 0;
}

#right-fixed-container ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 116px;
  text-align: right;
}

#right-fixed-container ul li {
  margin-bottom: 10px;
}

.section-link {
  font-size: 20px;
  padding: 0px 15px 0px 15px;
  background-color: #7B4C71;
  width: auto;
  letter-spacing: -0.75px;
}

#logo {
  background-color:#FFFFFF;
  margin-top: 40px;
  float: right;
  font-size: 70px;
  color: #7B4C71;
}

#enter-button {
  margin-top: 145px;
  float: right;
}

#enter-button img {
  margin:auto;
  margin-right: 0;
  margin-bottom: 20px;
  display: block;
}

#page-content-wrapper {
  position: absolute;
  left: 115px;
  top: 115px;
  width: 575px;
  height: 330px;
  padding: 100px 0px 5px 15px;
  background-color: #7B4C71;
  text-align: left;
}

#page-content {
  height: 295px;
  margin: 10px;
  margin-top: 0px;
  overflow: auto;
  padding: 0px 5px 10px 0px;
  background-color: #7B4C71;
}

#page-content h3 {
  margin: 0px 10px 10px 10px;
}

#page-content p {
  margin: 5px 10px 5px 10px;
}

#page-content img {
  margin: 5px 10px 5px 10px;
}

#page-content .left-img {
  margin-left: 0px;
  float: left;
}

#page-content .center-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#page-content .right-img {
  margin-right: 0px;
  float: right;
}

/* styles for IE 5 Mac */
#horizontal-wrapper {
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* following rules are invisible to IE 5 \*/
#horizontal-wrapper {
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -237px;
  text-align: center;
  min-width: 900px; 
}
/* end IE 5 hack */ 

#wrapper {
  position: relative;
  text-align: left;
  width: 900px;
  height: 475px;
  margin: 0px auto;
}
