.pagetextinsert
	{
		display: block;
		position: relative;
		width: 550px;
		height: 810px;
	}
p.one, p.two, p.three, p.four
	{
		display: block;
		position: relative;
		width: 250px;
		height: 187px;
		margin-top: -10px;
		margin-left: 0px;
		margin-right: 0px;	
	}
p.two
	{
		margin-top: 0px;
		margin-right: 10px;
		height: 177px;
	}
p.three
	{
		margin-top: 0px;
		height: 70px;
		width: 320px; 
		float: left;
	}
p.four
	{ 
		float: left;
		width: 500px;
		height: 50px;
	}
.photopaddingone, .photopaddingtwo, .photopaddingthree
	{
		display: block;
		/*position: absolute;*/
		position: relative;
		/*left: 280px;*/
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		width: 250px;
		height: auto;
		background-image: url('images/ImageGalleryBack.jpg');
		background-position: center;
		background-repeat: no-repeat;
	}
.photopaddingtwo
	{
		/*left: 0px;*/
		/*top: 300px;*/
		float: left;
	}
.photopaddingthree
	{
		height: 250px;
		width: 167px;
		float: right;
		background-image: url('images/SRSVertBack.jpg');
	}
.photowide, .phototall
	{
		display: block;
		position: relative;
		top: -10px;
		left: -10px;
		width: 250px;
		height: auto;
		background-color: #FFFFFF;
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
	}
.phototall
	{
		width: 167px;
		height: 250px;
	}