#edging {
	position: relative;
	float: left;
	width: 24px;
	height: 100%;
}
.maintable {
	width:100%;
	height:100%;
	background-image: url(../images_template/bg-leftcol.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
#linesandshading1 {
	position: relative;
	float: left;
	width: 32px;
	height: 100%;
	background-image: url(../images_template/bg-linesandshadow1.gif);
	background-repeat: repeat-y;
}
#menuimages {
	position: relative;
	float: left;
	width: 120px;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
}
#shadow2 {
	position: relative;
	float: left;
	width: 4px;
	height: 100%;
	background-image: url(../images_template/bg-shadow2.gif);
	background-repeat: repeat-y;
}
#menubuttons {
	width: 111px;
	height: 100%;
	position: relative;
	float: left;
	background-color: #CBCBC9;
	vertical-align: top;
	background-image: url(../images_template/bg-greygrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#maincontent {
	position: relative;
	padding-top: 16px;
	width: 100%;
	padding-left:3px;
	vertical-align: top;
}