body 
{ 
	font-family: Arial, sans-serif; 
	color: black;
	background-color: white; 
	margin:1em; 
	padding:0; 
	font-size: 13px	
}

h1, h2, h3 
{
	font-family: Garamond, serif;
	font-weight: normal;
}

h1 
{ 
	font-size: 3em; 
	margin-bottom: 1em;
	margin-bottom: 0.5em;
}

em
{
	font-style: italic;
}

p 
{
	margin-top: 0;
	clear:both; 
}

a 
{
	color: rgb(160, 20, 20);
}


dl {}

dt {}

dd
{
	margin-bottom: 0.8em; 
}

#main
{
}

#menu 
{
	position: absolute;
	left: 410px;
	width: auto;
	background-color: rgb(230,230,230);
	padding: 0.8em;
}

#menu ul
{
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.6em;
	margin: 0; 
	padding:0;
}

#menu li
{
	margin: 0; 
	padding:0;	
}

#contents
{
	width: 35em;
}

.figure 
{
	margin-bottom: 1.2em;
}

.figure p
{

	font-style: italic;
}
img {
	border: none;
}
