html, body, div, h1, h2, h3, ul, li { padding: 0; margin: 0; border: 0; outline: 0; }

html { font-size: 75%; }

blody { background: url(../../grid.png); }

body {
    background-color: #FFF;
    padding: 0 20px;
    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.666em;
    color: #333;
}

a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

a:hover {
	color: #000;
}

div#header {
    margin: 20px 0 0 0;
}

div#header h1 {
    width: 263px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 1px;
}

div#header h1 a {
    display: block;
    width: 263px;
    height: 40px;
    text-indent: -900%;
    background-image: url('../images/layout/title.gif');
    border: none;
}

.clearing:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content {
    padding: 0;
    margin: 20px 0 0;
    clear: both;
    overflow: visible;
}

div#content p {
	width: 40em;
}

.opaque {
	opacity: .3;
}

div#content img.homepage {
	display: block;
	margin: 0;
	padding: 0;
}

div#content.slides {
	width: 660px;
}

p#home_blurb {
	width: 1px;
	height: 0px;
	overflow: hidden;
	text-indent: -900%;
}