/* CSS Document */

body{
	padding : 0;
	margin : 0;
	/* background-image : url(../images/puff.gif); */
	/*background-repeat : repeat-x; */
	background-color: #CCFFCC;
	}

#content{
   padding-top : 0px;
   padding-bottom : 0px;
   padding-left : 0px;
   padding-right : 0%;
   }

#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 150%;
      font-weight : normal;
      color : #00CC33;
      background-color : transparent;
}                     

#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 100%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

/* #puffins{
		position : relative;
    	top : 30px;
		z-index : 50;
} */

#navigation{
       position : absolute;
       top : 200px;
       left : 60px;
       width : 140px;
}                     
#navigation a{ 
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}
