To use a default layout, you can add var $layout = 'default'; to the application_controller.
To override the default layout set $layout in your action controller or when you render the action:
$this->render(array('action'=>'long_goal','layout'=>'spectacular'));