/* ------------------------------------------------------------------ 
# [Master Stylesheet] 
#  
# Project:				Tuvalu media
# Date:					02/06/2009
# Most recent version: 	1.0
#
# -------------------------------------------------------------------*/  
@import "reset.css";
@import "layout.css";    
@import "typography.css";  

/* ------------------------------------------------------------------ 
# [Table of contents] 
# 
# 1. GENERAL PROPERTIES
# -------------------------------------------------------------------

	-------------------------------------------------------------
	1. GENERAL PROPERTIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.alignLeft
	{
		float:left;
	}
	
	.alignRight
	{
		float:right;
	}
	
	.clear
	{
		float:none;
		display:block;
		clear:both;
		border:0;
		height:0;
		line-height:0;
		font-size:0;
	}
	
	.noBorder
	{
		border:none;
	}	


