#index-main
{
   margin-top : 20px;
}


/*
 *  index pubs
 */
div#content  a
{
    color : #404040;
    text-decoration : none;
}

div#content  a:hover
{
    color : #ed8156;
}

/*
 * index presentation
 */

div.index-presentation p
{
    font-family : arial;
    font-size : 12px;
    color : #404040;
    margin-left : 40px;
    text-align : left;
}

div.index-presentations
{
   height : 250px;
   width : 500px; 
}

div.index-presentations img
{
    float : left;
    margin-right:20px;
}
div.index-presentations span
{
    font-size : 16px;
    font-weight : bold;
}

/*
 *  index pub
 */

div.index-pub
{
    float : left;
    font-family : arial;
    font-size : 12px;
    background-color : #ffffff;/*
    padding-bottom:20px;*/
    width : 370px;
    text-align : left;
    margin-bottom : 20px;
}

div.index-pub em
{
    color : red;
    font-size : 14px;
}

div.index-pub a
{
    color : #404040;
}

div.index-pub a:hover
{
    color : #ed8156;
}

div.index-pub img
{
    float : left;
}
div.index-pub p
{
    text-align : left;
}

span.large-text
{
    font-size : 16px;
    font-weight : bold;
}
