body {
margin: 0px;
background-color: #ffffff;
}

.text {
color: #111111;
font-family: arial, sans-serif;
font-weight: normal;
font-size: 11px;
text-align: left;
}
.smtext {
color: #111111;
font-family: arial, sans-serif;
font-weight: normal;
font-size: 9px;
text-align: center;
}
.smtextr {
color: #111111;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
font-size: 9px;
text-align: right;
}
.textright {
color: #111111;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
font-size: 11px;
text-align: right;
}
.textctr {
color: #111111;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
font-size: 11px;
text-align: center;
}
.menu {
color: #111111;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 16px;
text-align: right;
}
.bold {
color: #111111;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 16px;
text-align: right;
text-decoration: underline;
}

#title {
position: absolute;
top: 70px;
left: 0px;
}
#menu {
position: absolute;
top: 150px;
left: 0px;
width: 150px;
}
#content {
position: absolute; 
top: 340px; 
left: 200px;
width: 480px;
}
#image {
position: absolute; 
top: 70px; 
left: 200px;
}
#bears div {
position: absolute;
top: 70px;
left: 200px;
visibility: hidden;
}
#imagetitle {
position: absolute; 
top: 380px; 
left: 200px;
width: 480px;
}
#bearsnav {
position: absolute; 
top: 420px; 
left: 200px;
}
#boxscroll {
position: absolute;
top: 70px;
left: 200px;
width: 480px;
height: 480px;
overflow: auto;
}
#boxcontent {
position: absolute;
top: 0px;
left: 0px;
}
#bodytext {
position: absolute;
top: 70px;
left: 200px;
width: 480px;
height: 480px;
}


a:active {
color: #111111;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}
a:visited {
color: #111111;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}
a:link {
color: #111111;
font-weight: normal;
font-size: 11px;
text-decoration: none;
}
a:hover {
color: #111111;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

a.bold:active {
color: #111111;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}
a.bold:visited {
color: #111111;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}
a.bold:link {
color: #111111;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}
a.bold:hover {
color: #111111;
font-weight: bold;
font-size: 11px;
text-decoration: underline;
}


