#nav { 
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
    text-align: center;
}
#nav h2 {
	display: none;
	visibility: hidden;
}
#nav ul {
	width: 100%;
    height: 154px;
	margin: 0 auto;
	padding: 0;
	line-height: 154px;
}
#nav li { 
	display: block;
	float: left;
	width: 25%;
	list-style: none;
	text-align: center;
}
#nav a {
	display: block;
	float: left;
	width: 226px;
	height: 92px;
}
#home { 
	background: url(../images/home.png) center center no-repeat;
	display: block;
	width: 226px;
	height: 154px;
	padding: 0 0 -50px 0;
}
#about { 
	background: url(../images/about.png) center center no-repeat;
	display: block;
	width: 226px;
	height: 154px;
}
#gallery { 
	background: url(../images/gallery.png) center center no-repeat;
	display: block;
	width: 226px;
	height: 154px;
}
#contact { 
	background: url(../images/contact.png) center center no-repeat;
	display: block;
	width: 226px;
	height: 154px;
}
.hidden {
	display: none;
	visibility: hidden;
}
#nav_footer { 
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
    text-align: center;
}
#nav_footer h2 {
	display: none;
	visibility: hidden;
}
#nav_footer ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 12pt;
}
#nav_footer ul li { 
	display: inline;
	background: transparent;
	width: auto;
	list-style: none;
	text-align: center;
}
#nav_footer a { 
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Tahoma";
	font-weight: bold;
	text-decoration: none;
}
#nav_footer a:hover {
	color: white;
	font-weight: normal;
	font-family: "Tahoma";
	font-weight: bold;
	text-decoration: underline;
}
