/* CSS Document */

#header {
	position:relative;
	height:135px;
	background-color: #ffffff;
	background-image: url(/images/header_bg.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}
#header h1 {
  font-size:1px;
	text-indent:-3000px;
}
#header a.logoLink { display:block; position:absolute; top:1px; left:1px; }
	
#pnav { position:static; }

#main { margin-top:0px; }
	#left { display:none; }

	#content { width:734px; float:none; padding:20px 20px 0px 20px; overflow:hidden; }
	* html #content { width:774px; }
		#pageTitle { display:none; }
