body{
    background-color:#83D3B4 ;
    background-attachment:fixed;
    font-family:Verdana; 
    font-size: 12px;
    text-align: center;    /* This should place header in centre BUT put to left later ? */
/*    margin: 0px auto 10px auto;   N B margin applied to body applies to all inside it */
    width: 100%;
}                   
/* class for body */
.white{
    background-color: #FFFFFF;
}  


/* Styling for divisions  id  (one per page)
------------------------------------------------------------*/

/* Top row of links */ 
#topband{
    position:fixed !important;
    position:absolute;
    top:0 !important;
    left: 0;
    background-position:top;
    background-color:#83D3B4 ;
    color:#000000;
    width: 100%;
   /* width:1020px;  /* 20 more than body because of border and padding */
    padding: 5px;  
    z-index:10;
}

/* The whole screen */
#entire{
    position: static;
    top:0;
    left: 10px;
    width: 100%;
    }

/*To move rest of screen below topband */
#spacer{
    width:100px;
    height:75px;
}

/* Only used for address in contacts.html */
#contacttext{
    text-align: center;
    font-family: cursive;
    font-size: 50px;
    background-color: #FFF; 
}

/* Text for recom.html*/
#contactaddress{
    text-align: center;
    font-size: 15px;
    background-color: #FFF; 
}


/* for link in contacts */
#smallwin{
    position: fixed;
    position: absolute;
    top: 360px;
    width:100px;
    height: 50px;
    font-size: 12px;
    border: 0;
}

/* for small link in recom.html */
#recom{
    position:fixed !important;
    position:absolute;
    top:40px !important;
    left: 50px;
    color:#000000;
    width: 10px;
    z-index:10;
}
/* movable small link in contacts.html */
#contacts{
    width: 10px;
    position:fixed !important;
    position:absolute;
    top:250px !important;
    left: 60px;
    color:#000000;
    width: 10px;
/*    height: 15px;
    width:1020px;  /* 20 more than body because of border and padding 
    padding: 10px 20px 0 0;                                           */
    z-index:10;
}

#blog_button{
/*    position:fixed !important; */
    position:absolute;
    top:390px !important;
    left: 487px;
    color:#000000;
    width: 10px;
    border: 0;
}    

/* =div Styling for divisions  class
------------------------------------------------------------*/

 /* Surround of image_float */
 .pics{
   width: 25em;
   margin: 0 0 0 0;   /*   Put in for Firefox 
   padding: 0.5em;                      */ 
    background-color: #FFF;
    text-align: center;
}


/* picture holder */
.image_float {
    margin: 0 auto 0 auto;
    padding: 3px 0 3px 0;
    background-color: #FFF;
}



/* Title of pictures */
.pictitle {
    font-family : Palatino, Georgia, "Times New Roman" serif;
    font-size: 1em;
    line-height: 100%;
    padding-bottom: 0;
    color: #808080;
}

.textbox{
    width: 25em;    
 /*   margin: 1em auto 1em auto;         All these wreck Firefox !
    padding: 1em 0 1em 0      */
    background-color: #FFF;
    text-align: left;
}

.narrow{
    height: 0;     /* Necess. for Firefox to go between pic and text  within text box*/
}

.top{
    height: 0.5em;  /* this puts a narrow top on pics */
}

/* for small links in topband */
 .SmallBox{
    width: 4em;
    margin: 0 auto 0 auto;
    border-color: white;
 }

.smallIndexBox{
    width: 7em;
    margin: 0 auto 0 auto;
    border-color: white;
    text-align: center;
} 

#down{
    position:relative; /*!This is relative to the picture above.; */
    top:60px;
}

#bottlespic{
    position:relative;
    top:50px;
    left:50px;
}

.lizard{
    top: 30px;
    left: 20px;
}


#nextpos{
    width:800px;
    height:30px;
}




/* Rules for headings */
h1 {
font-size:1em;
text-align: center;
}
h2 {
font-size:1em;
}
/* heading for all text in blocks */
h3 {
margin: 0 2em 0 2em;
font-size:1em;
padding-bottom: 2em;
}

/* Line-heights for text boxes and may be used for extra width as in class = "em1" */
.px2{
    height:2px;
}

.em0_4{
    height : 0.4em;
}

.em0_6{
    height : 0.6em;
}

.em0_8{
    height : 0.8em;
}

.em1{
    height : 1em;
}

.em1_1{
    height: 1.1em
}

.em1_2{
    height: 1.2em;
}

/* this is the same as the normal paragraph */
.em1_3{
    height: 1.3em;
}

.em1_4{
    height: 1.4em;
}

.em1_5{
    height: 1.5em;
}

/* Below pics in Index */
.index_title{
    width: 80px;
    font-size: 1.2em;
    padding-top: 0.8em;
    text-align: center;
}

/* Below links in top band */
.linktitle{
    text-align: center;
}

/*Below links in current top band icon */
.redtitle{
    text-align: center;
    color: white;
}

.blogtitle{
    color: white;
    font-size: 1.5em;
    text-align: center;
    font: bold;
}

.bloglink{
    font-size: 1.2em;
    padding-top: 0.8em;
    text-align: center;
    
}

p {
font-size:1em;
line-height:1.3em;
text-align: left;
padding: 0 1em 0 1em;
}

/* Links */
a:link{
    color: blue;
    text-decoration: none;
}

a:visited{
    color:purple;
    text-decoration: none;
}

a:hover{
    color: red;
    text-decoration: none;
}

a:active{
    : #000;
    text-decoration: none;
}  

