/********************************************************************

	SUNCHIPS.COM
	-----------------------------
	agency: teehan+lax 
	author: chris erwin
	date: March 17, 2008 
	contact: chris@teehanlax.com

*********************************************************************/

@import url("reset.css");
@import url("structure.css");

body, html {
	height: 100%;
}
body {
	background: #f9e185; 
	font-family: "Lucida Grande", Helvetica, Arial;
}
a {
	outline: none;
}

p {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0;
}

span.hide{
	display:none;
}