body {
    font: 11px/20px "Lucida Grande", verdana, sans-serif;
}

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }
h3, h4 
{
    color: Black;
}
h4 {
 margin:0; 
 padding: 5px 0;
 }
h5 {
  color: #003871;
  margin-left: 15px;
  padding: 0;
  margin-bottom: 2px;
}
p:first-letter {
 font-size: 15px; 
 font-weight: bold;
 }
#navlist {
    padding: 0; 
    margin: 0;
    padding-left: 10px;
}


#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("http://biphome.spray.se/karl10/images/navBarBg.gif") repeat-x 20px;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #000;
text-decoration: none;
font-weight: none;
display: block;
width: 70px;
border-left: 1px solid #A8B090;
}

#navcontainer li#active { background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; }

.shadow {
    width:165px;
    height:145px;
    filter:shadow(color:gray, strength:5, direction:115);
    margin: 10px 0 10px 0;
}

.shadowimg {
    width: 150px;
    height: 130px;
    border: 1px solid black;
}

.pullquote 
{
    width: 145px;
    background:gold;
    color:black;
    float: right;
    border:1px solid maroon;
    font-weight:bold;
    line-height:140%;
    padding:5px;
    margin-top:10px;
    margin-left:10px;
    }
    
.directions {
    padding-left: 20px;
    color: #777;
}


.imgDirect {
    float: left;
    margin: 0 15px 15px 0;
    width: 180px;
    height: 125px;
}