#information {
    float: left;
    width: 400px;
    margin-top: 10px;
    margin-left: 50px;
    /*border-width: 5px;*/
    /*border-style: solid;*/
    /*border-color: #20B2AA;*/ /* Lt Sea Green */
}
#information h2 {
    text-align: center;
    color: #0021A3; /* Drk Blue */
    letter-spacing: 1px;
}
#information p.attention {
    text-align: center;
    font-style: italic;
    color: #484848; /* color: Grey/Black */
}
#information ul {
    list-style-type: disc;
}
/*#information ul {*/
/*    text-align: left;*/
/*}*/
p.image {
    float: right;
    width: 350px;
    padding-right: 2px;
    /*border-width: 2px;*/
    /*border-style: solid;*/
    /*border-color: #FFFF00;*/ /* color: Yellow */
}
#photoLinkList {
    clear: both;
    width: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-style: outset;
    border-width: 10px;
    border-color: #61220B; /* color: Drk Red Brwn */
    text-align: left;
}
