/* CSS Document */

body	{	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:16px;
	line-height:24px;
	margin:0;
	padding:0;
	background-image:url(images/bkgd.gif);
	background-repeat:repeat-x;
	background-color:#669900;
}

A	{	color:#669900;	}
A:hover	{	color:#000;	}

img	{	border:none;	}

H1	{	
	font-size:32px;
	font-weight:normal;
	color:#FFF;
	text-align:right;
}

H2	{
	color:#e0fccf;
	font-size:21px;
	font-style:italic;
	font-weight:normal;
	padding: 120px 0 0 0;	
}

.wrap	{	
	width:820px;
	margin:0 auto;
}

.content	{
	padding:100px 0 0 0;	
}

.float_left	{
	float:left;	
}

#lead	{
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:3px;
}

.social	{
	float:right;
	padding-right:320px;
}