body {
	font: 66% verdana, arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	background: #fff url("/images/background.gif") repeat;
	color: #ccc;
}
html > body {
	background: #fff url("/images/background.png") repeat;
}
#wrapper {
	padding-left: 7em;
	width: 48em;
	background: transparent;

}
#content {
	margin-top: 1em;
	font-size: 0.9em;
	clear: both;
	padding-top: 1.2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px dotted;
	padding-bottom: 1em;
	background-color: #fff;
	color: #000;
	min-height: 25em;
}
#menu {
	background: #fff url("/images/corner.png") top left no-repeat;
	color: #000;
	height: 1.8em;
	margin-top: -1.5em;
	margin-bottom: -1em;
	border: 1px solid #eee;
}
#header #menu {
	min-height: 1.8em;
}

#menu ul li {
	list-style: none;
	font-family: cochin, garamond, arial, sans-serif;
	float: left;
	/*margin-top: 0.3em;*/
	width: 8em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	height: 1.4em;
}
#menu ul {
	height: 1.7em;
	background: url("/images/corner2.png") top right no-repeat;
	margin-top: 0;
	padding-top: 0.4em;
}
#menu a {
	color: #000;
	background-color: #fff;
	font-size: 1.1em;
	padding: 0.2em;
}
#menu li#current_page span {
	font-size: 1.1em;
	padding: 0.2em;
	background-color: #fff;
	color: #444;
	border-top-width: 0;
	
}
#menu a:link {}
#menu a:visited {}
#menu a:hover {color: #333; background-color: #fff; text-decoration: none;}
#menu a:active {}
p {
	font-size: 0.85em;
	line-height: 150%;
}
h2 + p {
	margin-top: 0;
}
h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-family: cochin, garamond, arial, sans-serif;
	font-size: 1.5em;
}
h1 {
	font-size: 1.8em;
	font-family: cochin, garamond, arial, sans-serif;
	text-align: center;
}
h3 {
	font-family: cochin, garamond, arial, sans-serif;
	margin-top: 1.5em;
	margin-left: 1em;
}
#content ol li, #introduction ol li {
	font-size: 0.85em;
	margin-top: 0.2em;
}
#content ul li {
	font-size: 1em;
	margin-top: 0.3em;
}
code {
	font-size: 1.3em;
}
abbr {
	border-bottom-width: 0;
}
pre {
	border: 1px solid #8f8375;
	padding: 0.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.8em;
	line-height: 110%;
}
#core > pre {
	font-size: 1em;
}
#content a:link {color: #000; background-color: #fff;}     /* unvisited link */
#content a:visited {color: #444; background-color: #fff;}  /* visited link */
#content a:hover {color: #333; background-color: #fff; text-decoration: none;}   /* mouse over link */
#content a:active {color: #333; background-color: #fff;}   /* selected link */
#title {
	font-size: 4em; 
	font-family: cochin, garamond, arial, sans-serif;
	color: #333;
	margin-top: 0.1em;
	background: transparent;
	clear: both;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
#title img {
	vertical-align: bottom;
	border: none;
	padding-left: -4em;
	position: absolute;
}
#title span {
	padding-left: 1em;
}
#footer {
	background: #fff url("/images/corner3.png") top right no-repeat;
	margin-top: -0.7em;
}
#footer_text {
	background: transparent url("/images/corner4.png") top left no-repeat;
	height: 1.9em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
	color: #333;
	margin-left: 0.1em;
}
#footer > #footer_text {
	margin-left: 0;
	}
#footer_text p {
	text-align: center;
	font-size: 0.7em;
	padding-top: 1em;
	color: #333;
	background: transparent;
}
#footer_text p a:link {color: #333; background-color: #fff;}     /* unvisited link */
#footer_text p a:visited {color: #333; background-color: #fff;}  /* visited link */
#footer_text p a:hover {color: #666; background-color: #fff; text-decoration: none;}   /* mouse over link */
#footer_text p a:active {color: #333; background-color: #fff;}   /* selected link */
#core ol li {
	margin-top: 0.5em;
}
.comment {color: #666; background: transparent;}
