.nested{
position:relative; 
	padding-left:60px;
	color:#666; 
	margin-bottom:15px; 
	border-bottom:1px #ccc solid; 
}
.nested ul{
	margin-left:30px;	
	padding-bottom:20px; 
	color:#000;
	width:750px; 
}
.nested li{
	font-size:12px;
	padding-left:15px;
	background: transparent url(../images/bullet_yellow.png) no-repeat -3px; 
	list-style:none; 
}
.header{
	font-size:20px; 
}
.anchorlinks{
	position:relative; 
	width:800px;
		margin-left: auto; 
	margin-right: auto; 
}
.halflinks{
	position:relative;
	width:400px;
	float:left; 
}
.backtotop{
position:absolute; 
bottom:0px;
right:0px; 

}