a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #949f36; 
}

#top_nav ul {
	text-align:right;
}

#top_nav li {
	display: inline;
	padding: 0 .5em 0 0;
	color: #949f36;
	font-size: 85%;
	letter-spacing: 2px;
	font-weight: lighter;
}

#top_nav li a {
	color: #4c5b52;
	text-decoration: none;
	font-weight: normal;
}

#top_nav li a:hover{
	color: #949f36;
}

body#index #home_link a{
	color: #949f36;
	font-weight: normal;
}

body#about #about_link a{
	color: #949f36;
	font-weight: normal;
}

body#portfolio #portfolio_link a{
	color: #949f36;
	font-weight: normal;
}

body#services #services_link a{
	color: #949f36;
	font-weight: normal;
}

body#contact #contact_link a{
	color: #949f36;
	font-weight: normal;
}

#footer li a {
	color: #4c5b52;
	text-decoration: none;
	font-weight: normal;
}

#footer li a:hover {
	color: #949f36;
}