body  {
	font: 12pt papyrus, georgia;
	background:#000000;
	text-align: center; 
	color:#dfdff8;
	
	
}
a:link {
	text-decoration: none;
	color: #dfdff8;
}
a:visited {
	text-decoration: none;
	color: #CCCCFF;
}
a:hover {
	text-decoration: none;
	color: #6633CC;
}
a:active {
	text-decoration: none;
	color: #575877;
}
#container {
	width: 1000px;
	background-image:url(Images/bg.jpg);
	margin: 50px auto;
	text-align: left;
	padding:10;
	
} 
#header {
background:none;
    margin:0;
	padding:0;
    width:1000px;
    height:140px; 
} 
  #nav {
	margin-top:1px;
	text-align:center;
	padding-top:3px;
	float:left;
	background-image:url(Images/naviBG1.jpg);
	width:970px;
	height:28px;
	padding-bottom: 20px;
}
#nav li{
    display:inline;
	
}
#nav a {
text-decoration:none;
color:white;

}
#nav li.current {
color:#6633CC;
}
#nav a:hover {
color:#b1a1d3;
}
#mainContent {
	margin:70px 100px;
	width:750px;
	padding: 0 20px;
	text-align: center;
} 
#list {
	width:600px;
	padding:15px;
	text-align:center;
	border:#9999FF groove;
	margin-left: 50px;
}
#sub {
   font-size:9pt;
	width:1000px;
	height:40px;
	padding:5px;
	text-align:center;
	
}
 #footer {
	height:40px;
	width:970px;
	font-size:8pt;
	text-align:center;
	background-image:url(Images/naviBG.jpg);
	padding: 10px 10px 0 20px;
} 


