/**
 * HTML Style
 */
html
{
    overflow-y:scroll;
}
body
{
    margin:0; 
    padding:0;
    text-align:center;
    font-family:"Copperplate Gothic Light";
}

table
{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

img 
{
    border:none;
}

/**
 * ID Style
 */
#content
{
    margin:10px 0px 10px 0px;
}

#menu
{
}

#footer
{
    margin-top:20px;
}

#index
{
    margin-top:5px;
}

#works
{
    margin-top:5px;
}

#biography
{
    margin-top:10px;
}

#news
{
    margin-top:5px;
}

#press
{
    margin-top:5px;
}

#contact
{
    margin-top:5px;
}

/**
 * CLASS Style
 */
.links
{
    margin-top:20px;
}

.biographys
{
    font-weight:bold;
}