/* CSS Document */
/* BODY */
body {background-color:#ffffff; }

/* ID */
#header {border-bottom:1px solid; padding-bottom:1em; margin-bottom:0.5em; width:640px; }
#footer {width:480px; text-align:center; margin-top:1.5em; border-top:1px solid; padding-top:1em;}

#update {width:100%; margin:1em 0em 0em 0em; }
#nav {vertical-align:top; width:160px; }
#data {vertical-align:top; width:480px; }

/* Class */
.navigation { display:none; }