.right_image {
	background-image: url(img/background_hp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_repeat {
	background-image: url(img/right_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.slither {
	background-image: url(img/slither.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.left_border {
	background-image: url(img/left_border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
}
.bodyleftborder {
	clip: rect(auto,auto,auto,auto);
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 30px;
	text-align: justify;
}
.backgroundplain {
	background-image: url(img/background_plain.jpg);
	background-repeat: no-repeat;
}
.picoutline {
	border: 1px solid #441FBC;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.backgroundplainwhiteback {

	background-image: url(img/background_plain2.jpg);
	background-repeat: no-repeat;
}
