/*--[base]--*/
body {
	margin: 20pt 35pt;
	font: small Arial, Helvetica, sans-serif;
}

/*--[headings]--*/
h1 {
	background-color: inherit;
	color: #441E1F;
	font: 22px "Times New Roman", Times, sans-serif;
}

/*--[logo]--*/
#header h1 {
	position: relative;
	margin: 0;
	width: 225px;
	height: 40px;
}

#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 40px;
	background-color: inherit;
	color: #11568C;
	font-size: 90%;
	text-decoration: none;
}

#header h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 40px;
	background: url(http://bassett.ivt.com.au/sb/styles/standard/images/webimages/bassett_logo.gif) no-repeat left;
}

/*--[hidden elements]--*/
#accessibility,
#menu,
#search,
#sidebar,
#footer,
#print,
.noprint {
	display: none;
}