/*paula.css*/
body {
        color: black;
        background-color: #ff6c00;
        background-image: url("pictures/bg5.gif");
      }
      #menu {
        float: left;
        width: 13%;
        min-height: 30em;
        }
      #menu li {
        list-style-image: url("pictures/dog-bone.gif");
        }
      #main {
        float: left;
        width: 75%;
        position: relative;
       } 
       #main img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        }
      h1,h2,h3,h4 {
        text-align:center;
      }
      #about {
       float: right;
       margin-left: 1%
      }
      #links {
        float: left;
        width: 75%;
        position: relative;
        }
      #links li {
        list-style-type: none;
      }
      #center {
        text-align:center;        
         }
