﻿/*
-----------------------------------------------
RF CSS - Subpages Layout
Author:   Wahyudi
Version:  03/15/2007
----------------------------------------------- */


#LeftKeyVisual, #CenterKeyVisual
{
        height:72px;
}

#LeftKeyVisual
{
    background-image:url(/rfwebsite/images/keyvisual/kv_left_aboutrf.jpg);
    background-position:top;
    background-repeat:no-repeat;
    width:176px;
    border-top:1px solid #eeeeef;
    border-right:1px solid #eeeeef;
    border-bottom:1px solid #eeeeef;
    float:left;
    padding:0;
    margin:0;    
}
#CenterKeyVisual
{
    padding:0;
    margin:0; 
    float:left;
    width:618px;   
    border-top:1px solid #eeeeef;
    border-bottom:1px solid #eeeeef;
}

#Welcome
{
    height:20px;
    padding:10px 0 0 20px;
    margin-bottom:20px;
}
#BreadCrumb
{
    height:18px;
    padding:3px 0 0 20px;
    border-top:1px solid #eeeeef;
}
#BreadCrumb a
{
    text-decoration:none;
}

