body {
    text-align: center;
    font-family: Arial, "Times New Roman",
    Times, serif;
    color: black;
    background-color: #FFE7FF;
}

#container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 720px;
    height: 540px;
    background-color: #FFD7FF;
    text-align: left;
    border: 1px solid black
}
#header {
    text-align: center;
    background-color: #FFD7FF;
    height: 25%;
}  
#menu { 
    width: 13%;
    height: 70%;
    background-color: #FFD7FF;
    float: left;
    position: absolute;
    top: 120px; 
    left: 25px
}
#menu ul {
    list-style-type: none;
    padding: 0px;
    padding-right: 5px;
    padding-top: 5px;
    margin: 0;
    text-align: right;
}
#menu ul li {
    background: #FFD7FF;
    margin: 0.5em 0;
    padding: 0.3em;
    border: none;
}
a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
a:link {
    color: #915891; 
}
a:visited {
    color: #915891; 
}
a:hover {
    color: red;
    text-decoration: underline;
}
#contents {
    float: left;
    width: 56%;
    height: 63%;
    background-color: #FFE7FF;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 8px solid #FFD7FF;
    font-size: 12px;
    color: black;
    position: absolute;
    top: 130px; 
    left: 115px
  }
h1 {
    font-size: small;
    color: #803080; 
    text-align: left;
}  
#pictures {
    float: left;
    width: 24%;
    height: 65%;
    background-color: #FFD7FF;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 130px; 
    left: 544px;    
}
#pictures a {
    font-size: 10px;
}
#footer {
    background-color: #FFD7FF;
    height: 9.5%;
    clear: left;
    font-size: 12px;
    text-align: right;
    position: absolute;    
    top: 480px;
    left: 610px;
}
address {
    text-align: right;
    margin-top: 0.55em;
    margin-right: 2em; 
}
centered {
    text-align: center;
}
  
