<style type="text/css">
<!--
 
blank {
}
/* The Core Technique
================================= */
 
body {
	text-align: center; 
	width: 780px;

  }
#wrapper {
	width: 780px; 
	text-align: left; 
}
#mainNav { 
	width: 160px; 
	float: left; 
}
#content { 
	width: 610px; 
	float: right; 
}
#mainContent { 
	width: 420px; 
	margin: 0; 
	float: left; 
	overflow: hidden;
}
#secondaryContent { 
	width: 175px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
} 

-->
</style>
