/****************************************/
/* Style sheet for about reeds and reed */
/* type pages                           */
/* Designed by: Matt Moss               */
/* Date: 25/02/07                       */
/****************************************/
#content1 {
	width: 350px;
	text-align: left;
}
#base {
	top:1150px;
}
#images #firstpic {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(../images/reed_circle4.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
#images #firstpic em {
	position: relative;
	top: 0px;
	left: 20px;
}
#images #secondpic {
	position: absolute;
	left: 50px;
	top: 230px;
	background: url(../images/reed_circle1.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
#images #secondpic em {
	position: relative;
	top: 0px;
	left: 20px;
}
#images #thirdpic {
	position: absolute;
	left: 0px;
	top: 460px;
	display: block;
	background: url(../images/reed_circle3.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
#images #thirdpic em {
	position: relative;
	top: 0px;
	left: 20px;
}
#images #fourthpic {
	position: absolute;
	left: 50px;
	top: 690px;
	display: block;
	background: url(../images/reed_circle2.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
#images #fourthpic em {
	position: relative;
	top: 0px;
	left: 20px;
}
#images em {
	position: relative;
	left: 0px;
	top: -500px;
}

