/***********************
* Global CSS
************************/
body {
    margin:0px;
    padding:0px;
    font-family:Verdana;
    font-size:10pt;
}

img {
    border:0px none;
}

form {
    margin-bottom:1px;
    padding:0px
}

table {
    border-collapse:collapse;
}

/************************
* Layout CSS
*************************/
#layout {
    margin:8px auto;
    width:85%
}

#layout-header {
    background-color:#F60;
    min-height:25px;
}

#layout-body {
    background-color:#F6F6EF;
}

#layout-footer {
    background-color:#F6F6EF;
    border-top:2px solid #F60;
    font-size:8pt;
    padding:10px;
    text-align:center;
}

#layout-footer a {
    color:#000;
    text-decoration:none;
}

#layout-footer a:hover {
    text-decoration:underline;
}

/***********************
* Likebutton CSS
************************/
#likebutton-wrapper {
    text-align:right;
    padding:5px 2px 0px;
}

#likebutton {
    border:none;
    overflow:hidden;
    height:25px;
    width:77px;
}
