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

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

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

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

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

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

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

table.mTab {
	border-collapse: collapse;
	width: 647px;
	margin: 0px auto;
}

td.mText {
	background-image: url("./gfx/panels_all_left.gif");
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: left;
	color: white;
	width: 174px;
	height: 166px;
	vertical-align: top;
}

td.mText div {
	position: relative;
	top: 60px;
	left: 10px;
	width: 157px;
}

td.mPlayer {
	width: 213px;
	vertical-align: top;
}

td.mThumbs {
	width: 260px;
	vertical-align: top;
}

div.sampLink {
	text-align: left;
	position: relative;
	top: -40px;
	left: -15px;
}