body {
margin: 0px;
padding: 5px;
background-color: #9091A8; }

#header {
height: 100px;
margin-bottom: 5px;
background-color: #9966CC;
background-image: url(bg.jpg);
border: 2px solid #000; }

#left {
position: absolute;
top: 115px;
left: 5px;
width: 200px;
height: auto;
float: left; }

#right {
position: absolute;
top: 115px;
left: 215px;
right: 5px;
height: auto;
width: auto; }

.gallery {
display: inline-block;
position: relative;
left: 5px;
top: 5px;
width: auto;
height: auto;
text-align: center; }

.blocktext {
border: 2px solid black;
padding: 3px;
margin: 0px;
margin-bottom: 5px;
background-color: #fff; }

.title {
border-top: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
text-align: center;
padding: 3px;
margin: 0px;
color: #FEB;
background-color: #9966CC;
background-image: url(bg.jpg); }

.heading {
display: inline;
position: relative;
top: 40%;
left: 25px;
color: #FEB;
margin: 0px;
padding: 0px;
font: bold 36px Veranda, sans-serif; }

.heading a {
text-decoration: none;
color: #FEB; }

.minihead {
border-top: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
text-align: right;
margin: 0px;
color: #FEB;
padding: 3px;
background-color: #9966CC;
background-image: url(bg.jpg); }

.minicontain {
border: 2px solid black;
padding: 0px;
margin: 0px;
margin-bottom: 5px;
background-color: #fff; }

.minicontaincenter {
border: 2px solid black;
padding: 0px;
margin: 0px;
margin-bottom: 5px;
text-align: center;
background-color: #fff; }

.minicontaincenter p a { text-decoration: none; }

.printonly { display: none; }

.nostealy {
position: static;
bottom: 5px;
width: 100%;
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
padding: 0px; }

.navlinks {
display: block;
padding: 0 1px 1px;
margin: 0px;
font: bold 12px Veranda, sans-serif;
background: #000; }

.navlinks:first-child {
border-top: 0; }

.navlinks li {
list-style: none;
margin: 0;
text-align: right; }

.navlinks li a {
display: block;
padding: 3px;
border-left: 1em solid #586783;
border-top: 1px solid #000;
background: #fff;
text-decoration: none; }

.navlinks li a:link { 
color: #000; }

.navlinks li a:visited { 
color: #000; }

.navlinks li a:hover {
border-color: #fff;
color: #fff;
background: #000; }

.nav {
width: 100%; }

.back {
position: static;
left: 5px; }

.next {
position: static;
right: 5px; }

ol.c { 
list-style: none; }