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

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

#content {
	margin: 0px auto;
	width: 686px;
}

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

#menu {
	margin-left: 15px;
	margin-top: 6px;
	margin-bottom: 4px;
}

#panels {

}

div.panelBack01 {
	background-image: url("./gfx/panel_01_text.jpg");
	background-repeat: no-repeat;
	width: 116px;
	min-height: 186px;
	max-height: 186px;
	height: 186px;
}	

div.panelBack02 {
	background-image: url("./gfx/panel_02_text.jpg");
	background-repeat: no-repeat;
	width: 116px;
	min-height: 186px;
	max-height: 186px;
	height: 186px;
}

div.panelBack03 {
	background-image: url("./gfx/panel_03_text.jpg");
	background-repeat: no-repeat;
	width: 116px;
	min-height: 186px;
	max-height: 186px;
	height: 186px;
}

div.panelText {
	font-size: 7.5pt;
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
}

div.panelSamp {
	position: relative;
	top: -24px;
}

#tnBack {
	background-image: url("./gfx/panel_tb_sliv.gif");
	background-repeat: repeat-x;
	height: 410px;
	min-height: 410px;
	max-height: 410px;
}
