body {
	background:#000;
	color:#636363;
	font-family:georgia,times,serif;
	}
a {
	color:#eef;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	}
#bl {
	position:fixed;
	bottom:0px;
	left:0px;
	height:800px;
	width:500px;
	background:url('images/lhs2.jpg') bottom left no-repeat;
	z-index:-1;
	}
#tr {
	position:fixed;
	right:0px;
	top:0px;
	height:800px;
	width:533px;
	background:url('images/rhs.jpg') bottom left no-repeat;
	z-index:-1;
	}
#header {
	background:url('images/header.png');
	margin-bottom:10px;
	width:800px;
	height:150px;
	}
#main {
	margin:0px;
	padding:0px 10px;
	}
#menu ul{
	margin:0px auto;
	width:570px;
	}
#menu li {
	display:inline;
	cursor:pointer;
	margin:0px;
	padding:0px;
	}
#wrapper {
	background:url('images/wrapbg.png');
	margin: 0px auto;
	width:800px;
	z-index:2;
	}
#wrapbottom {
	background:url('images/wrapbottom.png');
	margin:0px auto;
	width:800px;
	height:20px;
	z-index:2;
	}
#names table{
	width:600px;
	margin:10px auto 0px auto;
	}
td {
	padding-top:7px;
	padding-right:8px;
	}
.center {
	text-align:center;
	}
.nospace {
	padding-top:0px;
	}
.right {
	text-align:right;
	}
.red {
	color:red;
	}
.small {
	font-size:12px;
	}
.text {
	padding:20px;
	}
.italic {
	font-style:italic;
	}