
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;
	height: 1000px;
} 
 #header {
background:none;
    width:1000px;
    height:140px; 
} 
 #nav {
	margin-top:1px;
	text-align:center;
	padding-top:15px;
	float:left;
	background-image:url(Images/naviBG1.jpg);
	width:970px;
	height:30px;
	padding-bottom: 8px;
}
#nav li{
    display:inline;
	
}
#nav a {
text-decoration:none;
color:white;

}
#nav li.current {
color:#6633CC;
}
#nav a:hover {
color:#b1a1d3;
}
#spacer {
width:50px;
}

#left {
	border:#9999FF groove;
	float: left;
	width: 345px;
	padding: 15px 10px 15px 20px;
	overflow:auto;
	height: 455px;
	top: 70px;
	clear: none;
	left: 40px;
	margin: 30px 0px 0px 40px;
}
 #right {
	width:450px;
	margin:50px 50px 50px 30px;
	padding:10px;
	float:right;
	height: 420px;
	clear: none;
	overflow:auto;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#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;
} 
