#wrapper {
	display:block;
	margin: 0 auto;
	width: 760px;
	background-repeat: repeat-y;
}

#allcontainer {
	display:block;
	float:left;
	width:760px;
	background-image: url(../img/layout_bg_2col.gif);
	background-position:left;
	background-repeat: repeat-y;
	text-align:left;
	}

#leftcolumnheader {
	width:215px;
	height:33px;
	background-image:url(../img/leftcol_header.gif);
	}

#midcolumn {
	float: left;
	width: 530px;
	margin: 0 0 0 15px;
	font-size: .75em;
}
#leftcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}

.contentitem {
	width:488px;
	padding:20px 20px 0px 20px;
	}

#leftcontent {
	display:block;
	float:left;
	width:228px;
	text-align:center;
	}
	
table.imageholder {
	text-align:center;
	}
	
#leftcontent a {
	color:#3d543b;
	}
	
#leftcontent a:hover {
	color:#000;
	}
	
#rightcontent {
	float:left;
	/*width:260px;*/
	}
	
#description {
	float:left;
	width:488px;
	margin-bottom:20px;
	}
	
#diagram {
	float:left;
	text-align:center;
	margin-bottom:20px;
	}
	
.subbottom {
	display:block; 
	float:left; 
	padding:0 20px 0 20px; 
	width:488px;
	}

#pricelist {
	float:left;
	width:488px;
	}
	