/* Save The Creek - design by David Kemp */

html body {
	background: #888;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 75%;
	font-family: arial,verdana,helvetica,sans-serif;
}

a:link	{ color: #248; }
a:visited	{ color: #842; }
a:hover, a:active { color: #f00; }

a img { border: 0 }
td img { display: block }
/* Thanks! http://developer.mozilla.org/en/docs/Images%2C_Tables%2C_and_Mysterious_Gaps */

h1 {
	font-size: 1.5em;
	margin: 5px 0px;
}

#page {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	border: 0;
}

#header {
	width: 100%;
	max-width: 1000px;
	height: 100px;
	background: url("/img/header.jpg") no-repeat #fff;
	margin: 0;
	padding: 0;
	border: 0;
}

#nav {
	height: auto;
	background: #def;
	padding: 5px;
	border: 0;
	vertical-align: top;
}

#content {
	width: 90%;
	height: auto;
	background: white;
	vertical-align: top;
}

#content td {
	vertical-align: top;
}

#footer {
	background: white;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: .8em;
}

.navlist {
  width: 130px;
	list-style-type: none;
	margin: 0;			/* Default isn't 0 in IE6 */
	padding: 0;			/* Default is supposed to be 0, but isn't */
	border: 0;
}

.navlist li {
	margin: 10px 5px;
	border: 1px solid #cdf;   /* ??? IE6 screws up margins without this */
}

.navlist a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 10px;
	display: block;
}

.navlist a:link {
	color: #eef;
	background: #68a;
	border-left: 2px solid #8ac;
	border-top: 2px solid #8ac;
	border-right: 2px solid #468;
	border-bottom: 2px solid #468;
}

.navlist a:visited {
	color: #eef;
	background: #68a;
	border-left: 2px solid #8ac;
	border-top: 2px solid #8ac;
	border-right: 2px solid #468;
	border-bottom: 2px solid #468;
}

.navlist a:hover {
	color: #024;
	background: #8ac;
	border-left: 2px solid #ace;
	border-top: 2px solid #ace;
	border-right: 2px solid #68a;
	border-bottom: 2px solid #68a;
}

.navlist a:active {
	color: #f00;
	background: #ace;
	border-left: 2px solid #8ac;
	border-top: 2px solid #8ac;
	border-right: 2px solid #cef;
	border-bottom: 2px solid #cef;
}

.navlist a#this {
	color: #eef;
	background: #357;
	border-left: 2px solid #579;
	border-top: 2px solid #579;
	border-right: 2px solid #135;
	border-bottom: 2px solid #135;
}

.links hr { margin: 20px; }

.links h1 {
	font-size: 1.2em;
	margin: 0;
}

.links ul {
	list-style-type: none;
	padding: 0;		/* default isn't 0 in Gecko */
	margin: 0;		/* default isn't 0 in IE6 */
	border: 0;
}

.links li {
	margin: 15px 5px;
}

.links a { text-decoration: none; }

#main {
	padding: 10px;
	vertical-align: top;
}

.bubble {
	margin: 0px 10px 20px 10px;
}
.bubble img {
	display: inline;
	vertical-align: middle;
	margin: 5px;
}

.news {
	border: 2px solid #daa;
	padding: 10px;
	margin: 0 10px;
	background: #fdd;
}

.thumb {
	float: right;
	border: 1px;
	margin-top: 5px;
	margin-left: 10px;
}

.s1 { padding: 0px; margin: 0px 10px; }
.s1 td { padding: 5px 10px; margin: 0; background: #fff; }
.s2 td { padding: 4px 10px; margin: 0; background: #efe; }
.s2 th { padding: 10px 10px; margin: 0; background: #ddd; }
.new { font-weight: bold; color: #f00; }
.nohead { font-weight: normal; }
.caption { text-align: center; }
.footnote { font-size: .8em; }
.mh { font-size: .9em; }


