/* home - navigation styles */

#nav li.home a,
#nav li.home a:link {
	color: #ABBE92;
  background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#nav li.home a:active,
#nav li.home a:hover	{
	color: #ABBE92;
	background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

/* content styles */

#home #content {
	padding-top: 110px;
}


#content p {
	margin-top: 5px;
	font-size: 14px;
	color: white;
}

