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

#container {
position:absolute;
width:700px;
height:1400px;
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: .8px;
word-spacing: 1px;
border-color:#000000;
border-style: solid;
border-width: 0px;
text-align:left;
width:600px;
height:1200px;
padding: 0px 0px 0px 45px;
}

div.logo {
position: relative;
float: right;
height: 91px;
width: 51px;
margin: 3px 3px 3px 3px;
border: solid 0px;
border-color: black;
}


#imgframe {
float: right;
border-color:#000000;
border-style:solid;
border-width:1px;
width:200px;
height:247px;
margin:0px 5px 5px 10px;
padding: 5px;
}

p {
font-size: 16px;
text-indent: 40px;
}

#navbutton {
text-align: left;
text-indent: 0px;
font-family: arial,helvetica,clean,sans-serif;
font-size: 24px;
line-height:125%;
margin: 10px 0px 0px 45px;
}

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


