body {
   background-color:  #6A91B7;  /* #5B79A3  #316496;*/
    /* background-image: url(vettes_sm.gif);   /* display a background image */
    color: blue;
    font-size: .9em;
    font-family: arial, helvetica, sans-serif;
}


#ptop		{	
    position: fixed;   /* was fixed */
    background-color: black;
    z-index: 10;
}
	
#scrollpage {
    margin-top: 10px;
    margin-left: 110px;
    border: 0px groove blue;
    
}

.header {
    
    margin: 0px;
    font-family: serif;
    border: 0px solid red;
    text-align: center;
}	

#navcontainer {		/* navpane */
    position: fixed;
    top: 1em;
    left: 5px;
    width: 0px;
    color: #000000;
    text-align: center;
    margin: 5px;
    padding: 0px;
    font-family: arial, helvetica, sans-serif;
}
    



/* This defines the content pane for the site.
    Used in multicolumn sites and as an AJAX target */

#pcontent {
    border-width: 6px;
    border-color: black;
    text-align:center;

}

/* defines the layout of the page footer */

.pfooter {
    clear: both;
    z-index: 0;
    margin: 1em;
    text-align: center;
    }

