/* CSS Document */
body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #666;
	
	}

#nav,
#sidebar
	{
	display:none;
	}
	
h1, 
h2,
h3
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	line-height:110%;
	}
	
h1
	{
	font-size: 250%;
	}
	
h2
	{
	font-size: 200%;
	}
	
h2
	{
	font-size: 150%;
	}
	
a
	{
	text-decoration: none;
	color:#333;
	}
	
#main p img
	{
	width:150px;
	height:200px;
	float:left;
	margin:0 10px 10px 0;
	}	