/*  page-style.css
visibility : hidden; */

/* 2007dec12, phj: Content is centered via this container. */

#container { width: 600px; margin: 0 auto; position: relative; }

/* 2011jun27, phj: Removed height: attribute as on ie7 it was making topnav
text run into header text below topnav.*/

/* #topnav {  height: 24px; */
#topnav {  width: 600px;
/*	   background-color: #ccc;
	   border-bottom: 1px solid #fff; */ }

#maincontent { width: 100%; }

#footer { width: 100%; margin: 0 auto; padding: 1em 0 0 0; }
