body {
	padding: 0;
	margin: 0;
	color: white;
	background-color: black; 
	background-image: url("images/bg.gif");
	background-position: center center;
	background-repeat: repeat-y; 
}

#contain {
	width: 910px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111;
	padding: 5px; 
}

#title {
	height: 155px;
	width: 100%;
	text-align: right;
	background-color: #222;
	border: white 1px solid; 
}

#body {
	position: relative; 
	top: 5px; 
	left: 0px;
	right: 0px;
	width: 740px;
	float: right;
	background-color: #222;
	border: white 1px solid; 
	padding: 5px;
}

#navigation {
	position: relative; 
	top: 5px; 
	left: 0px;
	right: 750px;
	width: 140px;
	float: left;
	background-color: #222;
	border: white 1px solid; 
	padding: 5px;
	padding-top: 2px;
	margin-top: 0;
}

ol.rules li {
	padding-bottom: 10px;
}

h1 {
	color: white;
	text-align: center;
}

p {
	color: white;
	text-indent: 2em;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li a {
	font-family: sans-serif;
	color: white;
	text-decoration: none;
}

#navigation ul li a:hover {
	font-family: sans-serif;
	color: #ddd;
	text-decoration: none;
}

#navigation ul li a:visited {
	font-family: sans-serif;
	color: white;
	text-decoration: none;
}

a {
	color: white;
}

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

a:visited {
	color: white;
}

h3 {
	border: 1px white solid;
	text-align: right;
	padding: 2px;
	margin: 0;
	margin-top: 5px;
	width: 146px;
	background-color: #222;
}

#membertable {
	text-align: center;
}

#membertable table {
	margin-left: auto;
	margin-right: auto;
}

#membertable table tr td a {
	text-decoration: none;
}