body {
  background: url(background.jpg) top left;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: "Courier New", Courier, monospace;
}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: -10;
}

#container {
  width: 80%;
  border: 0px solid gray;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
}

#banner {
  padding: 5px;
  margin-bottom: ;
}

#content {
  position: relative;
  display: inline;
  z-index:3;
  padding: 5px;
}

#sidebar-a {
  float: left;
  width: ;
  margin: 0;
  margin-right: ;
  padding: 10px;
}

#sidebar-b {
  background: url(box3top.gif) top left no-repeat;
  float: right;
  width: 560px;
  min-height: 500px;
  height: auto;
}

#footer {
  clear: both;
  display: block;
  padding-bottom: 50px;
  margin-top: auto;
  text-align: center;
  z-index: 10;
}


#imagepane {
  clear: right;
  padding-left: 10px;
  padding-right: 30px;
}

#imagepaneHeader { 
  font-size: 1.3em;
  font-family: "Courier New", courier, monospace;
  font-weight: bold;

  padding-left: 25px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 10px;
}

#bigpicture {
  float: left;
  width: 430px;
  margin-left: 10px;
  border: 0;
  text-align: center;
}

#thumbpane {
  clear: right;
  text-align: center;
}

#thumbs { 
  display: block;
}

.thumb { 
  display: block;
  float: right;
  clear: right;
  margin-right: 10px;
}


#imagetext {
  clear: left;
  display: block;
  padding-left: 25px;
  padding-right: 30px;
  padding-bottom: 5px;
  background: url(box3bottom.gif) bottom left no-repeat;
}

img {
  border: 0;
}

img.top { vertical-align: top; }
img.mid { vertical-align: middle; }

.polaroid{
  position: inline;
  z-index: 10;
  float: left;
  cursor: move;
  margin-right: -5px;
  margin-bottom: -5px;
}

p {
  font-size: 90%;
  font-family: "Courier New", courier, monospace;
  line-height: 105%;
}

p.title {
  font-size: 110%;
  line-height: 90%;
  font-weight: bold;
}
