body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

body {
	background-color: #000000;
	background-image: url(images/x.png);
	background-repeat: repeat-x;
}

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFCC99;
}
a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}
h1 {
	font-size: 1.5em;
	color: #99CC00;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	text-align: left;
	margin: 0;
}






#spotlight {
	float: left;
	text-align: center;
	padding: 15px;
	margin: 5px;
	border: thin dotted #CCCCCC;
	width: 70%;
	background-color: #999999;
	background-position: center center;
}

#spotright {
	float: right;
	width: 20%;
	text-align: center;
	padding: 15px;
	margin: 5px;
	}

.rimg {
	float:right;
	padding: 5px;
	clear: left;
}
.limg {
	float: left;
	padding: 5px;
	clear: right;
}
.container {
	margin: auto;
	width: 750px;
}

.three {
	background-image: url(images/c.gif);
	background-repeat: no-repeat;
	height: 18px;
}

.two {
	background-image: url(images/b.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
	text-align: center;
}
.one {
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	height: 18px;
}
.two li {
	text-align: left;
	font-size: 22px;
}

ul#menu{
	margin:0 0 0 20px;
	padding:0px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:20px;
	text-transform:uppercase;
	font-size:13px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:6px 12px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background-color: #1E1E1E;
	}
