body {
  font-family: Verdana, sans-serif;
  background-image: url(flower.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat; 
}

h2 {
  font-size: 1.1em; 
  letter-spacing: .08em;
  margin-top: 1.8em;
  margin-bottom: .8em;
}

li {
  margin-bottom: 1.3em;
}

a:hover {
  color: #BB0000;
}

div#title {
  position: absolute; 
  top: 44px; 
  left: 70px; 
  width: 366px;
  height: 37px;
}
	
div#dyncontent {
  position: absolute; 
  top: 125px; 
  left: 163px; 
  width: 640px; 
  color: #555; 
  font-size: 0.9em;
  padding: 15px; 
}

div#menu {
  position: absolute; 
  top: 150px; 
  left: 0; 
  width: 156px; 
  height: 500px; 
  font-size: 0.8em;
  color: #555;
}

div#updated {
  position: relative; 
  width: 156px; 
  height: 50px; 
  font-size: 0.8em;
  text-align: center;
  margin-top: 1.5em;
}

div#news {
  position: absolute;
  top: 35px;
  left: 680px;
  width: 156px; 
  height: 100px; 
}

div#vbar {
  position: absolute; 
  top: 135px; 
  left: 158px;
}

div#hbar {
  position: absolute; 
  top: 118px; 
  left: 178px; 
}

div#portrait {
  background-image: url(portrait.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 175px;
  padding: 8px;
  float: right;
}

div#print {
  top: 0;
  left: 0;
  width: 250px;
  height: 20px;
  float: left;
}

div#menu a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 2px;
  border-width: 0; 
  text-decoration: none;
  color: #555;
}

div#menu a:hover {
  color: #BB0000;
}

div#news em {
  display: block;
  text-align: center;
  font-size: .7em;
  padding: 5px 10px;
  margin: 0 0 2px;
  border-width: 0; 
  text-decoration: none;
  color: #F55;
}

div#news p {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: .7em;
  padding: 5px 10px;
  margin: 0 0 2px;
  border-width: 0; 
  text-decoration: none;
  color: #555;
}

span#small_href {
  font-size: 0.8em;
}

span#q {
  font-style: italic;
  font-weight: bold;
}
 
span#bold {
  font-weight: bold;
}
