/* basic elements */
 body {
             background-color:#92FC22;
	         background-attachment:fixed;
			 font-family: 'mufferaw';
			 color: #0000A0;
             }
img {
	         border:none;
	   	      }
img.borders {
	   	     border:double;
			 border-color:#000000;
	    }		
:link {
	  		color:#00FF00;
	        }
:visited {
	   		color:#008000;
	        }
a:hover  {
	 	   color:#80FF00;
	        }	  
.boston {
	       background-image:url('puppies/header2.gif');  
	       background-repeat:no-repeat;
	       background-position:bottom center;
	       padding-top:25px;
	       padding-bottom:190px;
	      }
h1      {
     width: 450px;
     font-size:xx-large;
     font-weight:bold;
     color:#000080;
     margin-left:180px;
     text-decoration:underline;     
 }
   
p.p1 {
     text-align:center;
     font-family: 'Arial';
     font-weight:600;
     color:#008000;
 }    
 
p.p2 {
     text-align:center;
 } 
 
p.p3 {
     text-align:center;
 } 
     
/* layout */
#container {
           width:1100px;
           height:2000px;
           margin:0 auto;
           padding-top: 8px;
           position:relative;
           background: url('puppies/bg.gif');
           background-repeat:repeat;
           border-left:3px solid #ffffff;
           border-right:3px solid #ffffff;
           border:inset
           }
 
#additional_information {
           position:absolute;
           top: 300px;
           right: 100px;
           width:75px;      
           margin-right:400px;       
          }
         
#YouTube_video1 {
          position:absolute;
          top: 100px;
          right: -475px; 
          margin-right: 25px;
          border:dotted;
          color:#0000FF;
          }
          
#YouTube_video2 {
          position:absolute;
          top: 390px;
          right: -475px; 
          margin-right: 25px;
          border:dotted;
          color:#0000FF;
          }         
#YouTube_video3 {
          position:absolute;
          top: 680px;
          right: -475px; 
          margin-right: 25px;
          border:dotted;
          color:#0000FF;
          }
   
#YouTube_video4 {
          position:absolute;
          top: 970px;
          right: -475px; 
          margin-right: 25px;
          border:dotted;
          color:#0000FF;
          }   
          
#YouTube_video5 {
          position:absolute;
          top: 1260px;
          right: -475px; 
          margin-right: 25px;
          border:dotted;
          color:#0000FF;
          }
        
          
 








			
		   
