
	body
	{
		background-color : #458500;
		background-image : url(/_images/background.png);
		background-repeat: repeat-x;
		
		font-family: Helvetica, Arial, sans-serif;
		font-size: 19px;
		color : #fff;
	}
	
	img
	{
		margin  : 0px;
		padding : 0px;
		border  : none;
	}
	
	a
	{
		color : #fff;
	}
	
	a:hover
	{
		color : #68cb2e;
	}
	
	h1
	{
		display : none;
	}
	
	h2,
	h2 a
	{
		padding : 0px;
		margin  : 0px;
	
		font-size: 25px;
		line-height: 15px;
		color : #224411;
		
		text-decoration: none;
	}
	
	h3,
	h3 a
	{
		padding : 0px;
		margin  : 14px 0px 0px 0px;
	
		font-size: 18px;
		line-height: 15px;
		color : #224411;
		
		text-decoration: none;
	}
	
	p
	{
		margin  : 0px;
		padding : 0px 0px 12px 0px;
	}
	
	p.fineprint
	{
		font-size: 11px;
		text-align: center;
	}
	
	
	#site
	{
		width: 600px;
		margin : 50px auto 20px;
		
		background-color: #000;
		background-image: url(/_images/site_background.png);
		background-repeat: no-repeat;
	}
	
	#footer
	{
		width: 600px;
		margin : 0px auto;
		
		text-align: center;
	}
	
	#header
	{
		padding: 50px 0px 20px 0px;
	}
	
	#content
	{
		padding : 0px 40px 10px 40px;
	
		background-image   : url(/_images/site_background_base.png);
		background-repeat  : no-repeat;
		background-position: bottom;
	}
	
	
	div.block
	{
		background-image: url(/_images/block.png);
		background-repeat: no-repeat;
		
		margin : 20px 0px 15px 0px;
		
		width : 522px;
	}
	
	div.block .area
	{
		background-image: url(/_images/block_base.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	div.block .area .column
	{
		width : 260px;
		float : left;
		
		text-align: center;
		
		padding : 25px 0px 15px 0px;
	}
	
	div.block .area .mini
	{
		width : 172px;
		float : left;
		
		text-align: center;
		
		padding : 25px 0px 15px 0px;
	}
	
	div.block .area .single
	{
		text-align: center;
		
		padding : 25px 0px 15px 0px;
	}
	
	div.block p
	{
		font-size: 11px;
		color :#999;
		
		padding : 0px 0px 10px 0px;
		margin  : 6px 15px 0px 15px; 
	}
	
	div.block .column p
	{
		padding : 0px 0px 4px 0px;
		margin  : 10px 0px 0px 0px;
	}
	
	div.block p a
	{
		color :#888;
	}
	
	div.bar
	{
		background-image: url(/_images/bar.png);
		
		margin: 0px 20px 0px 20px;
		height : 3px;
		
		clear: both;
	}
	
	div.bar.padded
	{
		margin-top: 16px;
	}
	
	div.viral
	{
		text-align: center;
		padding:10px;
	}
	
	div.viral .item
	{
		float:left;
		margin : 0px 0px 0px 10px;
	}
	
	.cssClear
	{
		clear: both;
	}
	
	ul, li
	{
		padding : 0px;
		margin  : 0px;
		list-style: none;
		
		font-size: 12px;
		color : #999;
	}
	
	li
	{
		padding : 0px 0px 5px 0px;
	}
	
	
	
	#site p.fineprint,
	#site p.fineprint a
	{
		color: #444;
	}
	
	#footer p.fineprint,
	#footer p.fineprint a
	{
		color: #8aad62;
	}
	
	#site p.fineprint a:hover,
	#footer p.fineprint a:hover
	{
		color: #ccc;
	}
