/*  page-style.css
visibility : hidden;     background-color: white;
*/

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

#container { 
    width: 600px;
    margin: 0 auto;
    position: relative;
    background-color: white;
}

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

#maincontent { width: 100%; }

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

