Needless to day, I am ecstatic. My 480g tank arrived today. The sumps and equipment are still outstanding, but at least the hard work of bringing that tank to its current location is over (and fortunately Steven and his team at Exotic Aquariums did all the physical work).
Once again I believe I am the first person in South Africa to own these fine products:
Eat your heart out! South Africa's importers should only begin receiving stock in a couple months' time.
I have two brilliant little books on Marine Invertebrates and Marine Fish - one by Shimek, the other by Scott W. Michael. Now usually advise is something you take with a grain of salt since in the reef hobby, the only two certainties are
"The faster you go the worse things will get"
and
I have been playing a bit with my microscope and under 4x, 10x and 40x objectives I managed to capture these pictures of various macro algae. Try to identify them... (PS Go to my reef gallery for the answers)


(From CodeSOD: The Pyramid of Error)
if (error)
if (fprintf(stderr,"An error occured while writing to the file")<0){
if (fprintf(stderr,"An error occured while writing to stderr")<0){
if (fprintf(stderr,"An error occured while writing to stderr")<0){
if (fprintf(stderr,"An error occured while writing to stderr")<0){
if (fprintf(stderr,"An error occured while writing to stderr")<0){
return fprintf(stderr, "An error occured while writing to stderr");
/* lets stop here, its enough */
}
}
}
}
}