#content {
	position: relative;
	margin-left:48px;
	margin-right:48px;
	margin-top: 25px;
	min-height: 600px;
	z-index= 1;
	pading-bottom: 50px;
}
#textbox {
	width: 432px;
	z-index: 2;
	padding-bottom: 50px;
}
#textbox2 {
	width: 350px;
	z-index: 3;
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
#about_image {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 432px;
	height: 600px;
	z-index: 1;
}
img.floatLeft { 
    float: left; 
    margin: 7px; 
}