@charset "utf-8";

* {margin:0;padding:0;}
html,body {height:100%;font-size:100%;}

#layout {
    width:700px;
    border:2px solid #ccc;
}
#header {
    margin-bottom:4px;
    padding-top:1px;
    background:#eee;
    border-bottom:2px solid #ccc;
    line-height:1.2em;
    text-align:left;
}
    #header h1 {
        margin:0.4em 0;
        padding:0 25px;
        border-bottom:1px dotted #ccc;
        font-size:1em;
        color:#666;
    }
    #header p.description {
        margin:0.4em 0;
        padding:0 25px;
        font-size:0.8em;
        color:#666;
    }

