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

#container {
position:absolute;
width:700px;
height:1000px;
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%;
letter-spacing: 1px;
word-spacing: 1.5px;
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;
}


p {
text-indent: 0px;
}

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%;
margin: 10px 0px 0px 45px;
}

a:link { color:#0000FF; }
a:vlink { color:#880088; }
a:alink { color:#FF0000; }
a:hover { color:#0099FF; }

