#purplebar
    {
        position: absolute;
        top: 10px;
        width: 880px;
		left: -440px;
		margin-left: 50%;
        height: 40px;
        background-image: url('../bar/purplebar.png');
        background-repeat: repeat-x;
        border: none;
        z-index: 4;
    }
#purpletitle
    {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 500px;
        height: 40px;
        background-image: url('../bar/purpletitle.png');
        background-repeat: no-repeat;
        border: none;
        z-index: 4;
    }
#purplebarright
    {
        position: relative;
        z-index: 4;
        top: 0px;
        width: 0px;
        height: 40px;
        background-image: url('../bar/purplebarright.png');
        background-repeat: no-repeat;
        border: none;
    }

.box {border: 1px solid #6600CC;}   

.table {border: 1px solid #6600CC;}

#copyright {color: #6600CC;}