
body {
	margin: 0px 0px;
	background-color: #000000;
	color: #4C4C4C;
	font-family: Times, serif;
}

div.text, div.news_item {
	color: #4C4C4C;
	font-family: Times, serif;
	text-decoration: none;
}

img {
	border-width: 0px;
}

img.floater {
	float: right;
}

a {
	color: #CFCFCF;
	/*text-decoration: underline;*/
}

.small_text {
	font-size: 8pt;
}

/* NAVIGATION */

.nav {
	position: relative;
	margin-top: -50px;
}

.nav_item {
	/*border: 1px solid white;*/
	margin: 0px 0px 0px 4px;
	float: left;
}

/* NAVIGATION */

#center {
	position: absolute;
	width: 640px;
	left: 50%;
	margin-left: -320px;
	/*border: solid 1px white;*/
}

.headline {
	font-size: 16pt;
}

.bold {
	font-weight: bold;
}

#content {
	position: relative;
	margin-top: 100px;
	width: 400px;
}

.news_item, .text {
	width: 400px;
	margin: 30px 0px 30px 132px;
}

.chapter {
	/*margin: 20px 0px 20px 240px;*/
	padding-bottom: 50px;
}



