/*officers.css*/
/*last updated Dec12 1540*/
html, body {
  padding: 0;
  margin: 0;
}

h2 {
	color: #8D0808;
}

#logo {
    width: 959px;  
    text-align: center;
}

#officers {
	text-color: white;
	font-size: 25px;
    font-weight: bold;
	font-stretch: 5px;
	text-align: center;
}

#nav  {
    list-style-type: none;
    margin: 2px 150px ;
    padding: 0 5px ;
    overflow: hidden;
    width:70%;
 }
 
.page1 {
        border: solid 3px black;
        background-image: url("http://www.geocities.ws/wplatt1372080/img/notebook.GIF");
        background-image: repeat-y;
        /*background-image: url("img/notebook.GIF");*/
        background-color: #9DD0F6;
        width: 959px;
        margin: 0 auto;
        padding: 0px 5px 5px 5px;
}
