/* home - navigation styles */

#nav li.home a,
#nav li.home a:link {
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#nav li.home a:active,
#nav li.home a:hover	{
  background-repeat: no-repeat; 
  background-position: center bottom;
}

/* content styles */

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


#content p {
	margin-top: 5px;
	font-size: 12px;
	color: black;
}

