@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: layout 

==========================================================
*/



/*
===== 1: layout ===========================
*/

#container{
    position:relative;

    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image:none;
    background-color:#fff;
    wdith:100%;
}

#header{
    background-color:#06c;
    border-bottom:1px solid #666;
    color:#fff;
    font-size:90%;
    background-image:url(../img/header-bg.jpg);
    background-repeat:repeat-x;
    height:40px; position:relative;
}


#main{
   padding-bottom: 20px;
    width:100%;     
        background-color:#fff;
}


#right{
    width:250px;
    position:absolute;
    right:0;
}


.left-front{
    width:auto;
    padding-right:250px;
    padding-left:10px; 
    background-color:#fff;
}

