* {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
}
/* menu */

#nav {
  width: 180px;
  float: right;
  margin-top: 50px;
  clear: both;
}

#nav li{
  list-style: none;
  color: #9CC;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}

#nav li a:link {
  text-decoration: none;
  color: #9CC;
}

#nav li a:active {
  text-decoration: none;
  color: #9CC;
}

#nav li a:visited {
  text-decoration: none;
  color: #9CC;
}

#nav li a:hover {
  text-decoration: none;
  color: #069;
}

img {
  float: left;
}

H1, p {
 color:#385038;
 font-variant: small-caps;
}

p {
font-size:1.3em;
font-weight: bold;
margin-top:-5px;
}

span {
 color:#99CCCC
}
