
/* one column layout */
#center { padding: 10px; }

/* style for subhead (some inline styles apply) */
/* IE won't work with pagetitle width 100%, so... */
#header {
	background-image: url(/images/shared/bg_topgradation.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	border-bottom: solid 1px #69C;
}

div#pagelogo { float: left; }
/* height + padding-top = 82: padding-left inc. logo */
div#pagetitle { height: 42px; padding: 40px 0 0 170px; margin: 0; color: #039; font-size: 16px; font-weight: bold; }


