* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #ffc;
	background-color: #630;
	font-size: 62.5%; /* Resets 1em to 10px */

}

body {
	color: #300;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em; /* bump it up a bit */
	margin: 4em;
	line-height: 1.4em;
}

div#content {
}
h2 {
	color: #630;
	margin-top: 2ex;
	font-size: 1.5em;
}
p {
	margin-top: 2ex;
}
a {
	color: #630;
}
ul {
	margin-top: 2ex;
}
li {
	margin-left: 3.5em;
	margin-top: 1ex;
}

div#story p {
	margin-left: 2em;
	margin-right: 2em;
}

div#masthead {
	border: 1px solid #300;
	height: 150px;
	padding-right: 280px;
	background-color: #fc9;
	background-image: url(images/mastheadstove.gif);
	background-position: right -60px;
	background-repeat: no-repeat;	
}
div#masthead h2,div#masthead p {
	margin-left: 20px;
}
div#masthead h2 {
	font-size: 1.8em;
}
div#masthead p {
	font-size: 1.1em;
	margin-top: 1ex;
}
div#highlight {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
div#mainbody {
	border: 1px solid #300;
	background-color: #fff;
	padding: 2em;
}
div#story {
}
div#story img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 0 none;
}
div#story h2 {
	clear: left;
}

div#panel {
	width: 200px;
	float: right;
	margin-left: 2em;
}
div#panel a img {
	border: 0 none;
	margin-top: 2ex;
}
div#panel p.subtle {
	font-size: 1em;
	text-align: center;
	color: #630;
}
span.einfo { unicode-bidi:bidi-override; direction: rtl; }

span.einfoup {

}
del.einfodown {
	display: none;
}
