
#header {
	background-image: url(img/header.jpg);
	width: 900px;
	height: 100px;
}

.horiz {
	margin-left: 10px;
	width: 881px;
	height: 5px;
	clear: both;
	background: url(img/horiz.jpg) no-repeat;
}

#navbar a {
	display: block;
	color: black;
	font: xx-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
	color: black;
}

.navlink {
	float: left;
	margin-right: 22px;
	margin-left: 10px;
}

/*#navlink_home a {
	width: 84px;
	height: 60px;
	background: url(img/home.jpg) no-repeat;
}

#navlink_home a.current, #navlink_home a:hover  {
	background: url(img/home_current.jpg) no-repeat;
}

#navlink_blog a {
	width: 81px;
	height: 60px;
	background: url(img/blog.jpg) no-repeat;
}

#navlink_blog a.current, #navlink_blog a:hover  {
	background: url(img/blog_current.jpg) no-repeat;
}

#navlink_media a {
	width: 86px;
	height: 60px;
	background: url(img/media.jpg) no-repeat;
}

#navlink_media a.current, #navlink_media a:hover  {
	background: url(img/media_current.jpg) no-repeat;
}

#navlink_hours a {
	width: 96px;
	height: 60px;
	background: url(img/hours.jpg) no-repeat;
}

#navlink_hours a.current, #navlink_hours a:hover  {
	background: url(img/hours_current.jpg) no-repeat;
}

#navlink_shop a {
	width: 78px;
	height: 60px;
	background: url(img/shop.jpg) no-repeat;
}

#navlink_shop a.current, #navlink_shop a:hover  {
	background: url(img/shop_current.jpg) no-repeat;
}

#navlink_rentals a {
	width: 132px;
	height: 60px;
	background: url(img/rentals.jpg) no-repeat;
}

#navlink_rentals a.current, #navlink_rentals a:hover  {
	background: url(img/rentals_current.jpg) no-repeat;
}

#navlink_contact a {
	width: 132px;
	height: 60px;
	background: url(img/contact.jpg) no-repeat;
}

#navlink_contact a.current, #navlink_contact a:hover  {
	background: url(img/contact_current.jpg) no-repeat;
}*/

.first {
	padding-left: 10px;
}

.second {
	
}

#ft {
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 20px;
}

#ft p {
	text-align: center;
}

.post {
	margin-top: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post_title a {
	color: black;
	text-decoration: none;
	font: x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.post_title a:hover {
	text-decoration: underline;
}
.entry {
	margin-top: 5px;
}

.postmetadata {
	margin-top: 5px;
}

