#frame_main
{
   background-color: #FFFFFF;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

.frame_fixed_width
{
   width: 778px;
}

.frame_full_width
{
   width: 100%;
}

#frame_header
{
   clear: both;
   padding: 5px;
   height: 60px;
}

#frame_menu
{
   background-color: #880B23;
   clear: both;
   color: #FFFFFF;
   font-size: 80%;
   padding: 3px;
}

#frame_middle
{
   clear: both;
   margin-bottom: 20px;
   width: 100%;
}

#frame_content
{
   float: left;
   padding: 5px;
   width: 74%;
}

#frame_sidebar
{
   float: left;
   text-align: center;
   width: 24%;
}

#frame_footer
{
   border-top: 1px solid #880B23;
   clear: both;
   font-size: 64%;
   margin-bottom: 5px;
   padding: 5px;
}