HTML, BODY {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
BODY {
	background-color: #000;
	background-image: url('img/body_bg.jpg');
	margin: 0;
}
#head {
	background-image: url('img/head_bg.jpg');
	background-repeat: repeat-x;
	padding-left: 46px;
	padding-top: 5px;
}
#items {
	margin: 0 auto 0;
	width: 700px;
}
	.item {
		margin-bottom: 20px;
	}
	#items div.title {
		font-size: 12pt;
		font-weight: Bold;
	}
	#items div.text {
		text-align: justify;
	}
.centralbox {
	margin: 0 auto 0;
	width: 700px;
}
a {
	color: #455591;
	text-decoration: none;
}
a:hover {
	color: #4f66aa;
	text-decoration: underline;
}
.content_dark {
	background-color: #c9c9c9;
}
.content_light {
	background-color: #f1f1f1;
}


