/********************/
/*  Default Values  */
/********************/
body {
    position: relative;
    background-color: #f0f0f0;
    color: #777744;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue Light', 'Arial', sans-serif;
    font-size: 14px;
    width: 700px;
    margin: auto;}
a, a:visited {color: #777744;}
a:hover {color: #dd6633 !important;}

/****************/
/*  Common IDs  */
/****************/
#header img {
    padding-top: 10px;
    padding-bottom: 10px;}

#toolbar {text-align: center;}
#toolbar a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-decoration: none;}
a.toolbar_current {
    color: #dd6633;}

#title {
    top: 190px;
    left: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    line-height: 0px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
#title b,
#title p {line-height: normal;}

#staging_tip {
    position: absolute;
    top: 425px;
    left: 520px;
    z-index: 1;
    width: 150px;
    color: #555500;
    font-size: 12px;}
#staging_tip b {font-size: 14px;}

#content {
    width: 515px;
    color: #666666;
    font-size: 14px;
    display: block;}
#content h1 {
    font-size: 22px;
    font-variant: small-caps;}
#content h2 {
    font-size: 18px;
    margin-bottom: 0px;}

#footer {
    padding: 20px;
    text-align: center;
    z-index: 20;
}
#footer,
#footer b {
    font-size: 12px;
    text-align: center;
    display: block;}
