body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/03289f99.jpg');
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  font-family: Verdana;
  color: #5608a3
}

#topbar {
    width: 1500px;
    height: 10px;
    background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/purplelightbanner.gif);
    margin: 10px;
    background-repeat: repeat;
}


#leftsidebar {
  border-radius: 5px;
     width: 250px;
    height: 700px;
  margin: 10px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    left: -10px;
}

#fullbody {
    width: 850px;
    height: 1500px;
    background-color: white;
    position: absolute;
    left: 335px;
    border-style: solid;
    border-color: #1ddb49;
    border-width: 3px;
    
    #sitemaplayout {
    width: 700px;
    height: 700px;
      padding: 20px;
    background-color: white;
    position: absolute;
    left: 0px;
    }
}

#top {
  width: 1000px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    background-image: none;
    color: white;
    position: relative;
    top: 0px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 2px;
}

#navigation {
     border-radius: 5px;
     width: 250px;
    height: 500px;
  margin: 0px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    top: 10px;
  #homebutton {
        background-color: none;
        position: absolute;
      left: 2px;
      top: 10px;
    }
    #aboutmebutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 80px;
    }
    
    #artbutton {
         background-color: none;
        position: absolute;
        left: 2px;
        top: 150px;
    }
    
    #graphicsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 220px;
    }
    
    #shrinesbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 290px;
    }
    
    #blogbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 360px;
    }
    
    #reviewsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 430px;
    }
    
    #sitemapbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 500px;
    }
    
}

      
}