html
{
   height: 100%;
}


body
{
   height: 100%;
   padding: 0px;
   margin: 0px;
}


div#title_bar
{
   width: 80px;
   height: 100%;
   border-left-style: solid;
   border-left-width: 20px;
   padding: 0px;
   margin: 0px 0px 0px 40px;
   text-align: center;
}


div#content
{
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 180px;
   right: 40px;
   padding: 0px;
   margin: 0px;
}


div#title_bar a
{
   display: block;
}


div#title_bar a:hover
{
   cursor: default;
}


a.small_title_char:hover
{
   text-decoration: underline;
}


a.title_char
{
   font: normal bold small-caps 60px sans-serif;
   padding: 0px;
   margin: 0px;
}


a.small_title_char
{
   font: normal bold small-caps 20px sans-serif;
   padding: 0px;
   margin: 0px;
}


div#top_bar
{
   margin-top: 40px;
   padding: 0px;
   border-style: solid;
   border-width: 20px;
   text-align: center;
}
