/* CSS Document */

/*  These are the containers for the links*/
#toplinks {
}

#home {
	text-align: center;
	width: 15%;
}

#statistics {
	width: 15%;	
	text-align: center;
}

#links {
	width: 15%;	
	text-align: center;
}

#publications {
	width: 15%;	
	text-align: center;
}
#findUs {
	width: 15%;	
	text-align: center;
}
#custServ {
	width: 20%;	
	text-align: center;
}


#home, #statistics, #links, #publications, #findUs, #custServ    {
	float: left;
}
#navBar {

	text-align: centre;

}

