body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	font: 80% Verdana;
	background: #ddd url(tangle-texture4.png) fixed;
}

p {
	line-height: 170%;
	margin: 0px 0px 1em;
	padding: 0px;
}
p.center {
	text-align: center;
}
a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover {
	background: #ccc;
	text-decoration: none;
}
.none {
    display: none;
}
img, a img {
	border: none;
}

#all {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#main {
	position: relative;
    background: -webkit-linear-gradient(left, #fff 40%, #fdfbdf 100%);
    background: -moz-linear-gradient(left, #fff 40%, #fdfbdf 100%);
    background: linear-gradient(to right, #fff 40%, #fdfbdf 100%);
    padding: 1em 12px;
}

/* @group Header */

#header {
	position: relative;
	background: #ffffff;
	padding-left: 240px;
    padding-top: 0.5em;
}

#art {
	position: absolute;
	width: 217px;
	left: 12px;
	z-index: 1;
	bottom: -26px;
}

span.leadin {
	font-size: 80%;
	margin-left: 4px;
}

h1 {
	font-size: 250%;
	color: #930;
	line-height: 90%;
	margin: 0px 12px 0px 0px;
}


/* @end */

/* @group Menus */

#menus {
	width: 100%;
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 2px solid #000000;
}

#menus p {
	margin: 0px;
}

#menus a {
	border-bottom: none;
}

#menus td {
	padding: 0px 8px 0px 0px;
	margin: 0px;
	border-top-style: none;
	vertical-align: top;
}

#main-menu {
}

#section-menu {
}

.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	display: block;
}

.menu li.selected,
#menus p.selected {
	font-size: 120%;
	font-weight: bold;
}

.menu li.selected a {
	color: #000;
}


/* @end */

.section h2 {
	margin-top: 3em;
	margin-bottom: 1em;
}
.section h2.top {
	margin-top: 1em;
}

.section {
}

.section hr {
	height: 0px;
	margin: 0px 0px 2em 10em;
	padding: 0px;
	border-top: 2px solid #c27d00;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.heading {
	padding: 0px 0px 0px 10em;
}

.header {
	width: 9em;
	float: left;
	clear: left;
	color: #c27d00;
	margin-top: 1px;
	text-align: right;
	position: relative; /* IE6 Bug workaround */
}

.header h3,
.header p,
.header img {
	margin: 0px;
}

.header img {
	border: none;
}

.entry {
	padding: 0px 0px 0px 10em;
	margin: 0px 0px 2em 0em;
}

.entry p.img {
	text-align: center;
}
.entry p.img img {
	border: 3px solid #993300;
}
ul.sources {
	list-style-type: none;
	padding-left: 0;
	color: #8e1105;
}
ul.sources ul {
	list-style-type: square;
}
/* @group Journal */

.date {
	margin-top: 0px;
}

.entry h2 {
	margin-bottom: 0px;
}

.links {
	margin-bottom: 5em;
	font-size: 80%;
	text-align: right;
}

.sidebar {
	width: 9.25em;
	position: absolute;
	left: 0px;
	text-align: right;
	color: #c27d00;
	margin-top: 1px;
	top: 0px;
}
.sidebar h3 {
	margin-top: 3em;
}
.sidebar a {
	color: #c27d00;
	text-decoration: none;
	border-bottom: 1px dotted #c27d00;
}
.sidebar p {
	font-size: 80%;
}

.bottom-space {
	height: 15em;
}
#menus table.calendar {
	font-size: 80%;
	text-align: center;
	margin: 0em 0em 4em 0em;
	padding: 0px;
}

/* @end */

.see {
	display: none;
}
.forprint {
	display: none;
}
.forscreen {
    display: inherit;
}

