@charset "utf-8";
/* CSS Document */

* { margin : 0; padding: 0; border: 0; }

body {
	background-color: #000000;
	background-image: url(images/stars.jpg);
	background-repeat: repeat;
	color: #a0a0a0;
	font-size: small;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	margin-bottom: 13px;
	margin-top: 13px;
}
a {
	color: #663399;
	text-decoration: none;
}
a:active {
	color: #663399;
}
a:hover {
	color: #8855bb;
}
h1{
	font-size: x-large;
}
h2{
	font-size: large;
}
h3{
	font-size: medium;
}

#container { width: 100%; }
#top_bar {
	background: #000000 url(images/bg.jpg) top center repeat-x;
	height: 88px;
}
#topimage {
	left: 0;
	position: absolute;
	z-index: 1;
	background-image: url(images/Planet1.jpg);
	width: 500px;
	height: 500px;
}
#bottomimage {
	right: 0;
	position: absolute;
	z-index: 2;
	background-image: url(images/Planet2.png);
	width: 450px;
	height: 450px;
	bottom: 0;
}
#wrapper {
	width: 1024px;
	margin: 0 auto; 
	background: url(images/wrapper.png) top center repeat-y; 
	position: relative; 
	z-index: 2;
	min-height: 1258px;
	height: auto !important;
}
#header {
	height: 104px;
	position: absolute;
	top: -88px;
	left: 46px;
	z-index: 3;
}
#top_menu { 
	position: absolute;
	top: 45px;
	left: 550px;
	width: 400px;
	text-align: center;
}
#ucp, #faq {
	text-decoration:underline;
}
#content_mid {
	position: relative;
	margin: 0px 19px 0px 127px;
	width: 878px; 
	background: url(images/content_d.png) top center repeat-y;
}
#content_text {
	padding: 1px 30px 1px 30px; 
	width: 818px; 
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#directory {
	position: absolute;
	right: 5px;
	top: 0px;
	margin-left: 3px;
	padding: 5px;
}
.notice {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
}
.notice a{
	color: #7f7f7f;
}
.notice a:active {
	color: #7f7f7f;
}
.notice a:hover {
	color: #a0a0a0;
}
a.def{
	color: #877f8f;
	text-decoration: none;
}
a.def:active {
	color: #877f8f;
}
a.def:hover {
	color: #8f7faf;
}
.contenttable{
	text-align: center;
	font-weight: normal;
}
.contenttable td, .contenttable th {
	padding: 3px;
}
.contenttable td.darker, .contenttable th.darker{
	background-image: url(images/transparent_grey_d.png);
}
.contenttable td.light, .contenttable th.light{
	background-image: url(images/transparent_grey.png);
}
#content_bot {
	position: relative;
	margin: 0px 19px 0px 127px;
	height: 62px;
	width: 878px; 
	background: url(images/content_bottom_d.png) bottom center no-repeat; 
}
#footer {
	background: url(images/footer.png) bottom center no-repeat; 
	height: 100px;
	text-align: center;
	clear: both;
	color: #616161;
	position: relative;
	z-index: 3;
	width: 1024px;
	margin: 0 auto; 
}
.ads {
	height: 90px;
	width: 100%;
 	text-align:center;
	padding-bottom: 13px;
}
.ads img {
	border:thin dashed #333;
}

/* COLORS */
.fundamental {
	color: #824600;
}
.lunar {
	color: #8c0096;
}
.fire {
	color: #ff1900;
}
.cold {
	color: #007dff;
}
.lightning {
	color: #ffff00;
}
.toxic {
	color: #4b9600;
}
.rampage {
	color: #787878;
}
.magic {
	color: #64ffff;
}
.dark {
	color: #000000;
}
.divine {
	color: #ffffff;
}
.pure {
	color: #ff8800;
}
.stroke {
	color: #2d2d2d;
}
.keyword {
	color: #ff0090;
}

/* MENU */
.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 109px;
	margin-left: 18px;
	font-weight: normal;
}
.menu ul li.top {
	height: 30px;
	float: left;
	background:	url(images/menu/top.png) top left no-repeat;
	font-size: 12px;
}
.menu ul li span.topcur {
	height: 30px;
	float: left;
	background:	url(images/menu/top_cur.png) top left no-repeat;
	width: 109px;
}
.menu ul li {
	display: block;
	list-style: none;
	width: 109px;
	height: 20px;
	float: left;
	background:	url(images/menu/middle.png) top left repeat-y;
	position: relative;
	font-size: 11px;
}
.menu ul li span.cur {
	height: 20px;
	float: left;
	background:	url(images/menu/middle_cur.png) top left repeat-y;
	width: 109px;
}
.menu ul li.bottom {
	height: 28px;
	float: left;
	background: url(images/menu/bottom.png) bottom left no-repeat;
}
.menu ul li span.bottomcur {
	height: 28px;
	float: left;
	background: url(images/menu/bottom_cur.png) bottom left no-repeat;
	width: 109px;
}
.menu ul li a {
	position: relative;
	left: 2px;
}
.menu ul li a.grey {
	color: #333333;
}
.menu ul li.top a {
	font-weight: bold;
	position: relative;
	left: 8px;
	top: 10px;
}
.menu ul li.bottom a {
	position: relative;
	left: 2px;
}
.menu ul li a.highlight {
	color: #8855bb;
	position: relative;
}