@charset "UTF-8";
/* 
Author: Ryan Lascano | Carew Co., LLC
URL: http://www.carewco.net/
Contact: ryan@carewco.net
Written For: (client name | client company)
Copyright 2009-2010 (client name). All Rights Reserved.
*/

/* ------------------------------------------------------------ COLOR KEY ----- */
/*

	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	
*/
/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; /* fixes alignment issues in IE6 */
	width:100%; /* fixes alignment issues in IE6 */
	font: 62.5% Arial, Helvetica, sans serif; /* resets the default font size in a way that allows using em sizes that relate to pixel sizes like so: 1.2em = 12px */
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
#container {
	margin:0px auto 0px;
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#header {
	}
	
/* ------------------------------------------------------------ NAV STYLES ----- */

#nav {
	}
	
/* ------------------------------------------------------------ CONTENT STYLES ----- */

#content {
	}
	
	h1 {
		}
		
	h2 {
		}
		
	h3 {
		}
		
	p {
		}
		
		p a {
			}
			
		p a:hover {
			}
		
/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	}
	

