/* SVN FILE: $Id: text-only.css 100 2007-11-02 02:32:17Z ryan.blunden $ */
/**
 * Text only template styles
 *
 * Copyright 2007, FreemanFox Ltd
 * Level 11, 1 Eagle St Brisbane, QLD, Australia 4000
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 100 $
 * @modifiedby		$LastChangedBy: ryan.blunden $
 * @lastmodified	$Date: 2007-11-02 12:32:17 +1000 (Fri, 02 Nov 2007) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";

body { background: #fdfdfd; color: #4f4f4f }

body div.container 
{ 
	width: 600px; 
	height: auto;
}

#text-only-content { color: #4f4f4f; }

#text-only-footer 
{
	color: #4f4f4f;
	text-align: center; 
}


