article-copyright {
    color: #CCCCCC;
    text-align: right;
}

body {
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    font-family: tahoma;
    font-size: 8pt;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
}

#navigation {
    position: absolute;
    top: 125px;
    width: 200px;
    margin: 10px;
    padding: 10px;
    border: 1px #CCC solid;
    background-color: #F0F0F0;
}

#nav-header {
    display: block;
    background-color: #FFF;
    padding: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

#content {
    position: absolute;
    top: 125px;
    left: 235px;
    margin: 10px;
}

.category_header {
    background-image: url(../images/cat_bg.jpg);
    width: 420px;
    height: 30px;
    text-align: center;
}

.pad {
    font-size: 8pt;
}

h1 {
    border-bottom: 1px #CCC solid;
}

input, textarea {
    border: 1px #CCC solid;
    font-size: 8pt;
    font-family: tahoma;
}
