html, body {
	font-family:"Helvetica", sans-serif;
	font-size:90%;
	color:#666;
	margin:0;
	padding:0;
	background:#eee url(bg.png) repeat-x top left;
	line-height:1.5em;
}

a {
	color:#259;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	clear:left;
}

h2 {
	color:#973;
}

ul#offerings {
	font-size:125%;
	margin-bottom:5em;
}

ul#offerings li {
	float:left;
	width:15%;
	list-style:none;
	white-space:nowrap;
	padding:.125em 6em;
}

h2#also_offering {
	margin-top:1em;
	padding-bottom:10em;
	background:transparent url(wheel.png) no-repeat center bottom;
}

h2#also_offering div {
	padding-top:1.5em;
	text-align:center;
}

h2#also_offering div img {
	border:1px solid #b95;
	background-color:#eee;
	padding:5px;
}

div#main {
	margin:0 auto;
	padding-top:2em;
	padding-bottom:6em;
	width:800px;
}

div#content {
	background-color:#fff;
	border:1px solid #aaa;
	padding:1.5em;
}

div#header {
	border-bottom:1px dotted #049;
	padding-bottom:.5em;
	margin-bottom:1.5em;
}

div#header div#logo a img {
	width:350px;
	border:0;
	text-decoration:none;
}

div#header div#navigation {
	float:right;
}

div#callout {
	font-size:90%;
	float:right;
	width:200px;
	clear:right;
	margin-left:1em;
	margin-bottom:1em;
	padding:.75em;
	padding-top:.25em;
	border:1px solid #b95;
	background-color:#eee;
}

div#callout h4 {
	color:#973;
}

div#callout p.quote {
	font-style:italic;
}

div#callout p.attribution {
	margin-bottom:3em;
}

div.quote {
	margin-top:.5em;
	font-size:90%;
}

div#footer {
	clear:both;
	margin-top:10em;
	padding-top:.5em;
	border-top:1px dotted #049;
	color:#259;
}