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