/*


Steve Clason
steve@steveclason.com
9 Jul 08

Revisions:

*/
body {

  background-color: #000000;
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
}
p,li,ol,ul,h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}


/**********  Home Page **********/

.home #header {
  height: 438px;
}

.home img#homePhoto {
  display: block;
  float: right;
}
.home img#logo {
  display: block;
  margin: 0 auto;
  width: 160px;
}
#wrapper {
  width: 780px;
  margin: auto;
  position: relative;
  background-color: #fff;
}

/********** Navigation ***********/
#nav {
  float: left;
  width: 200px;
  background-color: transparent;
  color: #6D9E31;
  font-size: 100%;
  padding-left: 17px;
  margin-right: 20px;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
#nav li span {
  font-size: 100%;
  font-weight: bold;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#contentWrapper {
  position: relative;
  padding-top: 12px;
}
#content {
  margin-left: 250px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 80%;
}
#content p {
  line-height: 1.5;
}
#content h2 {
  color: #53922b;
  font-family: verdana, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 100%;
}
#contentPhoto {
  float: left;
  margin-left: 80px;
}
.clearBoth {
  clear: both;
}
