/*____________________________
						 RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
del,ins{text-decoration:none;}


/*____________________________
					   GLOBALS
*/
html{ 
	color:#111;
	background:#f5f5f5;
}
a, a:hover { text-decoration:none; color:#000; border-bottom:1px dashed #bbb;}
a:hover { background:#ffff00; }
.clear { clear:both; overflow:hidden; height:0; }


/*____________________________
					TYPOGRAPHY
*/
body { font-family: Helvetica, Arial, sans-serif; }
h1 {
	font-size:64px;
	font-weight:bold;
	letter-spacing:-0.06em;
	border-bottom:1px solid #111;
}
h2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
	margin:50px 0 8px 0;
}
ol,li {
	list-style:decimal inside;
	font-size:10px;
}

/*____________________________
						LAYOUT
*/
.siteContainer{
	width: 800px;
	margin: 120px 0 120px 100px;
}
#contact {
	padding-top:240px;
	font-size:10px;
}

