#navigation
{
	width: 786px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: #fff url("../images/navigation_background.png") 0px top no-repeat;
}

#navigation ul
{
	padding: 0;
	margin: 0 0 0 60px;
}

#navigation ul li
{
	list-style: none;
	float: left;
}

#navigation a
{	
	font-size: 0em;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;	
}

.joshandamy
{
	background: url("../images/navigation/josh_and_amy.png") no-repeat;
	width: 131px;
}

.news
{
	background: url("../images/navigation/news.png") no-repeat;
	width: 88px;
}

.photos
{
	background: url("../images/navigation/photos.png") no-repeat;
	width: 109px;
}

.videos
{
	background: url("../images/navigation/videos.png") no-repeat;
	width: 103px;
}

.calendar
{
	background: url("../images/navigation/calendar.png") no-repeat;
	width: 129px;
}

.contact
{
	background: url("../images/navigation/contact.png") no-repeat;
	width: 107px;
}
