#subnav {	
	list-style: none;
	margin: 15px 0 0 0;
	float: left;
	padding: 0px;
}

#subnav li	{
	display: inline;
	float: left;	
}

#subnav li a {
	text-indent: -8888px;
	text-decoration: none;
	display: block;
	outline: none;
	height: 12px;
}

#about a {
	background: url(../images/nav_about.png) 0 0 no-repeat;
	width: 47px;
}

#contact a {
	background: url(../images/nav_contact.png) 0 0  no-repeat;
	width: 59px;
}

#about a:hover, #contact a:hover {
	background-position: 0 -12px;
}


#subnav li#facebook a {
	text-indent: 0;
	color: #9d9d9d;
	font-size: .9em;
	font-weight: bold;
	padding-left: 10px;
}

#subnav li#facebook a:hover {
	color: #ccc;
}


#copyright {
	float: right;
	font-size: 0.8em;
	color: #9d9d9d;
	margin-top: 15px;
}
