p.xth {
	margin:20px 0px 0px 0px;
}

.shadow {
	z-index:50;
	background-color:#000;
}

.original {
	border:0px outset #000; z-index:100;
	position:relative;
	top:5px;
	left:5px;
	padding:5px;
	margin-bottom:20px;
	background: url('nonebg3.gif');
	color:#999;
	text-align:justify

	
}

.news_item {
	border:0px;
	padding:0px;
	margin:20px 0px 20px 0px;
	width:100%;
}

.news_title {
	float:left;

	font-style:italic;
	font-weight:bold;
	color:white;
}

.news_date {	
	float:right;

	font-variant:small-caps;
	font-size:smaller;
	color:white;
}

.news_body {
	padding-top:1.5em;
	margin:10px 40px 0px 40px;
}

#container {
	text-align:justify;
	width:100%;
	color:#999;
}
			
#header {
	text-align:center;
	margin:10px 10px;
}
			
#navigation {
	width:170px;
	float:left;
	align:left;
	margin:10px 10px;
}

#navigation-right {
	width:170px;
	float:right;
	text-align:left;
	margin:10px 10px;
}

#content {
	margin:10px 200px 10px 200px;
}

#footer {
	clear:both;
	text-align:center;
	margin:10px 10px;
	color:white;
}