#canvas		{
	margin-bottom : 10px;
	height : 500px;
}

/* LEFT COL & CONTROLLER */

/* Width is  px */

#canvas_lcol	{
	width : 135px;
}

#canvas_text	{
	height : 50px;
	text-align: center;
	visibility: hidden;
}



/* IMAGE & CONTAINER */
/* 	full width : 685px : need a margin to seperate image from controls */

#canvas_image_container	{
	float : right;
	width : 670px;
	height : 500px;
	position : relative;
}

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



#header	{
	height : 100px;
	margin-bottom: 0px;
	color: #869f9c; 
	background-color: white; 
	background-image: url(/resources/images/logoow.png); 
	background-repeat: no-repeat; 
	background-position: 27px 15px; 
}

/* 	height : 77px; 
 */
