body {
	background-color: #006590;
	color: #000;
	font-family: "Verdana", sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-image: url(column-bg.png);
	background-repeat: repeat-y;
}

/* We use Tantek Celik's Box Model Hack here.
   http://tantek.com/CSS/Examples/boxmodelhack.html */

.body {
	background-color: #e4d8c7;
	border: solid 2px;
	border-style: none solid;
	position: absolute;
	top: 0;
	left: 200px;
	bottom: 0;
	width: 554px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 550px;
}

html>body .body {
	width: 550px;
}

.index .body {
	background-image: url(index-bg.jpg);
	background-repeat: no-repeat;
}

.item .body {
	background-image: url(item-bg-blend.jpg);
	background-repeat: no-repeat;
}

.index .header {
	margin-top: 95px;
	margin-left: 18px;
	margin-bottom: 150px;
}

.text {
	margin: 22px;
	color: #005580;
}

.item .text {
	margin-top: 110px;
}

.menu {
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	font-weight: bold;
}

.menu h2 {
	font-size: 100%;
	margin: 17px 0 1.75em 15px;
}

.menu ul {
	display: block;
	padding: 0;
	margin: 0;
}

.menu ul ul {
	font-weight: normal;
	font-size: 80%;
	margin: 0 -15px 0 0;
}

.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: .25em 15px .25em 15px;
}

.menu ul ul li {
	padding-left: 5px;
}

.highlight {
	background-color: #0078ab;
}

.feed-links {
	margin: 1.4em 0 0 15px;
	position: relative;
}

.feed-link img {
	position: absolute;
	top: 0px;
	left: 0;
	border: none;
	margin: 0;
}

.feed-link {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0 0 0 23px;
}

.audio-links {
	margin: .4em 0 .5em 0;
}

.audio-link a {
	text-decoration: none;
}

.audio-link img {
	position: absolute;
	top: -2px;
	left: 0;
	border: none;
	margin: 0;
}

.audio-link {
	position: relative;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 0 0 23px;
	line-height: 2.5em;
}

.audio-link-last {
	margin-right: 0;
}

div.include-link {
	clear: both;
	margin-top: 1em;
}

.backlink {
	text-align: right;
}

h1 {
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	font-weight: inherit;
	margin-bottom: 0;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
	margin: 0;
}

p {
	margin-top: 0.1em;
}

img.illustration {
	float: left;
	margin: 0.3em 1em 0.7em 0;
	border: solid 1px black;
}

img.thumbnail {
	float: left;
	margin: 0 5px 5px 0;
	border: solid 1px black;
}

img.plain {
	float: none;
	margin: 0;
	border: none;
}

a {
	color: #004570;
}

a:visited {
	color: #004570;
}

.menu a {
	color: #FFF;
	text-decoration: none;
}

.menu a:visited {
	color: #d0e7f0;
}

a:hover {
	text-decoration: underline;
}

.index .body a {
	text-decoration: none;
}
