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

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

#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: 730px;
}

img.imgMenu {
	margin: 0px 8px 0px 8px;	/* top right bottom left */
}

#panels div.imgPanel {
	background-image: url("./gfx/panel_tb_bg.gif");
	background-repeat: no-repeat;
	width: 608px;
	height: 412px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;	/* top right bottom left */
}

#panels div.movPanel {
	background-image: url("./gfx/panels_bg.gif");
	background-repeat: no-repeat;
	width: 611px;
	height: 186px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;	/* 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 {
	color: white;
	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(255,255,255) solid;
}

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

div.sampLink {
	text-align: left;
}
