body {
    font-family: verdana, helvetica, arial, sans-serif;
    width: 800;
    margin: 0;
    padding: 0;
    background-color:#cfaf7f;
    font-size: 100%;
    color: #000;
    margin-left:auto;
    margin-right:auto;
}

#footer {
    font-family: verdana, helvetica, arial, sans-serif;
    clear: both;
    padding: 5px;
    text-align: center;
    font-size: .7em;
    #border-top: 9px solid #848484;
    border-top: 4px solid #900048;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: #000;
    background-color: #E7DEBD;
    margin: 0;
}

#header {
    color: #FFF;
    border-bottom: 4px solid #900048;
    height: 100px;
    background-color: #001040;
    width: 100%;
    background-image: url('http://www.netprt.com/images/mtevansbowl.gif');
    background-position: right;
    background-repeat: no-repeat;
}

.title {
    font-size: 43px;
    position:relative;
    left:30px;
    top:25px;
}

#container {
    background-color: #ffffff;
    color: #000;
    background-image: url('http://www.netprt.com/images/bpkw.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin: 0;
}

.content {
    padding: 20px;
    font-size: .9em;
}

.copyright {
    color: #999999;
    font-size: .9em;
}
