/* CSS Document */
/* Commom Malden Yacht Club layout */ 

 /*url(../res/styles/expedition/background.jpg);*/


body{
     background: url(background.jpg);
	 background-color: #FFFFCC;
     font-family:Arial; 
	 text-indent: 1cm; /* so the first line of a paragraph is indented */ 
	 }
	 
h1 {text-align:center;}

img { /* To get space on the left/right of the pictures so the text does not touch the picture */
     padding: 0px 10px 10px 10px;
	} 
	 
#header{
      margin:0 0 0 0; 
	  color:#FF6600;
	  text-align:center;
	  font-family:"Comic Sans MS";
	  }
	  
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
      }

.song{ font-family:"Comic Sans MS", "MS Sans Serif"; 
       font-size:larger;
       text-align:center;
	   }
.br {
    white-space: pre;
	}
	  
#footer {
  	  text-align:center;
	  font-size:70%
	  }	  
#content{ /* So that the header goes across the entire screen */
     margin: 0 10% 0 10% ;
     width: 80%; 
	 }	 	  
	 
.cap:first-letter { font-size: 120%; 
					text-indent: 0;
                    font-weight: bold;  }
					
.no-indent {text-indent: 0;}		

.flashback{ font-family: "Comic Sans MS", "MS Sans Serif"; 
 			font-size: 100%;
			padding: 0 1cm 0 1cm;}	 