#columnOverride {
	width: 100%;
	}
#pageguts{
	padding-top: 8px;
	}
	
#sidebar {
	padding-top: 8px;
	}

.fullAcross {
	margin: 0px;
	padding: 0px;
	padding: 30px 0px 0px 27px;
	width: 100%;
	}

.fullAcross h1 {
	margin: 0px;
	padding: 0px;
	}	

table.colsAcross {
	margin: 0px;
	padding: 0px;
	/* margin: 30px 0px 0px 27px; */
	margin-left: 27px;
	width: 566px;
	}
table.pageTop {
	margin-top: 30px;
	}
table.underBreadcrumb {
	margin-top: 14px;
	}

/* page structure must be as follows */
/* 
<body>
<table>
	<tr>
		<td>pixel</td>
	</tr>
	<tr>
		<td><div id="brandbanner">brandbanner</div></td>
	</tr>
</table>

<div id="brandshadow">brandshadow</div>

<table id="bodylayout"><tr>
	<td id="navigation">navigation</td>
	<td id="columnOverride>
		<table><tr>
			<td id="pageguts">pageguts</td>
			<td id="sidebar">sidebar</td>
			<td id="rightstretch"></td>
		</tr></table>
		<!-- and/or -->
		<table><tr>
			<td class="fullAcross"></td>
		</tr></table>
		<!-- and/or -->
		<table><tr>
			<td class="colsAcross"></td>
		</tr></table>		
	</td>
</tr></table>

<div id="footercap">footercap</div>
</body>
*/