/* This is the Second Site style sheet with my modifications.   */


     body  { padding: 5px 0 0 0;
           }

     #header h1 { font-weight: bold;
                  padding-left: 20px;
                }

     #content  { background-image: url(../images/crest_lion_1.png); 
                 background-repeat: repeat-y;
                 padding-left: 200px;
               }		

     #footer   { border-top: 2px solid black;
                 background-color: #F8F7DA;
                 padding: 0  0 20px 0;
               }

     #ss_footer { margin: 10px 0 20px 0;
                  font-size: 1.2em;
                }

     #personpages #footer_div  { border-top: 2px solid black; }

     #footer_div  { border-bottom: 2px solid black;
                    padding: 10px 0 25px 0;
                    background-color: #EBEACB;
                    font-size: 1.3em;
                    font-weight: bold;
                  }

     #footer_div a { font-weight: bold; }

     #footer_links1 { float: right;
                      margin: 10px 35px 0 0;
                    }

     #footer_links2 { margin: 10px 50px 0 0;
                    }

    #menubottom { margin: 20px 0 20px 160px;;
                } 

    #menubottom li { display: block;
                     float: left;
                     width: 100px;
                     font-size: 1.1em;
                     font-weight: bold;
                     background-color: #D0E5EA;
                     border-top: 3px solid #AABADD;
                     border-right: 3px solid #648DC7;
                     border-bottom: 3px solid #022F55;
                     border-left: 3px solid #0469B3;
                     margin: 0 10px 0 50px;
                     padding: 2px 15px 2px 15px;
                   }

    #menubottom li a { text-decoration: none;
                       color: black;
                     }

    #menubottom li a:hover { text-decoration: underline;
                             color: #AB5500;
                           }

/*   ********  American page specific styles   ********   */

       body.american { background-image: url(../images/bg_us_1.jpg);
                     }

      .american #header { background-image: url(../images/hd_us_1.png);
                        }

/*   **************************************************   */

/*   *********  German page specific styles   *********   */

       body.german { background-image: url(../images/bg_ger_1.png);
                   }

      .german #header { background-image: url(../images/hd_ger_1.png);
                      }

/*   **************************************************   */






/* ---  Revisions -------

	Rev. 100;
        Rev. 101;  (5-11-2009)
        Rev. 102;  (5-13-2009)  added page type specific stypes

------  End Revisions ---*/


