/* ----------------- GENERAL ----------------- */

@media only screen and (orientation : landscape) {
        html {
            -webkit-text-size-adjust: none;
        }
    }
    
    
body { min-height: 100%; margin-bottom: 1px; background-color: #103e50; font-size: 12px;  font-family: verdana, arial; color: #ccc; margin:  2; }


A:link    { text-decoration: none; color:  #87a9c4;}
A:visited { text-decoration: none; color:  #87a9c4;}
A:hover   { text-decoration: none; color:  #CCFFFF;}


.header {  zbackground-color: #0b2e3b; padding-top: 15px; padding-bottom: 15px;

text-align: center;

}



#frontphoto { width: 400px; height: 400px; margin-top: 50px; text-align: center; 

}


.nav {width: 440px; background-color: #0b2e3b; zborder-top: 1px solid #607e96; padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid #607e96; text-align: center; 
}



.content { width: 700px; text-align:left; border: 1px solid yellow;


}

.bodytext {line-height: 1.5em


}



.copyright {  font-family: verdana, arial; font-size: 11px; color: #607e96; line-height: 1.45em; letter-spacing:2px; text-align: center; 


}