﻿div#nav ul li a{
	font-weight: bold;
	padding: 0 17px;
}
#nav li a:hover{
	
}
#header h1 a{
	width: 209px;
	height: 90px;
	line-height: 83px;
	overflow: hidden;
	background-image: url(../images/site_logo.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
}
#footer #copyright {
	background-image: url(../images/site_footer_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	position: relative;
	
	margin-top: 20px;
}
ul#footer_nav li a{
	color: #debf87;
}
ul#footer_nav li a:hover{
	color: #ccc;
}