body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    color: #000;
    background: #eee;
    margin: 0;
}

/* Header */

#header {
margin: 0px auto 2em auto;
text-align: center;
}

/* Content Outline */

#content-border {
    position: relative;
    clear: both;
    margin-left: 3px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #eee;
}

#content-border-left {
    background: url("images/page-shadow/left.gif") left top repeat-y;
    position: relative;
    margin: 0 5em 0 5em;
}

#content-border-right {
    background: url("images/page-shadow/right.gif") right top repeat-y;
    position: relative;
}

#content-border-top {
    position: relative;
    background: url("images/page-shadow/top.gif") left top repeat-x;
}

#content-border-bottom {
    background: url("images/page-shadow/bottom.gif") left bottom repeat-x;
    position: relative;
}

#content-border-left-top {
    background: url("images/page-shadow/left-top.gif") left top no-repeat;
    position: relative;
}
#content-border-right-top {
    background: url("images/page-shadow/right-top.gif") right top no-repeat;
    position: relative;
}

#content-border-left-bottom {
    background: url("images/page-shadow/left-bottom.gif") left bottom no-repeat;
    position: relative;
}

#content-border-right-bottom {
    background: url("images/page-shadow/right-bottom.gif") right bottom no-repeat;
    padding-top: 5px;
    padding-bottom: 9px;
    position: relative;
}

* html #content-border-right-bottom {
    padding-top: 4px;
    padding-left: 7px;
    padding-right: 8px;
    position: relative;
}


.content {
    position: relative;
    background-color: white;
    margin-top: 0px;
    margin-left: 7px;
    margin-right: 8px;
    margin-bottom: -1px;
    border: 1px solid #ffffff;
    padding: 6px 12px 12px 12px;
}

* html .content {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

