* {
	margin: 0;
	padding: 0;
}
	a {
		color: #4D4D4D;
		text-decoration: none;
	}
	h1, h2, h3, p, ul {
		color: #4D4D4D;
		font: lighter 11pt/16pt Arial, sans-serif;
		margin-bottom: 4pt;
		padding-bottom: 10pt;
	}
	h2, h3 {
		clear: both;
		color: #000;
		font-weight: bolder;
	}
	p {
		text-align: justify;
	}
	strong {
		color: #000;
		font-weight: normal;
	}
	ul {
		list-style: none;
	}
	ul.checks li:before {
		content: '- ';
	}

#sidebar {
	float: left;
	width: 33%;
}
	#sidebar * {
		background: none;
		color: #000;
		margin: 0;
		padding: 0;
	}

#body {
	float: right;
	width: 66%;	
}

a.download, form, .contact, img, #projects, #project {
	display: none;
}