	html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}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:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
	
	em {font-style:italic;}
	
	html {
		background-color:#fafa01;
		background-image:url('/css/img/bkg.jpg');
		background-repeat:repeat;
	}
	
	body {
		margin-bottom:100px;
	}
	
	.left {
		float:left;
	}
	
	.clear {
		clear:both;
	}
	
	div#rss {
		position:absolute;
		right:30px;
		top:20px;
	}
	
	div#page {
		width:539px;
		margin:60px auto;
	}
	
	div#intro div#line2 {
		margin:11px 0 3px 0;
	}
	
	div#blurb {
		width:100%;
		margin-top:50px;
		font-size:24px;
		font-family:"Museo 500", sans-serif;
		color:#81842b;
		text-align:justify;
	}
	
	h2 {
		margin-bottom:15px;
	}
	
	div.inner {
		padding-left:10px;
		font-family:"Museo 500", sans-serif;
		font-size:14px;
		color:#5e6116;
	}
	
	div#aboutme,
	div#myskills,
	div#experiments {
		margin-top:50px;
	}
	
	div#aboutme div.pic {
		width:90px;
		padding-right:9px;
	}
	
	div#aboutme div.bio {
		width:399px;
		padding-right:30px;
		text-align:justify;
	}
	
	div#aboutme div.social {
		width:100px;
	}
	
	div#myskills ul {
		font-size:12px;
	}
	
	div#myskills ul li {
		list-style-type:disc;
		list-style-position:outside;
		margin-left:10px;
		padding-bottom:3px;
	}
	
	div#myskills div.col {
		width:160px;
		padding-right:20px;
	}
	
	div#myskills div.nopadding {
		padding-right:0px;
	}
	
	div#experiments a {
		color:#5e6116;
		text-decoration:none;
	}
	
	div#experiments a:hover {
		color:#333;
	}
	
	div#experiments a span {
		font-weight:bold;
		font-size:15px;
	}
	
	div#footer {
		width:539px;
		margin:60px auto 60px auto;
		text-align:center;
	}