
body {
height: 1400px;
background-color:#b8bdb6;
}

.lean  {
font-style: italic;
font-weight:bold;
}

.bold {
font-weight: normal;
font-size: 18px;
}


p.navbutton {
text-align: left;
text-indent: 0px;
font-family: arial,helvetica,clean,sans-serif;
font-size: 20px;
font-style:normal;
font-weight:500;
line-height:125%;
}

#container {
position:absolute;
width:700px;
height:1200px;
font-family: arial,helvetica,clean,sans-serif;
background-color:#ffffff;
border-color:#000000;
border-style:solid;
border-width:2px;
margin-top:10px;
margin-right:0px;
margin-bottom:0px;
margin-left:10px;
}

#content {
position:relative;
font-family: arial,helvetica,clean,sans-serif;
font-weight:400;
font-size:16px;
line-height: 140%;
border-color:#000000;
border-style: solid;
border-width: 0px;
text-align:left;
width: 500px;
height:900px;
padding: 0px 0px 0px 75px;
margin: 0px 0px 0px 20px;
}

#box {
position:relative;
font-family: arial,helvetica,clean,sans-serif;
font-weight:400;
font-size:16px;
line-height: 140%;
border-color: red;
border-style: solid;
border-width: 2px;
text-align:left;
width: 500px;
height:150px;
margin: 0px 0px 0px 0px;
padding: 2px 2px 0px 5px;
}


