body {
	background: #000000;
	color: #FFFFFF;
	font: 12px/14px Arial, sans-serif;
	text-decoration: none;
}

#splash {
	text-align: center;
}

#intro_text {
	margin: 10px 50px 10px 50px;
}

.title {
	font-size:x-large;
}

#dragon {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

#top {
	position:absolute;
	top: 0px;
	left: 243px;
	margin: 0px 0px 0px 0px;
}

#topmenu {
	position:absolute;
	top: 130px;
	left: 380px;
	margin: 0px 0px 0px 0px;
}

#topmenu a {
	background: #333333;
	padding: 5px;
	border: solid #777777 1px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 70px;
	text-align:center;
}

#leftmenu {
	position:absolute;
	top: 180px;
	left: 260px;
	margin: 0px 0px 0px 0px;
	width: 90px;
}

#leftmenu a {
	background: #111111;
	padding: 5px;
	border: solid #777777 1px;
        margin: 0px 0px 0px 0px;
	display:block;
	width:100%;
}

#main {
	position:absolute;
	top: 160px;
	left: 380px;
	margin: 0px 10px 10px 0px;
}

iframe {
	position:static;
	width: 100%;
	height: 10000px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

img { border: 0; }
HR {height:1px;color: rgb(183,215,255) } 
H1 { color: rgb(183,215,255); font: 19px/21px Arial, sans-serif; }
h2,h3 { color: rgb(183,215,255); text-decoration: none}
a:link {color: white;text-decoration: underline; }
a:hover {color: white;text-decoration: underline; }
a:visited {color: white;text-decoration: underline; }
a:active {color: white;text-decoration: underline; }
.itemText { text-decoration: none; color: rgb(184,215,255); font: Bold 12px Arial, Helvetica }
.itemHover { text-decoration: none; color: white; font: Bold 12px Arial, Helvetica }
.itemBorder { border: 0px solid white }

.crazyText { text-decoration: none; color: rgb(184,215,255); font: Bold 11px Arial, Helvetica }
.crazyHover { text-decoration: none; color: white; font: Bold 11px Arial, Helvetica }
.crazyBorder { border: 1px solid rgb(86,138,198) }
.crazyBorderOver { border: 1px solid rgb(122,180,255) }


.size3font { font: 19px/21px Arial, sans-serif; color: rgb(183,215,255) }
.size2font { font: 15px/17px Arial, sans-serif; color: rgb(183,215,255)}
.size1font { font: 12px/14px Arial, sans-serif; color: rgb(183,215,255)}
.bold { font-weight: bold; }
.noborders {
  border: 0;
  margin: 0;
  padding: 0;
}

#index-main {
  text-align: center;
  position: absolute;
  top: 25%;
  width: 99%;
}

#copyright {
  text-align: right;
  font-size: 8px;
  font-weight: bold;
  color: rgb(183,215,255);
  background: inherit;
}

