body {
  padding-left: 4em;
  padding-right: 4em;
  font: 75%/1.4 verdana, Geneva, Helvetica, SunSans-Regular, sans-serif;
  font-size: medium;
  color: black;
  background-color: white}

h1 {
  font: 300% verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
a:link {
  color: blue }
a:visited {
  color: purple }

/* ////////////// layout ///////////////// */

/* defines the top of the frame, to include the title */

#title {
  width: 90%;
  margin-bottom: 0em;
  padding-left: 5%;
  padding-right: 5%;
  padding-top:5%;
  background-color:white;
  background:url(sciency_header.jpg) repeat-x;
  border-bottom: thin silver solid
}

/* defines the central portion of the frame */
#middle {
  width: 90%;
  position:relative;
  background-color:white;
  padding: 5%;
}

/* defines the navigation window */
#navbar{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 14%;
  border: thin silver solid }
#navbar li {
  margin: 0.5em 0.5em;
  padding: 0em; }
#navbar li a {
  text-decoration: underline }

/* defines the navigation window */
#topicbar{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 14%;
  border: thin silver solid }
#topicbar li {
  margin: 0.5em 0.5em;
  padding: 0em; }
#topicbar li a {
  text-decoration: underline }

/* defines a table */
#datatable{
  border-width: 1px 1px 1px 1px;
  padding: 0em;
  margin: 3em;
  border-style: solid solid solid solid;
  border-color: silver silver silver silver;
  float: right;
  background-color: white;  
}
#datatable th {
  background-color: white;
}
#navbar td {
  background-color: white;
}

/* section to include the content. figure will be subordinate */
#introduction {
  background-color: white;
  position: relative;
  top: -3em;
  left: 15%;
  width: 80%
}

#evidence {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#predictions {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#technology {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#connections {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#unknown {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#references {
  background-color: white;
  position: relative;
  top: 0em;
  left: 15%;
  width: 80%;
  padding-bottom: 5%
}

#mainfigure {
  background-color: white;
  float: right;
  width: 40%;
  margin: 0em;
  padding: 0.5em;
}
#mainfigure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
  color: Silver
}
img.scaled {
  width: 100%;
}


/* bottom portion of the page */
#footer {
  float: center;
  width: 90%;
  margin-top: 1em;
  padding: 5%;
  border-top: thin silver solid;
  background-color: white;
  background:url()
}


