body {
	background-image: url("./gfx/bg_sliv.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
}

#main {
	position: relative;
	left: 1px;
	margin: 0px auto;
	width: 690px;
}

#menu {
	width: 100%;
	background-color: transparent;
	text-align: center;
	padding: 10px 0px 10px 0px;	/* top right bottom left */
}

#panels {
	background-image: url("./gfx/tramline_sliv.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 690px;
}

#panels div.sampLink {
	text-align: left;
}

#panels div.tbar {
	background-image: url("./gfx/panels_sliv_top.gif");
	background-repeat: repeat-x;
	height: 33px;
	margin: 0px 18px 0px 18px;	/* top right bottom left */
	text-align: left;
}

#panels div.bmid {
	background-image: url("./gfx/panel_tb_sliv.gif");
	background-repeat: repeat-x;
	height: 375px;
	margin: 0px 18px 0px 18px;	/* top right bottom left */
}

#panels div.smid {
	background-image: url("./gfx/panels_sliv_middle.gif");
	background-repeat: repeat-x;
	height: 185px;
	margin: 0px 18px 0px 18px;	/* top right bottom left */
	text-align: center;
}

#panels div.foot {
	background-image: url("./gfx/panels_sliv_bottom.gif");
	background-repeat: repeat-x;
	height: 19px;
	margin: 0px 18px 10px 18px;	/* top right bottom left */
}

table.mTab {
	width: 555px;
	margin: 0px auto;
}

td.leftImg {
	width: 210px;
	height: 160px;
	vertical-align: top;
}

td.rightImgs {
	width: 115px;
	height: 85px;
	vertical-align: top;
}

td.mText {
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	height: 75px;
}

img.sample {
	margin: 0px 0px 10px 55px;	/* top right bottom left */	
}

img.sampleImg {
	border: 1px rgb(0,0,255) solid;
}

img.blockImg {
	display: block;
	margin: 0px;
}
