/* === COMMON === */
*
{
    margin: 0;
    padding: 0;
}
html
{
    width: 100%;
    height: 100%;
    overflow-y: scroll;                                                                                                 /* always y scrollbar avoid flicker */
    background-color: rgb(255,255,255);
}
body 
{
    margin-left: auto;	
    margin-right: auto;

    width: 978px;
    height: 100%;
    font-size: 75%;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;

    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
}




/* === CONTENT === */
#f-content
{
    height: 100%;
    padding-top: 194px;
    padding-left: 257px;
    padding-right: 180px;
    line-height: 1.6em;
    background-color: rgb(255,236,133);
    padding-bottom: 4em;

    background-image: url(/_image/_common/background.jpg);
    background-repeat: no-repeat;
    background-position: 400px 198px;
}




/* === TOP === */
#f-top
{
    position: absolute;
    top: 0px;
    width: 978px;
    height: 164px;

    font-weight: bold;
    letter-spacing: .07em;

    background-image: url(/_image/_common/top.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-top[id]
{
   position: fixed;
}
#f-top-1
{
    width: 100%;
    text-align: right;
}	
#f-top-1 a
{
    padding-right: 10px;
    text-decoration: none;
    color: rgb(212,75,5);
}	
#f-top-2
{
    position: absolute;
    top: 55px;
    width: 751px;
    left: 227px;
    text-align: center;
    font-size: 1.7em;
    color: rgb(212,75,5);
}




/* === NAVI === */
#f-navi
{
    position: absolute;
    top: 164px;
    width: 227px;
    height: 477px;
    overflow: hidden;                                                                                                   /* padding in a makes navi to width in IE6 */
    background-color: rgb(255,255,255);
}
#f-navi[id]
{
   position: fixed;
}
#f-navi-body
{
    margin-top: -1px;
    list-style-type: none;
}
#f-navi-body
{
    margin-bottom: 0px;                                                                                                 /* needed for IE */
}
#f-navi-body li
{
    width: 227px;
    height: 43px; 
    margin-top: -1px;                                                                                                   /* avoid double lines */
}
#f-navi-body li a
{
    display: table-cell;                                                                                                /* used for vertical align */
    vertical-align: middle;
    width: 227px;
    height: 43px; 
    padding-left: 38px;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    color: rgb(127,127,127);
    background-image: url(/_image/_common/navi-passive.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-navi-body li a:hover, #f-navi-body li .f-navi-active
{
    color: rgb(212,75,5);
    background-image: url(/_image/_common/navi-active.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-navi-foot
{
    width: 225px;
    padding-bottom: 10px;
    text-align: center;
    color: rgb(212,75,5);
    border: 1px solid rgb(153,153,153);
    border-top: 0px;
    font-weight: bold;
}




/* === SIDE === */
#f-side
{
    position: absolute;
    top: 164px;
    width: 150px;
    height: 477px;
    margin-left: 828px;
    background-color: rgb(241,204,100);
    z-index: 11;
    overflow: hidden;
}
#f-side[id]
{
   position: fixed;
}
#f-side-promotion
{
    position: absolute;
    top: 118px;
    left: 15px;
    width: 120px;
    height: 240px;
    overflow: hidden;
}




/* === MESSAGES === */
#messages
{
    position: absolute;
    top: 134px;
    width: 747px;
    height: 26px;
    margin-left: 227px;
}
