html, body {
	color: #99CCFF;
        background: #09111c;
        margin: 0;
	padding-top: 15px;
        border: 0px none;
        }

/* First, this is the invisible container that holds the other boxes */

div#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background: white;
	position: relative;
	}


/* Now the boxes that hold the content and sit within the container */


div#topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 940px;
	height: 100px;
	background: #000000;
	font: italic bold 24pt arial;
	color: white;
	text-align: center;
	padding-top: 25px;
	}

div#main {
	position: absolute;
	left: 0px;
	top: 125px;
	padding: 15px;
	width: 770px;
	height: 700px;
	background: white;
	font: 10pt arial;
	text-align: justify;
	color: #3b3b3b;
	}

div#sidebar {
	position: absolute;
	right: 0px;
	top: 125px;
	width: 140px;
	height: 715px;
	background: white;
	text-align: center;
	padding-top: 15px;
	}


div#main img {
	border-color: white;
	}
	
* html div#main {
        margin-left:0;
        height:1%;
        }


div#main a:link {
	color: black;
	text-decoration: none;
	}
	
div#main a:visited {
	color: black;
	text-decoration: none;
	}

div#main a:hover {
	color: white;
	text-decoration: none;
	background: black;
	}

div#main a:active {
	color: black;
	text-decoration: none;
	}


div#topbar a:link {
	color: white;
	text-decoration: none;
	}
	
div#topbar a:visited {
	color: white;
	text-decoration: none;
	}

div#topbar a:hover {
	color: black;
	text-decoration: none;
	background: white;
	}

div#topbar a:active {
	color: #FF9900;
	text-decoration: none;
	}

/* heading styles */

h1 { 
	padding:0; 
	margin:0; 
	color: white;
	background: inherit;
	font: bold 1.5em Arial, Sans-Serif; 
	letter-spacing: -1px;
	}


h2 { 
	padding:0; 
	margin:0; 
	color: white; 
	background: inherit;
	font: arial bold;
	font-size: 1.2em;
	letter-spacing: -1px;
	}

