A.navbar:link { color: #216846; text-decoration: none;}
A.navbar:visited { color: #216846; text-decoration: none;}
A.navbar:hover { color: silver; text-decoration: none; }
A.navbar:active { color: silver; text-decoration: none; }

p.navhere {
   color: silver;
}

div.navbar {
   font-weight: bold; font-size: larger;
   position: fixed; top: 126px; left: 0; bottom: auto; right: auto;
   margin: 0 20px 0 20px;
}

div.bgul {
   position: fixed; top: 0; left: 0; bottom: auto; right: auto;
   margin-left: 20px;
   padding: 20px;
   background: white;
}
img.bgul {
   width: 204px; height: 86px;
}

img.bgll {
   position: fixed; top: auto; left: 0; bottom: 0; right: auto;
   margin: 20px 20px 0 0;
}

img.bglr {
    position: fixed; top: auto; left: auto; bottom: 0; right: 0;
    margin: 20px;
}

div.content {
   position: fixed;
   top: 150px; left: 200px; bottom: 20px; right: 174px;
}
div.content iframe {
    width: 100%; height: 100%;
}

body {
   background: url(images/bgll.jpg) no-repeat fixed bottom left;
}

