/* -----*/
/* MAIN */
/* -----*/     
div#container{
    position: absolute;
    left: 0px;
    top: 0px;        
    }

/* -------*/
/* HEADER */
/* -------*/
div#header{
    position: absolute;
    background: url(bg_r.jpg);
    left: 0px;
    top: 0px;
    height: 105px;
    width: 900px;
    }

#img_home {position: absolute; top: 0px; left: 0px; z-index: 1;}
#img_ban1 {position: absolute; top: 0px; left: 160px; z-index: 1;}
#img_ban2 {position: absolute; top: 0px; left: 250px; z-index: 1;}
#mnu_header_txt {position: absolute; top: 90px; right: 88px; z-index: 1; font-size: 11px; text-align: right; font-weight:bold;}
#mnu_header_img {position: absolute; top: 88px; right: 0px; z-index: 1; font-size: 11px; text-align: right; font-weight:bold;}


/* ----------------*/
/* LEFT NAVIGATION */
/* ----------------*/
div#leftnav{
    position: absolute;
    background: url(bg_l.jpg);
    top: 105px;
    left: 0px;
    height: 600px;
    width: 160px;
    font-size: 11px;
    list-style-type:none;
    }
.mnu_list {list-style-type:none;  margin:3px; padding:3px;}
.mnu_title {list-style-type:none; margin:0px; font-size: 12px; font-weight:bold; color:rgb(153,0,0);}


/* ----------------------*/
/* LINK NAVIGATION CLASS */
/* ----------------------*/
.mnu_item {font-weight:bold; text-decoration:none; }
.mnu_item:link, .mnu_item:visited {color:rgb(51,0,0)}
.mnu_item:hover {color:rgb(255,51,0);text-decoration:underline;}
.mnu_item:active {color:rgb(51,0,0);}


/* -----*/
/* BODY */
/* -----*/
div#content{
    position: relative;
    top: 115px;
    left: 170px;
    width: 730px;
    padding-bottom:180px;
    }   


/* -------*/
/* FOOTER */
/* -------*/
div#footer{
    position: relative;
    left: 160px;
    width: 740px;
    text-align: center;
    font-size: 11px;
    }   

