body	{
	font-family:georgia, 'times new roman', times-new-roman, times, sans-serif;
	}

div#container	{
	width:920px;
	margin:0px auto;
	border-left:1.5em solid #f0f0f0;
	border-bottom:120px solid #f0f0f0;
	padding-left:1em;
	}
	
h1	{
	color:#aaa;
	font-size:2em;
	line-height:2.5em;
	background:#f0f0f0;
	margin-bottom:.5em;
	margin-left:-1em;
	padding-left:1em;
	padding-top:80px;
	}
	
h2	{
	color:#666;
	font-size:1em;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:.5em;
	margin-top:.5em;
	}
	
h3	{
	color:#333;
	font-size:1.5em;
	line-height:2em;
	margin-bottom:.5em;
	margin-top:.5em;
	margin-left:-1em;
	padding-left:1em;
	border-top:5px solid #f0f0f0;
	}
	
p	{
	color:#333;
	margin-bottom:1.5em;
	line-height:1.25em;
	text-indent:2em;
	}
	
dl	{
	display:block;
	margin-bottom:1.5em;
	}
	
dl dt	{
	display:block;
	color:#666;
	margin-right:3em;
	line-height:1.25em;
	font-style:italic;
	}
	
dl dd	{
	display:block;
	color:#333;
	margin-bottom:.5em;
	margin-left:2em;
	line-height:1.25em;
	}

ul	{

	}
	
ul li	{
	display:inline;
	}
	
ul li img	{
	padding:4px;
	}