html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #999;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#page {
	width: 779px;
	margin: 0 auto;
	top: 0;
	background-color: #fff;
	background-image: url(body_background.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	width: 779px;
	height: 220px;
	margin:	0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 220px 0 0 0;
	overflow: hidden;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:220px; /* for IE5.5's bad box model */
}

#left {
	float: left;
	padding-bottom: 20px;
	background-color: #664262;
	display: inline; /* fix ie doubled float margin bug */
	width: 205px;
}
#left #search-form, #left #folder {
	margin-left: 1em;
	color: #eee;
}
#left #search-form {
	text-align: center;
}
#left #search-form input {
	vertical-align: middle;
}

#content {
	margin-left: 205px;
	padding: 20px;
}
/* holly hack to counter ie float bugs since #left is floated.. */
/*  \*/
* html #content, * html #left ul li {
	height: 1%;
}
/*  */

#footer {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 40px;
	padding-right: 20px;
	margin: 0;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#footer p {
	margin: 0;
	padding: 0;
}

#folder a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
#left ul li {
	margin: 0 0 2px 0;
	list-style-image: url(indexbar_icon.gif);
}
#left ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}
/* .uber denotes current page */
#left ul li.uber a, #left ul li a:hover, #folder a:hover {
	color: #ccc;
}

#content h1, #content h2, #content h3 { margin-bottom: 7px; }
#content p { margin-top: 0; }
#content h1 { font-size: 2em; }
#content h2 { font-size: 1.7em; }
#content h3 { font-size: 1.4em; }
#breadcrumbs { font-size: 0.85em; }
a { color: #554266; }
a:visited { color: #472E44; }
a:hover { color: #664542; }

