@charset "UTF-8";
/* CSS Document */

/*
 * HARD RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: #ffdd00;
	}
	
#main
	{
	padding-left:30px;
	padding-right:30px;
	}

	
h1
	{
	text-decoration:none; 
	font-size: 1.8em;
	font-family: "Helvetica Neue", "Helvetica New", Helvetica, Arial, Sans-serif ;
	color:#000;
	padding-top:30px;
	}
	
h2
	{
	text-decoration:none; 
	font-size: 1.2em;
	line-height: 1.2;
	font-family: "Helvetica Neue", "Helvetica New", Helvetica, Arial, Sans-serif ;
	color:#000;
	padding-top:30px;
	}
	
h3
	{
	text-decoration:none; 
	font-size: 48px;
	line-height: 21px;
	font-family: "Helvetica Neue", "Helvetica New", Helvetica, Arial, Sans-serif ;
	color:#000;
	padding-top:30px;
	}


p
	{
	text-decoration:none; 
	font-size: .8em;
	line-height: 1.2;
	font-family: "Helvetica Neue", "Helvetica New", Helvetica, Arial, Sans-serif ;
	color:#000;
	padding:30px 0 100px 0;
	}
	
	/* 
INLINE TEXT LINKS
*/

a.link /* unvisited link */
	{
	text-decoration:none; 
	color:#000;
	background:#ffffff;
	}
	
a:visited  /* visited link */
	{
	text-decoration:none; 
	color:#000;
	background:#ff3;
	}
	
a:hover  /* mouse over link */
 	{
	text-decoration:none; 
	color:#000;
	background:#CCC;
	}
	
a:active   /* selected link */
	{
	text-decoration:none; 
	color:#ccc;
	background:#FF3;
	}

.container
	{
	max-width: 480px;
	padding-left:30px;
	padding-right:30px;
	}


