@charset "utf-8";
/* CSS Document */


/* Body */


body{

	margin:0%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FCDFFF;
	
} 



/*picture 1*/
#p1
     {
	background-image: url('pictures/becoming pic 1.jpg') ;
	background-repeat:no-repeat;
	background-position:left;
    height: 264;
	width: 300;
    
 
    }
	/*picture 2*/
#p2
     {
	background-image: url('pictures/becoming pic 2.jpg') ;
	background-repeat:no-repeat;
	background-position: top;
	
    height: 270;
	width: 300;
    }
	/*picture 3*/
#p3
     {
	background-image: url('pictures/becoming pic 3.jpg') ;
	background-repeat:no-repeat;
	background-position:top;
    height: 280;
	width: 600;
    }

/*picture 5*/
#p5
     {
	background-image: url('pictures/becoming pic 5.jpg') ;
	background-repeat:no-repeat;
	background-position:left;
    height: 350;
	width: 129;
    }
	/*picture 11*/
#p11
     {
	background-image: url('pictures/becoming pic 11.jpg') ;
	background-repeat:no-repeat;
	background-position:bottom;
    height: 350;
	width: 600;
    }

#p14
     {
	background-image: url('pictures/becoming pic 14.jpg') ;
	background-repeat:no-repeat;
	background-position:right;
    height: 292;
	width: 300;
    }
#p15
     {
	background-image: url('pictures/becoming pic 15.jpg') ;
	background-repeat:no-repeat;
	background-position:center;
    height: 396;
	width: 900;
    }
#p25
     {
	background-image: url('pictures/becoming pic 25.jpg') ;
	background-repeat:no-repeat;
	background-position:center;
    height: 350;
	width: 451;
    }
#becoming
     {
	 text-align:left;
	 font-size:16px;
	 margin: 20px 20px 0px 20px;
    }

/* LINK COLORS */
a:link{
	color:#000000;
	text-decoration:none;
}

a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}
#footer p { 

text-align : center;

color:#571B7e;

padding-top : 5px;

padding-bottom : 5px;

font-size : 1em;

} 

