body {
    background: #ccc url("images/contentbg.png") repeat-y top center;
    margin: 0;
    padding: 0;
}
#crumbs {
    margin: 0;
    padding: 4px 0 4px 0;
    width: 100%;
    background-color: #555;
    font: 10pt sans-serif;
    color: #fff;
}
#crumbs img {
    margin-left: 4px;
    vertical-align: text-top;
}
#crumbs a {
    color: #fff;
    text-decoration: none;
}
#shadow {
    background: url("images/vshadow.png") repeat-x;
    width: 100%;
    height: 20px;
}
#masthead {
    width: 100%;
    background: url("images/masthead.png") repeat-x;
    padding: 10px 0 0 0;
}
#masthead div {
    width: 750px;
    margin: 0 auto 0 auto;
}
#masthead img {
    float: left;
    padding-right: 30px;
}
#masthead h1 {
    margin: 0;
    padding: 30px 0 0 0;
    font: 28pt sans-serif;
    color: #444;
}
#masthead span {
    font: 16pt sans-serif;
    color: #666;
    text-shadow: 2px 2px 0px #ddd;
}
#content {
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    color: #222;
    font: 12pt sans-serif;
}
#footer {
    text-align: center;
    opacity: 0.8;
    font: 8pt sans-serif;
    margin: 5px;
}
.clear {
    clear: both;
}
.pagebuttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pagebuttons:after {
    clear: both;
}
.pagebuttons li {
    margin: 15px 5px 30px 5px;
    float: left;
}
.pagebuttons li a {
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #ddd;
    padding: 4px;
    text-decoration: none;
    font: 16pt sans-serif;
    color: #555;
}
.pagebuttons li a:active {
    background-color: #ccc;
}
