body {
	background-color: #000000;
}
.arialpinkmedbold {
	color: #CC0099;
	font-weight: bold;
	font-family: Arial;
	font-size: medium;
	font-style: normal;
}
.arialpurplemedbold {
	color: #9900CC;
	font-weight: bold;
	font-size: medium;
	font-family: Arial;
	font-style: normal;
}

DIV.header{
   position: absolute;
   visibility: visible;
   width:1000;
   height:221px;
   z-index:1;
   left: 10px;
   top: 10px;
   overflow: none;
   padding:0;
}

DIV.menu{
   position: absolute;
   visibility: visible;
   width:290px;
   z-index:1;
   left: 10px;
   top: 231px;
   overflow: none;
   padding:0;
}

DIV.content{
   position: absolute;
   visibility: visible;
   width:710px;
   z-index:1;
   left: 300px;
   top: 231px;
   overflow: none;
   padding:0;
}
.arialpurplesmallnormal {font-size: small; font-family: Arial; font-style: normal; color: #9900CC;}
.arialpinkmednormal {font-family: Arial; font-size: medium; font-style: normal; color: #CC0099;}
