/* Portrait tablet to landscape and desktop */
@media (min-width: 960px) {
	body {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navcentre{
	width: 960px;
}

.blog .span4 .item p {
/*	min-height: 110px;
*/}

.blog .span4 .item p.readmore {
	min-height: 5px;
}

.header{
	height: 140px;
}

.navcentre{
	margin-right: auto;
	margin-left: auto;
}

.navfudge{
margin-left: -10px;
}
.offering table{
	height: 410px;

}
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {

body {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header{
	height: 140px;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	body {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

}

/* Landscape phones and down */
@media (max-width: 480px) {  }