body {
  font-family: Verdana, sans-serif;
  background: url(http://steve.thefuhry.com/images/tux.png) no-repeat fixed 90% 90%;
  #background: url(http://steve.thefuhry.com/images/tux.gif) no-repeat fixed 90% 90%; /* stupid ie6  */
  background-color: #ece7e2;
}

h1 {
  margin: 5px;
}

.white {
  color: #ffffff;
}


h2 {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  margin: 5px 5px 5px 20px;
}

h2:hover {
  color: #ffffff;
}



h3 {
  margin: 5px;
  font-style: italic;
}

.green {
  color: #339900;
}


h4 {
  margin: 15px 5px 5px 5px;
}

h6 {
  margin: 5px;
}

p {
  margin: 5px;
  font-size: 10pt;
}

a {
  text-decoration: none;
}


.main {
  position: relative;
  left: 25px;
  top: 30px;
  width: 700px;
  padding: 10px; 
  background: #ffffff; 
  border-style: solid;
  border-width: 1px;
}

.header {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 500px;
  height: 100px;
  background-color: #4671d5;
}

.header a {
  color: #000000;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 5px 5px 5px;
  background-color: #1240ab;
}


.block {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 20px;
  background-color: #b5cbff;
  width: 650px;
}


.homeLink {
  position: absolute;
  left: 0px;
}

.blogLink {
  position: absolute;
  left: 100px;
}

.resumeLink {
  position: absolute;
  left: 190px;
}

.contactLink {
  position: absolute;
  left: 310px;
}




.header a:hover {
  background-color: #4671d5;
}


.hover {
  cursor: pointer;
  font-weight: bolder;
}


.header ul {
  position: absolute;
  top: 75px;
  width: auto;
  margin: 5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0 15px 0 0;
}

.header li {
  float: left;
  height: 60px;
}

.networking {
  position: relative;
  text-align: center;
  font-size: small;
  width: 400px;
  border-style: solid;
  border-width: 1px;
  background-color: #2a4480;
  margin-left: auto;
  margin-right: auto;
}

.networking a {
  text-decoration: none;
  color: #999999;
}

.networking a:hover {
  background-color: #ffffff;
}


.content {
  position: relative;
  top: 125px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 100px;
}

.home {

}

.blog {
  display: none;
}

.contact {
  display: none;
}

.contactForm input {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

.contactForm textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  width: 400px;
  height: 100px;
}

.footer {
  position: relative;
  top: 30px;
  text-align: center;
  font-size: x-small;
  color: #4451ff;
  margin-bottom: 5px;
}

.footer a {
  color: #4451ff;
}
