@import "http://www.cgarrard.com/cgarrard.css";

html {
/*  height: 100%; */
}
body {
/*  height: 100%; */
}
/*
h2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1em;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
*/

#bodyarea {
  height: 98%; 
}
#returnarea {
  position: absolute;
  top: 14px;
  right: 10px;
  color: white;
  text-align: right;
}
#thumbarea {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 120px;
  height: 80%;
  text-align: center;
  margin-top: 10px;
  overflow: scroll;
}
#titlearea {
  position: absolute;
  top: 40px;
  left: 125px;
  margin: 10px;
}
#photoarea {
  position: absolute;
  top: 120px;
  left: 125px;
  visibility: hidden;
  margin: 10px;
}
#descarea {
  position: absolute;
  top: 120px;
  left: 125px;
  margin-left: 10px;
  margin-right: 10px;
}
#pstuffarea {
  position: absolute;
  top: 70px;
  left: 2em;
  padding-right: 2em;
}
#photoarea img {
  padding-right: 10px;
}
#returnarea a:link {
  color: white;
}
#returnarea a:visited {
  color: white;
}
#returnarea a:hover {
  color: yellow;
}
#returnarea a:active {
  color: yellow;
}

#photopreview {
  position: absolute;
  left: 100px;
  top: 100px;
  visibility: hidden;
  border-style: solid;
  border-width: thin;
  border-color: #07426E;
  background-color: white;
  padding: 10px;
}
#returnarea a.nogo:hover {
  color: white;
  cursor: default;
}

