/* external style sheet articlelayout.html */ #navbardiv { position: relative; width: 100%; } #pagebody { position: relative; top: 0; left: 0; width: 100%; } #maintext { margin-left: 150px; border: thin solid #000000; background-color:#FFFFFF; padding-top:10px; padding-bottom:10px; padding-right:20px; padding-left:20px; } #logobox { position: absolute; left: 5px; top: 10px; width: 140px; } #quipbox { position: absolute; left: 5px; top: 140px; width: 140px; } /* end of file */