/* (C) 2007 by Jean-Christophe Koerber. All rights reserved. */

#body_frame
{
 position: absolute;
 left:     0px;
 top:      0px;
 width:    100%;
 height:   100%;

 border-style:     solid;
 border-width:     0px;
 border-color:     white;
 background-color: White;
}

#left_frame
{
 position: absolute;
 left:     0px;
 top:      0px;
 width:    200px;

 border-style:     solid;
 border-width:     0px;
 border-color:     white;
 background-color: White;
}

#corner_frame
{
 position: absolute;
 left:     0px;
 top:      0px;
 width:    200px;
 height:   100px;

 border-style:     solid;
 border-width:     10px;
 border-color:     white;
 background-color: white;
}

#left_line_frame
{
 position: absolute;
 left:     0px;
 top:      100px;
 width:    200px;
 height:   25px;

 border-style:     solid;
 border-width:     0px;
 border-color:     #f90;
 background-color: #f90;
}

#menu_frame
{
 position: absolute;
 left:     10px;
 top:      115px;
 width:    160px;

 border-style:     solid;
 border-width:     0px;
 border-top-width: 10px;
 border-color:     #b42010;
 background-color: #b42010;
}

#right_frame
{
 position: absolute;
 width:    100%;
 left:     200px;
 top:      0px;

 border-style:     solid;
 border-width:     0px;
 border-color:     white;
 background-color: white;
 padding-top:      140px;
}


#top_frame
{
 position: absolute;
 left:     0px;
 top:      0px;
 width:    100%;
 height:   100px;

 border-style:     solid;
 border-width:     0px;
 border-color:     white;
 background-color: white;

}

#right_line_frame
{
 position: absolute;
 left:     0px;
 top:      100px;
 width:    100%;
 height:   25px;

 border-style:     solid;
 border-width:     0px;
 border-color:     #f90;
 background-color: #f90;
}