
body {
height: 1800px;
background-color:#D8CBAB;
}

h1{ font-size: 22px;
}

h2{ font-size: 20px;
}

#container {
position:absolute;
width:800px;
height:1600px;
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;
}

#box {
position:relative;
font-family: arial,helvetica,clean,sans-serif;
font-weight:400;
font-size:16px;
line-height:140%;
letter-spacing: 1px;
word-spacing: 1px;
border-color:#000000;
border-style: solid;
border-width: 0px;
text-align:left;
width: 600px;
height:1200px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:50px;
padding: 50px 0px 0px 45px;
}

#imgframe {
float: left;
border-color:#000000;
border-style:solid;
border-width:1px;
width:600px;
height:364px;
margin: 0px 25px 25px 0px;
padding: 5px;
}

p {
text-indent: 40px;

}

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

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


