/* St. Joseph School Images*/
 .left{
 float:left;
 margin: 0 8px 8px 0;
}
 
 .right{
 float:right;
 margin: 0 0 8px 8px;
 }
 
 .center{
	clear:both;
	text-align: center;
 }
   
 .horizontal{
 width: 300px;
 }
  
 .vertical{
 width: 200px;
 }
 
 img {
	border: none; /* Removes default border that will appear on images that are linked or image maps. */
	}

.img_left, .img_right , .img_center, .img_border {
	padding: 1px; /* Creates space between image and border. */
	border: 2px solid #000066; /* Sets border on images. */
	background: #fff; /* Sets background color of image block so that the background of the div doesn't peek through the space between the border and the image. */
	}
.img_left
{
clear:left;
float:left;
margin: 0 .5em .5em 0; 
}
.img_right {
clear:right;
float:right;
margin: 0 0 .5em .5em;
}