# wireframe1
  {
  margin :10px;
  border: 0;
  align: center;
  }

div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }

div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #0000ff;
  }

div.h2
  {
  margin: 2px;
  height: auto;
  width: auto;
  text-align: left;
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 10px;
  }

div.img a:hover img
  {
  border: 1px solid #0000ff;
  }

div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 10px;
  text-align: center;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 10px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  background-color: #7da5d8;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #7da5d8;
border-bottom-color: #7da5d8;
font-size: 16px;
text-align: center;
line-height: 36px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}

.thumbnail
{
text-align: center;
float: left;
width: 110px;
height: 90px;
margin: 5px;
}

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation {
top: 7.74em;
}

 #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
