BODY {
	/*scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;*/
	font-family : Arial, sans-serif;
	font-size : 80%;
	color: #FFFFFF;
	background-color: #000000;
	/*absolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("../images/stars.jpg");
	/*/*/background-image:  url("../images/stars.jpg"); /* */
	background-repeat: repeat;
	
}
.style1 {
	color: #FFFF00;
	font-size: 120%;
}
.style4 {font-size:110%}
.style5 {font-size: 100%}


H1 {
	font-size : 110%;
	color : #FFFFFF;
}
#phrase {
	position: absolute;
	left: 150px;
	top: 10px;
	z-index: 100;
	height: 10px;
	width: 300px;
	color: #00FFFF;
	font-style: italic;
	font-size: medium;
}
#menubottom {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 170px;
	height: 17px;
	z-index: 90;
	background-image: url("../images/menubottom.jpg");
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	left: 0px;
	top: 248px;
	width: 170px;
	z-index: 30;
	background-image: url("../images/menubg.jpg");
	background-repeat: repeat-y;

	}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
}


#menu li{

}
#menu A {
	text-decoration: none;
	color: #639CFF;
	display: block;
	width: 160px;
	text-align: right;
}

#menu A:Hover {
	
	color: #000000;
	background-color:#639CFF;
}

#menutop {
	position: relative;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 19px;
	z-index: 100;
	background-image: url("../images/menutop.jpg");
	background-repeat: no-repeat;
}
#textbox {
	border-left: 3px solid #0E1644;
	border-right: 3px solid #0E1644;
	padding: 10px;
}
#textbox A {
	text-decoration: none;
	color: #639CFF;
}

#textbox A:Hover {
	text-decoration: none;
	color: #ffffff;
}
#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 300px;
	z-index: 10;
	background-image: url("../images/mainback.jpg");
	background-repeat: no-repeat;
	  }
#title {
	position: absolute;
	left: 99px;
	top: 75px;
	z-index: 100;
	height: 15px;
	width: 300px;
	font-size: 16px;
}
#refs {
	position: absolute;
	z-index: 100;
	height: 150px;
	width: 200px;
	right: 5px;
	top: 0px;
	text-align: center;
}
#mainbottom {
	position: relative;
	left: -1px;
	bottom: 0px;
	width: 570px;
	height: 17px;
	z-index: 100;
	background-image: url("../images/mainbottom.gif");
	background-repeat: no-repeat;
}
#maintop {
	position: relative;
	left: 0px;
	top: 0px;
	width: 570px;
	height: 17px;
	z-index: 90;
	background-image: url("../images/maintop.gif");
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	left: 190px;
	top: 150px;
	width: 570px;
	z-index: 80;

	}
.clear
{
	clear: both;
}
.center{
	text-align: center;
}
.left{text-align:left;}
.right{text-align:right;}
ul{
	list-style-type: none;
}
.invis{
	display: none;
}