.welcome, .pups, .started, .training, .photogallery, .contact {
	text-indent: -1000em;
	height: 25px;
}
.contact {
	background: url(images/front/contact.png) no-repeat;
}
.welcome {
	background: url(images/front/welcome.png) no-repeat;
}
.pups {
	background: url(images/front/pups.png) no-repeat;
}
.started {
	background: url(images/front/started.png) no-repeat;
}
.training {
	background: url(images/front/training.png) no-repeat;
}
.photogallery {
	background: url(images/front/photogallery.png) no-repeat;
}

#outdoor {
	background: url(images/front/outdoor.png) no-repeat;
	width: 215px;
	height: 85px;
	color: black;
	padding: 20px 8px 0 115px;
}

#photo_list {
	list-style:none;	
	width: 300px;
}
#photo_list li {
	float: left;
	margin: 3px;
}
#photo_list img{
	border:none;
}