html {margin: 0; padding: 0;}

body {
	margin: 0; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background: white url(../images/bg.gif) no-repeat;
	color: black;}

a:link    {color: black; text-decoration: underline}
a:visited {color: black; text-decoration: underline}
a:hover, a:focus {color: gray; text-decoration: underline}
a:active  {color: gray; text-decoration: underline}

h1 {
	font-size: 45px;
	letter-spacing: 0px; line-height: 1em;
	margin: 0 0 0 2em; padding: 23px 0 0 0;
	color: white; font-weight: bold;
}
h1 a:link    {color: white; text-decoration: none}
h1 a:visited {color: white; text-decoration: none}
h1 a:hover, h1 a:focus {color: #cccccc; text-decoration: none}
h1 a:active  {color: #cccccc; text-decoration: none}

h2 {
	font-size: 86%;
	height: 3em;
	letter-spacing: 0.1em;
	margin: -10px 221px 1em 23%; padding: 0;
	color: black; font-weight: normal; text-align: right;}
h2 a:link    {color: black; text-decoration: none}
h2 a:visited {color: black; text-decoration: none}
h2 a:hover, h2 a:focus {color: gray; text-decoration: none}
h2 a:active  {color: gray; text-decoration: none}

h3 {
	font-size: 120%;
	color: black; font-weight: bold;}

p {
	font-size: 78%; 
	line-height: 1.66;}
	
i {font-style: italic;}	

div#main {
	margin: 1em 185px 1em 18%; padding: 0;
	}

div#just {
	margin: 0.5em 3em 1em 3em; padding: 0;
	text-align: justify;
	height: 1%;
/* The HEIGHT property set to 1% fixes the IE italic bug; see here: http://www.positioniseverything.net/explorer/italicbug-ie.html; see also '07.12.09 tweak.txt' */
	}
	
div#hang {
	font-size: 78%; 
	text-indent: -3em;
	margin-left: 3em;
	line-height: 1.66;
	text-align: left;}	

div#left {
	margin: 0.5em 3em 1em 3em; padding: 0;
	text-align: left;}
	
div#rightcol {
	margin: 0; padding: 0;
	width: 185px;
	position: absolute; top: 0px; right: 0px;}

.caption {
	font-size: 64%;
	padding: 5px 6px 0 0;
	text-align: right;}
	
.disclaimer {
	font-size: 84%;
	text-align: left;}	
	
.indent {
	margin: 0em 3em 0em 3em;}
	
.book {
	margin: 0 5px 0 0;
	border: black 1px solid;}
	
.book2 {
	margin: 0 0px 0 5px;
	border: black 1px solid;}	

/* menu styles */
div#menu {
	font-size: 78%;
	margin: 0; padding: 18px 0 0 0;
	width: 18%;
	position: absolute; top: 69px; left: 0;}

div#menu a {
	display: block;
	margin: 0; padding: 4px 8px 4px 16px;
	text-decoration: none; text-align: left; font-weight: bold;}
	
ul {
	font-size: 78%; 
	line-height: 1.66;
}