/**
 * @created:		august 4th 2008 08:00 GMT
 * @author:			quinton j sheppard
 * @project:		ricall.com
 * @description:	[description]
 *
 * @updated:		[date]
 * @updated by:		[name]
 *
 * copyright (c) 2008 ricall lt
 */

/**
 * todo:
 */

 /*notes:
  * Questionable use, too many files.
  */
  
  DIV#header DIV#container{
  	background: none;/*#d51e3a;*/
  }
  
 .green{
 	color: #85ac35;
 }
 
 .red{
 	color: #d92b44;
 }
 .purple{
 	color: #594e9a;
 }
 .blue{
 	color: #57b7df;
 }
 
 .grey{
 	color: #80715e;
 }
 
 .black LI A{
 	color: #000;
 }
 
 .white LI A{
 	color: #fff;
 }
