/***** General *****/

body {
	margin: 0; 
	padding: 0; 
	font: 10px arial; 
	color: #8FA17E; 
	letter-spacing: 1px; 
	background: url(leonard/bg.jpg) repeat-x; 
}



/***** Divider Layers *****/

div#layout {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 950; 
	height: 580; 
}

div#iframe { 
	position: absolute; 
	left: 585px; 
	top: 10px; 
	z-index: 1; 
	width: 430px; 
	height: 270px; 
}



/***** Table Properties *****/

table#leonard {
	width: 950; 
	height: 580; 
}