body {
	background-image: url("./gfx/bg_sliv.gif");
	background-repeat: repeat-x;
	background-color: rgb(227,227,255);
	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: 756px;
	text-align: center;
}

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

#strapline {
	text-align: center;
}

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

div.panelTTB {
	background-image: url("./gfx/panel_tb_top.gif");
	background-repeat: repeat-x;
	width: 100%;
	min-height: 16px;
	max-height: 16px;
	height: 16px;
}

div.panelTB {
	background-color: rgb(72,72,163);
}

div.panelBTB {
	background-image: url("./gfx/panel_tb_bottom.gif");
	background-repeat: repeat-x;
	width: 100%;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
}
