html {
	background: #B2D7F5 url('gradient.png') repeat-x;
	color: black;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h1, h2, h3, h4 {
	font-family: "Juice ITC", Papyrus, Rockwell, Garamond, Perpetua, "Book Antiqua", "Tempus Sans ITC", "Trebuchet MS", Trebuchet, serif;
}
h1, h3, h5 {
	color: #59260F; /* dark brown */
}
h2, h4, h6 {
	color: #A7511E; /* dark orange */
}
h4, h5, h6 {
	font-weight: normal;
}
.titleemphasis {
	color: #59260f; /* dark brown */
	font-weight: bold;
}
ul {
	list-style-image: url('bullet.gif');
}
.textemphasis {
	color: #900; /* red, like the bullets */
}
a:link {
	color: #D86421; /* orange */
	text-decoration: underline;
}
a:visited {
	color: #743214; /* brown */
}
a:hover {
	color: #D86421; /* orange */
	text-decoration: none;
}
a:active {
	color: #D86421; /* orange */
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	padding-bottom: 16px;
	width: 600px;
}

#links {
	width: 604px; /* 4 more than necessary to prevent the images wrapping due to rounding quirks */
	margin: 17px -4px 0 0;
}
#links img {
	width: 120px;
	border: none;
}
#links a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	/* filter:alpha(opacity=70); in style-ie.css */
}

#main {
	background: #B2D7F5 url('bg-home.jpg') repeat-y 50% 0; /* background-image should be overridden for each page */
	padding-top: 16px;
	min-height: 200px; /* Make sure at least some of the picture can be seen even on ridiculously short pages */
}
#content {
	margin: 0 auto;
	padding: 16px;
	width: 568px;
	background-image: url('trans.png'); /* IE <7 PNG hack in style-ie.css */
}
#content > *:first-child {
	margin-top: 0;
}
#footer {
	margin: 0 auto;
	width: 632px;
	padding: 0.1em 0;
	background: #80AED6 url('footer-gradient.png') repeat-x;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
	color: #A7511E; /* dark orange */
}