﻿body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, sans-serif;
}
body {
	color: black;
	background: white url(images/hands.jpg) no-repeat fixed 0 0;
}
body#sidebar {
	background: #cccccc no-repeat fixed 0 0;
}
h1 {
	color: #024;
	font: bold 150% sans-serif;
	vertical-align: middle;
	margin: 0.25em -4px;
	padding: 0.25em 0;
}
h2 {
	color: #024;
	font: bold 135% sans-serif;
	vertical-align: middle;
	margin: 0.25em -4px;
	padding: 0.25em 0;
}
h3 {
	color: #024;
	font: bold 125% sans-serif;
	vertical-align: middle;
	margin: 0.25em -4px;
	padding: 0.25em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.66em;
}
code, pre {
	color: #446;
	font-family: monospace;
}
code {
	font-size: 110%;
}
p {
	margin: 0.5em;
	line-height: 1.3;
}
div#box {
	margin: 0.5em;
	padding: 0.5em;
	border: solid #963;
}
div#content {
	width:40em;
	background: white url(images/hands-white.jpg) no-repeat fixed 0 0;
}
div#content {
	margin: 2em 2em 2em 2em;
	padding: 10px;
	border: solid #963;
}
div#content p {
	line-height: 1.3;
	margin: 0 1em 1em;
	padding: 0;
}
div#content p.indent {
	line-height: 1.3;
	margin: 0 1em 1em 120px;
	padding: 0;
}
div#content p.footer {
	color: navy;
	text-decoration: none;
}
div#content h1 {
	background: #cccccc url(images/hands-gray.jpg) no-repeat fixed 0 0;
	padding: 0.5em 1em 0.25em;
	border: solid 1px gray;
}
div#content h2 {
	color: #632109;
	background: #eba46b url(images/hands-tan.jpg) no-repeat fixed 0 0;
	margin: 0 -12px 0.5em;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #963;
}
div#content h3 {
	background: #cccccc url(images/hands-gray.jpg) no-repeat fixed 0 0;
	padding: 0.5em 1em 0.25em;
	border: solid 1px gray;
}
div#content a:link, a:visited {
	color: navy;
	text-decoration: none;
}
div#content a:hover, a:active {
	color: red;
	text-decoration: none;
}
div#links {
	text-align: center;
	font: bold 1em;
	background: #cccccc 0 0 no-repeat fixed;
	width: 40em;
	margin: .5em .5em .5em 2em;
	border-width: 0px;
	text-decoration: none;
	color: #024;
}
div#links a:link, a:visited {
	color: #024;
	text-decoration: none;
}
div#links a:hover, a:active {
	color: #632109;
	text-decoration: none;
}
div#links p {
	margin: 0.2em;
	line-height: 1.3;
}
