h1 { font-size : 16px;
     text-align : center;
     font-weight : normal; }
h2 { font-size : 13px;
     text-align : center;
     font-weight : normal; }
.sml { font-size : 11px; }
.xsml { font-size : 9px; }

h1.hp { font-size : 12px;
        text-align : center;
        font-weight : normal; }

#menu
{
float: left;
width: 22%;
padding: 1em;
}

#body
{
float: right;
width: 74%;
}

#top
{
width: 70%;
margin-left: 60px;
padding: 1em;
}

#content
{
width: 90%;
padding: 1em;
padding-right: 30px;
}

#bottom
{
width: 90%;
padding: 1em;
}

