#canvas		{
	margin-bottom : 50px;
	height : 330px;
}

/* LEFT COL & CONTROLLER */

/* Width is 190 px */

#canvas_lcol	{
	width : 170px;
}

#canvas_text	{
	height : 310px;
}

#canvas_text table	{
	width : 100%;
	height : 100%;
	border : 0;
	margin : 0;
	padding : 0;
}

#canvas_text	tr	{
	vertical-align : bottom;
	text-align : right;
}

/* IMAGE & CONTAINER */

#canvas_image_container	{
	float : right;
	width : 630px;
	min-height : 330px;
	position : relative;
}

#canvas_image	{
	min-height : 330px;
	min-width : 430px;
}



