/* stuff.css */
* { margin: 0; padding: 0 }
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #666;
}
#container {
	width: 74em;
	margin: 1em auto;
	background: #eee;
	padding: 2em 0 0;
}
#header {
	background-color: #aae58c;
	position: relative;
	height: 90px;
	border: 1px solid #a0d984;
	border-color: #b3f294 #a0d984 #b3f294 #a0d984;
}
#header h1 {
	position: absolute;
	top: -20px;
}
#header h1 a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 128px;
	height: 122px;
	background: transparent url(/images/stuff_logo.png) no-repeat 0 0;
}
#header h2 {
	font-size: 4.8em;
	position: absolute;
	top: 15px;
	left: 120px;
}
#disclaimer {
	background-color: #ff9;
	border: 2px solid #cc6;
	padding: 1em;
	margin: 1em;
}
#disclaimer p {
}
#stuff {
}
#stuff:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #stuff { height: 1%; }
#stuff div {
	width: 33em;
	margin: 1em 0 0 1em;
	padding: 1em;
	float: left;
}
#stuff h3 {
	font-size: 2.5em;
}
#stuff p {
	font-size: 1.5em;
}
#footer {
	clear: both;
}
#footer p {
	text-align: center;
	color: #999;
}

div.ads {
	width: 728px;
	height: 90px;
	margin: 2em auto;
}