/*new header*/
#header { position: relative; height: 200px;width: 900px; margin: 0px auto 0px; background: url(../img/header/headerBg.gif) top left no-repeat; }
#header h1 {}
#header h1 a {
	background: url(../img/header/headerLogo.gif) top left no-repeat;
	display: block;
	width: 350px;
	height: 200px;
	text-indent: -999999px;
}
#header p { position: absolute; bottom: 10px; left: 10px; }
