/* PART 0 - RESET */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.                  */
/* http://creativecommons.org/licenses/by/2.0                     */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}

/*** LAYOUT: MAIN DIVS ********************************************/

body {
	background-color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
#foundation {
	margin: 10px auto;
	width: 824px;
	background-color: #fff;
}
#header {
	width: 824px;
	height: 70px;
	float: left;	/* this float prevents margin collapse with #main */
	position: relative;	/* set to allow block-level elements inside to use absolute positioning */
	overflow: visible;
}
#header #logo {
	width:200px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#header #statement {
	position: absolute;
	width:576px;
	padding: 12px;
	left:224px;
	bottom: 10px;
	vertical-align:bottom;
}
#main {
	clear:left;
	width: 824px;
}
#navigation {
	padding: 12px;
	width: 200px;
	float:left;
}
#content {
	padding: 12px;
	width: 576px;
	float: left;
}
#content p {
	padding-bottom: 1em;
}
#footer {
	clear:left;
	width: 824px;
	overflow: visible;
	height: auto;
	background-color:#ccc;
}
#footer #subinfo {
	margin-left: 224px;
	padding: 12px;
}
#footer #subfooter {
	width: 824px;
	position: relative;	/* set to allow block-level elements inside to use absolute positioning */
	height: auto;
	overflow: visible;
}
#subfooter ul#submenu0 {
	width: 200px;
	float: left;
	padding: 12px;
}
#subfooter ul#submenu1 {
	float: left;
	padding: 12px;
}
#subfooter ul#submenu2 {
	float: right;
	padding: 12px;
}
#subfooter #submenu0 li, #subfooter #submenu1 li, #subfooter #submenu2 li {
	display: inline;
	overflow: visible;
	padding-right: 12px;
}
