/* Comment here */
#left { /* for old site */
	float: left;
	width: 250px;
	height: 540px;
	left: 15px;
	top: 0px;
}

#left_side { /* for new site, replaces #left */
	float: left;
	width: 250px;
	height: 540px;
	left: 15px;
	top: 0px;
}


#white_box { /* for old site */
	width: 235px;
	height: 540px;
	background-color: #FFFFFF;
	border: solid #999999 1px;
	margin-left: 5px;
	position: relative;
}

#green_box { /* for new site, replaces #white_box */
	position: relative;
	width: 235px;
	height: 540px;
	background-color: #D1F881;
	border: solid #999999 1px;
	margin-left: 5px;
}

#fabric_img {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 10px;
	top: 20px;
	z-index: 3;
}

#coord_img {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 25px;
	top: 35px;
	z-index: 2;
}

#fabricInfo {
	position: absolute;
	width: 217px;
	height: 292px;
	left: 10px;
	top: 240px;
	z-index: 3;
}

#fabricInfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #000066;
	z-index: 10;
}

div.spacer {
  clear: both;
  }

#right {
	top: 150px;
	width: 235px;
}

#right h1 {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	z-index: 10;
}

