/******************************************************************************************************************************
 *
 * Home
 *
 *****************************************************************************************************************************/

#main.home{ background: url(/assets/css/img/bg-home.jpg) bottom no-repeat; }

#main.home p {
    font-family:Garamond,"Times New Roman";
    color:#272714;
    line-height: 40px;
    position:relative;
}

#main.home p.left{
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size:18px;
    width:500px;
    top:20px;
    left:20px;
    float:left;
}

#main.home p.right{
    letter-spacing: 5px;
    word-spacing: 6px;

    text-align: right;
    width:330px;
    bottom:-120px;
    right:0px;    
    font-size:18px;
    float:right;    
}

#main.home p span.ini1 { color: #676734; font-size:110%; }
#main.home p span.ini2 { color: #676734; font-size:120%; }
#main.home p span.d { color:#3c3c1e; }
#main.home p span.esigners { color:#3c3c1e; font-size:95%; margin-right:20px; }

ul#menu li { margin: 4px;}
