/* CSS for DaleDonchin.com site */

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

#navigation, #main, #about, #contact, #header {
  position: absolute;
}

#navigation, #main, #about, #contact {
  top: 130px;
}

#main, #about, #contact {
  left: 150px;
}

#header {
  width: 100%;
  border-top: 3px solid #7da5d8;
  background: navy url(schematic.jpg) repeat-y right;
}

#navigation {
  width: 130px;
  height: 400px;
  background: #7da5a8 url(DaleDonchin.jpg) no-repeat bottom;
}

#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;
  background: #bed8f3 url(fade1.jpg) repeat-y right;
}

a:visited {
  color: navy;
}

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

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

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

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

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

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