#logo {
	width: 347px;
	height:126px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	left: -300px;
}


/* nav image replacement */

#home a {
	background-image: url(../img/ie6/home.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 60px;
	display: block;
}

#home.selected a {
	background-image: url(../img/ie6/home_over.png);
	background-repeat: no-repeat;
	display: block;
}

#home a:hover {
	background-image: url(../img/ie6/home_over.png);
	background-repeat: no-repeat;
	display: block;
}

#bio a {
	background-image: url(../img/ie6/bio.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 105px;
	display: block;
}

#bio.selected a {
	background-image: url(../img/ie6/bio_over.png);
	background-repeat: no-repeat;
	display: block;
}

#bio a:hover {
	background-image: url(../img/ie6/bio_over.png);
	background-repeat: no-repeat;
	display: block;
}

#counselling a {
	background-image: url(../img/ie6/counselling.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 108px;
	display: block;
}

#counselling.selected a {
	background-image: url(../img/ie6/counselling_over.png);
	background-repeat: no-repeat;
	display: block;
}

#counselling a:hover {
	background-image: url(../img/ie6/counselling_over.png);
	background-repeat: no-repeat;
	display: block;
}

#service a {
	background-image: url(../img/ie6/service.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 68px;
	display: block;
}

#service.selected a {
	background-image: url(../img/ie6/service_over.png);
	background-repeat: no-repeat;
	display: block;
}

#service a:hover {
	background-image: url(../img/ie6/service_over.png);
	background-repeat: no-repeat;
	display: block;
}

#contact a {
	background-image: url(../img/ie6/contact.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 76px;
	display: block;
}

#contact.selected a {
	background-image: url(../img/ie6/contact_over.png);
	background-repeat: no-repeat;
	display: block;
}

#contact a:hover {
	background-image: url(../img/ie6/contact_over.png);
	background-repeat: no-repeat;
	display: block;
}



