BODY {
	color : Black;
	background-color : White;
	font-family : "Comic Sans MS", Tahoma, Verdana, "MS Reference Sans Serif", serif;
	font-size : small;
	text-align : justify;
	overflow : auto;
}

A {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	color : #0099CC;
	text-decoration : underline;
}

A:VISITED {
	color : #FF9900;
	text-decoration : none;	
}

#control {
top : 0px;
left : 0px;
height : 100%;
width : 100%;
position : absolute;
}

#left {
	top : 0px;
	left : 0px;
	width : 385px;
	height:100%;
	position : absolute;
}

#moon {
	top : 72px;
	left : 10px;
	width : 385px;
	height : 531px;
	position : absolute;
	z-index : 1;
	background-image : url(images/moon_bg.png);
}

#menu {
	top : 140px;
	left : 174px;
	width : 211px;
	height : 358 px;
	position : absolute;
	z-index : 2;
}

#right {
	top : 0px;
	left : 385px;
	height: 100%;
	position : absolute;
}

#sponsor {
	top : 0px;
	left : 0px;
	width : 468px;
	height : 72px;
	position : absolute;
	font-size: xx-small;

}

#logo {
	top : 0px;
	height : 152px;
	left: 220px;
	position : absolute;
}

#content{
	top : 130px;
	left : 0px;
	position : relative;
	padding : 10px;
}

h1 {
	font-family: "Papyrus", "Courier New", Courier, mono;
	font-size: large;
	font-weight: bold;
	color: #000099;
}

h2 {
	font-size: small;
	font-weight: bold;
	color: #FF9900;
}
.emphasise {
	font-weight: bold;
	color: #FF6633;
}
.darkemphasise {
	color: #0000CC;
}
.titledarkemphasise {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000CC;
}
