pre {
	background-color:#888;
	color:white;
        margin:3px 30px 3px 30px;
	padding:5px;
	border:4px;	
	border-style:ridge;
	border-color:#666
}

a:link {color:#ccc}
a:hover {background-color:white; color:black}
a:visited {color:gray}

body {
	background:url(http://reaperx90.com/background.jpg);
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,h6 {
	z-index:300;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
	color:white;
}

table {
	color:#999;
}

ul {
	text-align:justify;
	padding:0px 0px;
	list-style-type:none;
	margin:5px 5px 5px 20px;
}

ul.games {
  list-style-type:disc;
}

p {
	text-indent:20px;
	margin:20px 0px;
	padding:0px 0px;
}

p.xth {
	margin:20px 0px 0px 0px;
}

.shadow {
	z-index:50;
	background-color:#444;
}

.original {
	z-index:100;
	position:relative;
	top:5px;
	left:5px;
	padding:5px 5px 5px 5px;
	margin-bottom:20px;
	background-color:black;
	color:#999;
	text-align:justify;

	border-style:outset;
	border-width:2px;
	border-color:#ddd;
}

.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;
}