#banner {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 75px;
	background-image: url(global_images/Beebannerbg.jpg);
	background-repeat: repeat-x;



}
#LeftPanel {
	position: absolute;
	left: 0px;
	top: 75px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 30px;




}
#albumswindow {
	border: thin dotted #FFFF00;
	position: absolute;
	left: 95px;
	top: 200px;

}
#maintoolbar {
	background-color: #999999;
	position: relative;
	height: 50px;
	left: 0px;
	bottom: 0px;

}
#FamilyName {
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 300px;
	height: 75px;
	width: 100%;
	font-family: Vivaldi;
	font-size: 16px;
	font-weight: bolder;



}
#mainphoto {
	border: 2px solid #000000;
	position: relative;
	left: 216px;
	top: 30px;
	height: 400px;
	width: 400px;
	background-color: #000000;


}
#leftmostphoto {
	position: relative;
	left: 10px;
	top: 30px;
	background-color: #CCCCCC;
	z-index: 30;

}
#rightmostphoto {
	position: relative;
	top: 30px;
	background-color: #CCCCCC;
	z-index: 30;
	right: 10px;

}
#rightphoto {
	border: 1px solid #666666;
	position: relative;
	height: 400px;
	width: 500px;
	top: 30px;
	background-color: #666666;
	z-index: 1;
	right: 100px;

}
#albumswindow {

	border: 2px solid #000000;
	position: relative;
	left: 200px;
	top: 120px;
	height: 400px;
	width: 400px;
}
