/* CSS Document */

body {
	background-color: #000000;
	margin:0;
}

#wrapper{
	width:850px;
	margin:0 auto;
}

#content{
	margin:0;
	width:850px;
	height:580px;
	font: 12px/17px  sans-serif;
	color: #990000;
	text-align: center;
}


#text{
	margin:0 auto;
	width:600px;
	font: 12px/17px Arial, sans-serif;
	color: #990000;
	text-align: left;
	clear:both;
}



#text a:hover {
	color:#990000; 
	text-decoration:none;
}

#text a {
	width:auto;
	display:block;
	color:#680000; 
	text-decoration:none;
	}
	

#footer {
	width: 850px;
	height:100px;
	font: 15px/17px  sans-serif;
	color: #990000;
	text-align: center;
	background: url(../images/splotch.gif) no-repeat 500px center;

}

#footermenu {
	display:table;
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	white-space:nowrap;
}

#footermenu li {
	display:table-cell;
}

* html #footermenu li {
	float:left;
}

#footermenu a {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#990000; 
	text-decoration:none;
}

* html #footermenu a {
	float:left;
}

#footermenu a:hover {
	color:#FF9900; 
}

.container {
	clear:both;
	text-decoration:none;
}

* html .container {
	display:inline-block;
}