/* CSS Document */

.biocontent	{
				width:280px;
				height:250px;
				margin-left:60px;
			}

.bowes_in	{
				background-image:url(../Graphics/david.jpg);
				background-repeat:no-repeat;
				height:245px;
			}
			
.kyffin_in	{
				background-image:url(../Graphics/bronwen.jpg);
				background-repeat:no-repeat;
				height:215px;
			}			
#bowes	{
			background-image:url(../Graphics/DavidBowes_Bio.jpg);
			background-repeat:no-repeat;
			background-position:center;
			margin-top:50px;
			width:120px;
			height:190px;
			float:left;
		}
		
#bowes a	{
				display:block;
				width: 120px;
				height: 190px;
			}

#bowes a:hover	{
					background:#A89F7E url(../Graphics/DavidBowes_Bio_Rollover.jpg);
				}

#kyffin	{
			background-image:url(../Graphics/BronwenKyffin_Bio.jpg);
			background-repeat:no-repeat;
			background-position:center;
			margin-left:40px;
			margin-top:50px;
			width:120px;
			height:190px;
			float:left;
		}
		
#kyffin a	{
				display:block;
				width: 120px;
				height: 190px;
			}

#kyffin a:hover	{
					background:#A89F7E url(../Graphics/BronwenKyffin_Bio_Rollover.jpg);
				}