html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: url('includes/geode-left.png') repeat-y scroll left top, url('includes/geode-right.png') repeat-y scroll right top transparent;
  font-family: Verdana, Geneva, sans-serif; 
  font-size: 12px;
  }

#container {
  position: relative;
  background-color: white;
  min-height: 100%;
  width: 725px;
  margin: 0 auto;
}

#header {
  position: relative;
  background-color: white;
  background-image: url('includes/mf.png');
  background-repeat: no-repeat;
  background-position: center left;
  width: 650px;
  height: 125px;
  margin: 0px auto;
  padding: 10px 0px 5px 0px;
}
#header h1, #header h2 {
  text-align: right;
  text-decoration:none;
  font-style: normal;
  font-weight:normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
#header h1 { font-size: 36px; }
#header h2 { font-size: 16px; }
#headnav {
  position: absolute;
  width: 100%;
  left: 0px; bottom: 20px;
  text-align: center;
  vertical-align: bottom;
  border-top: solid thin black;
  border-bottom: solid thin black;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
#headnav ul, #headnav li {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
#headnav a       { color: black; text-decoration: none; }
#headnav a:hover { color: #4a1a7d; }

#footer {
  background-color: white;
  position: absolute;
  bottom: 5px;
  width: 725px;
  height: 3em;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
#footer p {
  text-align: center;
  color: lightgray;
  font-size: x-small;
  border-top: solid thin lightgray;
  width: 650px;
  padding: .5em 0px;
  margin: 0px auto;
}

#body, #catalog, #cv {
  background-color: white;
  width: 650px;
  margin: 15px auto;
  padding-bottom: 4em;
}


a:link    { color: #4a1a7d }
a:visited { color: #4a1a7d }
a:hover   { color: #4a1a7d }
a:active  { color: #4a1a7d }

table {
  width: 100%;
  border-spacing: 0;
  padding-top: 1em;
}
th {
  color: white;
  background-color: #4a1a7d;
  vertical-align: bottom;
  border-bottom: solid thin #4a1a7d;
}
tr {
  vertical-align: top;
}
td {
  text-align: left;
  padding-right: 5px;
}
td.date {
  white-space: nowrap;
}

h1 {
  font-size: 1.75em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: 1.5em;
}
h2 {
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  margin-top: 1.5em;
}
h3 { 
  font-size: 1.17em; 
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top: .5em;
}
.right {
  text-align: right;
}

p.photoright {
  float: right;
  padding: 2px 0px 8px 10px;
  margin: 0px 0px 0px 0px;
}

#catalog ul, #catalog li {
  display: inline;
  margin:  0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
}
#catalog p {
  margin: 10px 0px 0px 0px; 
}
#catalog .info {
  border-left: solid thin black; 
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}
#catalog iframe {
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px; 
  border-radius: 12px; 

  -moz-box-shadow: 4px 4px 14px #000; 
  -webkit-box-shadow: 4px 4px 14px #000; 
  box-shadow: 4px 4px 14px #000; 
}

#available p {
  margin: 10px 10px 0px 10px; 
}

#cv p {
  margin: 1.12em 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cv .nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cv .indent1 {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}

#cv .indent2 {
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
}

#cv .hidden {
  display: none;
  border-left: solid thin black; 
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}

#cv .hidden2 {
  display: none;
  border-left: solid thin black; 
  margin: 5px 0px 10px 30px;
  padding: 0px 0px 0px 10px;
}