body {
    background: rgb(93, 2, 105);
    font: 12px sans-serif;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#banner,
div#container,
div#nav,
div#footer {
    border: 1px solid white;
    width: 872px;
}
div#container {
    position: relative;
    margin: 0 auto;
    background: rgb(0, 0, 0)
}
div#banner {
    margin: 0 auto -1px auto;
    background: rgb(255, 255, 255);
    height: 164px;
}
div#banner h1 {
    margin: 0px;
    font-size: 400%;
    font-family: 'comic sans ms', 'lucida casual';
    font-weight: bold;
}
div#banner h2 {
    margin: 0px;
    font-size: 200%;
    font-family: 'comic sans ms', 'lucida casual';
    font-weight: bold;
}
div#banner_left {
    background-image: url('images/net_background.jpg');
    background-repeat: no-repeat;
    height: 164px;
    width: 872px;	
}
div#banner_text {
    position: relative;
    height: auto;
    width: 872px;
    left: 20px;
    top: 20px;
}
div#nav {
    margin: 0 auto -1px auto;
    background: rgb(0, 0, 0);
}
div#left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    background-color: rgb(154, 50, 205);
    background-image: url('images/left_background_tile.jpg');
    border-right: 1px solid black;
    color: rgb(255, 255, 255);
    font-family: 'comic sans ms', 'lucida casual';
    font-size: 200%;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
div#content {
    margin-left: 211px;
    background: rgb(255, 255, 255);
    border: 1px solid white;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    
}
div#footer {
    margin: -1px auto 10px auto;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255)
}
div#footer p {
    margin: 5px;
}
img.floatleft {
    float: left;
    margin-left: -10px;
    margin-right: 5px;
    margin-top: -15px;
    margin-bottom: 0px;
}
/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 2px;
	left: 3px;
	color: #fff;
        font-weight: bold;
}
.highcontrast {
	position: relative;
	color: #000;
        font-weight: bold;
}
.highcontrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	