@charset "utf-8";



body {
	background-color: #000000;
	background-image: url(stars_background.gif);
	background-attachment: fixed;
}

#main_container {
	position: absolute;
	width: 700px;
	height: 100%;
	z-index: 2;
	left: 100px;
	top: 0px;
	bottom: 0px;
	background-image: url(pics/main_container_back.png);
}
#main_banner {
	position: absolute;
	width: 700px;
	height: 150px;
	z-index: 3;
	left: 0px;
	top: 0px;
}
#menu_home {
	position: absolute;
	width: 75px;
	height: 35px;
	z-index: 4;
	left: 0px;
	top: 150px;
}
#menu_general {
	position: absolute;
	width: 125px;
	height: 35px;
	z-index: 4;
	left: 75px;
	top: 150px;
}
#menu_republic {
	position: absolute;
	width: 125px;
	height: 35px;
	z-index: 4;
	left: 200px;
	top: 150px;
}
#menu_imperial {
	position: absolute;
	width: 125px;
	height: 35px;
	z-index: 4;
	left: 325px;
	top: 150px;
}
#menu_upgrades {
	position: absolute;
	width: 125px;
	height: 35px;
	z-index: 4;
	left: 450px;
	top: 150px;
}
#menu_rewards {
	position: absolute;
	width: 125px;
	height: 35px;
	z-index: 4;
	left: 575px;
	top: 150px;
}
.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}
#nebula_1 {
	position: absolute;
	left: 20px;
	top: 300px;
	z-index: 1;
	height: 306px;
	width: 332px;
}

#nebula_2 {
	position: absolute;
	left: 670px;
	top: 180px;
	z-index: 1;
	height: 665px;
	width: 872px;
}
#manta {
	position: absolute;
	width: 150px;
	height: 115px;
	z-index: 1;
	left: 820px;
	top: 15px;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-left-color: blue;
}

A:Visited {
	color: #603;
	text-decoration: none;
}

#side_menu {
	position: absolute;
	width: 200px;
	z-index: 5;
	left: 0px;
	top: 185px;
	bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 600;
}
#main_content {
	position: absolute;
	width: 500px;
	z-index: 5;
	overflow: auto;
	left: 200px;
	top: 185px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
p, li {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 3px;
}

td {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

H1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 600;
	color: #331A00;
	font-size: 26px;
	margin-left: 3px;
}

H2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 600;
	color: #331A00;
	font-size: 18px;
	margin-left: 3px;
}
H3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-left: 3px;
}

#upgrades_main {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: #645A2F;
}
td { vertical-align: top; }
