body {
 font: x-small Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 background: #E8E7E5;
}

div.header {
 background: #E8E7E5;
}

div.header img {
 display: block;
 position: absolute;
 top: 0px;
 left: 5px;
}

div.info p {
 white-space:pre;
 line-height: 1.2;
}

div.info {
 position: absolute;
 top: 200px;
 margin: 1em 350px 15px 10px;
}

div.navbar {
 position: absolute;
 top: 180px;
 left: 5px;
 padding: 2px 0 2px 0; white-space: nowrap;
 background: #ffffff;
}

div.navbar b {
 display: none;
}

div.navbar a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px solid gray;
 padding: 2px 0.5em 1px;
}

div.navbar a:hover {
 color: white; background: #741c1c;
 border-bottom-width: 3px;
}

div.pic {
 float: left; 
 height: 130px; 
 width 130px;
 padding: 15px; margin: 5px 3px;
 background: url(frame-ls.gif) center no-repeat;
}

div.pic img {
 border: 1px solid black;
}

div.ls img {
 height: 96px;
 width: 128px;
 margin: 16px 0;
}

