html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

* {
margin: 0;
padding: 0;
}

p{
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #4c4b4b;		
	text-align: left;
}


p a:link {
	color: #77a22c;
	text-decoration: none;

} 

p a:visited {
	color: #77a22c;
	text-decoration: none;

} 

p.address {
	color: #FFFFFF;
	font-size: 13px;
	padding: 50px 0 25px 25px;
	font-weight: normal;

}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	background: #FFFFFF;
}
#container_home {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 883px;
	background: #FFFFFF;
}


#main_column {
	float: right;
	width: 610px;
	text-align: left;
}


#black_bottom {
	width: 100%;
	height: 50px;
	background: #77a22c;
	color: #77a22c;
	padding: 10px 0 120px 0;
	text-align: center;
}

#bottom_banner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#bottom_banner_home {
	width: 883px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
	color: #f99340;
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
	color: #394d16;
	padding-top: 15px;
	text-align: left;
}	


/**
 * Feature Images Home Page 
 ***************************************************************************************************/

p.friends{
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  	text-align: center;
  color: #666666;		
}


p.friends a:link {
	color: #666666;
	text-decoration: none;

} 

p.friends a:visited {
	color: #666666;
	text-decoration: none;

} 
p.friends a:hover {
	color: #d16d1c;
	text-decoration: none;

} 

p.media{
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #868686;	
  font-style:italic;
}

p.media a:link {
  font-weight: bold;
  color: #f78222;		
}

