body
	{
		margin-left: 10%;
		margin-right: 10%;
		font-family: Tahoma;
		font-size: 9pt;
		color: #666;
		background: #fff;
	}
	
a
	{
		color: #000;
		text-decoration: underline;
	}
	
a:hover
	{
		text-decoration: none;
	}

#container
	{
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 1000px;			
	}

#content
	{
		padding: 10px;
		margin-left: 15%;
		margin-right: auto;
		margin-top: 10%;
		text-align: left;
		height: 350px;
		width: 450px;
		line-height: 1.5;
		letter-spacing: .08em;
	}
	
#content img
	{
		padding: 15px;
	}
	
h1
	{
		font-family: Georgia;
		font-size: 14pt;
		letter-spacing: .5em;
		line-height: .02em;
	}
	
h2
	{
		font-family: Georgia;
		font-size: 11pt;
		letter-spacing: .02em;
		font-weight: normal;
		padding-bottom: 20px;
	}
	
ul		
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		letter-spacing: 0.02em;
		word-spacing: 0.03em;
		line-height: 2;
		list-style-type: square;
		margin-left: 220px;
	}
	
.copy
	{
		text-align: right;
		font-family: Arial;
		font-size: 8pt;
		margin-top: 340px;
		margin-left: 150px;
	}