
#main {
	margin-left: auto;
	margin-right:auto; 
	/* background-color:lightblue; */
	/*background-color:grey;*/
	width:1048px;
	/*padding: 20px 20px;*/
	text-align:center;
}

#left {
	float:left; 
	width:164px;
	text-align:right;
}

/*
#left img {
	border:solid;
	border-width:2px;
}
*/

#right {
	float:right; 
	width:164px;
	text-align:left;
}

/*
#right img {
	border:solid;
	border-width:2px;
}
*/

#middle {
	width:728px;
}

#canvas1 {
	border:solid;
	border-width:2px;
	background-color:white;
}

/*
.below_header {
	position: relative;
	margin-top: 90px;
	margin-bottom: 95px;
}
*/