@charset "UTF-8";

/* Global Formatting and Styling */

body  { margin: 0; padding: 0; }


/*  Screen Layout Large  */



header  {
     
           height: 70px;
    
           background: url() no-repeat right 0px;
        
}

 

header a.logo  {
     
                 width: 150px;
     
                 height: 85px;
    
                 top: 28px;
     
                 right: 30px;
  
                 background-image: url();
               }



article  { padding: 30px 20px 10px 20px; }





 

nav { top: 444px; }
   
   

nav a { margin: 12px 0px 10px 20px; }
 


.textShadow  {
              
              font-size: 30pt;
            
              font-weight: bold;
            
              text-shadow: white 2px 2px 1px;
             
              float: left;
             
              padding: 3px;
            
             }
 
            

