$(document).ready(function(){
	// Apply the PNG fix for IE 5.5 and 6:
	$(document).pngFix();

	// Apply any necessary bindings:
	binds();

	// Apply the corner rounding:
	$('#header ul#navigation li').corner('cc:#252525 5px');
	$('#body #content #showcase').corner('cc:#242424 top 25px');
});

function binds(){
	// Stub.
}
