body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url("http://unity.swrpgs.net/images/starfield.jpg");
}
#wrapper {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
a img {
	border: 0px;
}
a:link {
	color: #AAAAAA;
}
a:visited {
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #EEEEEE;
}
a:active {
	color: #FFFFFF;
}
#left_banner, #right_banner {
	height: 149px;
	z-index: 5;
	top: 0px;
	position: absolute;
}
#left_banner {
	left: 0px;
	width: 100%;
}
#right_banner {
	left: 800px;
	width: 540px;
}
#side_banner_curve {
	width: 69px;
	height: 53px;
	position: absolute;
	top: 149px;
	left: 0px;
	z-index: 4;
}
#side_banner {
	position: absolute;
	top: 202px;
	width: 32px;
	left: 0px;
	z-index: 4;
}
#top_banners {
	height: 149px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url("/images/41-repeatingimage.jpg");
	background-repeat: repeat-x;
	background-color: #2C1726;
	z-index: 5;
	overflow:hidden;
}
#top_nav {
	position: absolute;
	top: 149px;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 3;
	background-image: url("/images/topnav-repeat.gif");
	background-repeat: repeat;
}
#top_nav div {
	padding-left: 69px;
	margin-right: 69px;
	width: auto;
}
#bottom_nav {
	position: absolute;
	top: 178px;
	left: 0px;
	width: 100%;
	min-height: 25px;
	max-height: 50px;
	z-index: 3;
	background-image: url("/images/bottomnav-repeat.gif");
	background-repeat: repeat;
	border-bottom: #000000 solid 1px;
}
#bottom_nav_text {
	min-height: 25px;
	font-size: 0.9em;
	padding-left: 40px;
	width: auto;
}
#bottom_nav_links ul {
	display: inline;
}
#bottom_nav_links ul li {
	display: inline;
}
#main {
	position: relative;
	top: 225px;
	width: auto;
	padding-left: 50px;
	z-index: 2; 
}
#main_text {
	color: #FFFFFF;
}

.rtop *, .rbottom * {
display:block;
height:1px;
overflow:hidden;
padding:0px;
}
.r1 {
	margin:0pt 5px;
}
.r2 {
	margin:0pt 3px;
}
.r3 {
	margin:0pt 2px;
}
.r4 {
	height:2px;
	margin:0pt 1px;
}
.r1, .r2, .r3, .r4 {
	background-color: #AAAAAA;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box, .box_center {
	max-width: 700px;
	padding:3px;
	width: auto;
}
.full_box {
	padding: 3px;
	margin-right: 150px;
	width: auto;
}
.sm_box, .sm_box_right {
	max-width: 250px;
	width: 250px;

}
.box_center, .full_box_center {
	clear: both;
	margin:0px auto 3px;
}
.sm_box_right {
	float: right;
}
.clear {
	clear: both;
}
.label {
	font-size: 1.2em;
	display: block;
	text-align: center;
	font-weight: 800;
}
.box div, .sm_box div, .sm_box_right div, .box_center div {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
}
.full_box div {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
	text-align: left;
	margin: 0px;
}

.full_box p, .full_box h1, .full_box h2, .full_box h3, .full_box h4, .full_box h5  {
	margin-top: 0px;
}
div.general div, div.general span {
	background-color: #2A5D8D !important;
}
div.alert div, div.alert span {
	background-color: #E7D93D !important;
	color: #6B6414 !important;
	font-weight: 600;
	font-size: 1.2em;
}
input.alert, textarea.alert, select.alert {
	background-color: #E7D93D !important;
	color: #6B6414 !important;
}

.box table td, .sm_box table td, .sm_box_right table td, .box_center table td {
	text-align: left;
}
.box table, .sm_box table, .sm_box_right table, .box_center table {
	width: 100%;
}
.box div img, .sm_box div img, .sm_box_right div img, .box_center div img {
	border: 2px dashed #000000;
}
.box table tr td, .sm_box table tr td, .sm_box_right table tr td, .box_center table tr td {
	font-size: 0.9em;
}
.infobox {
	background-color: #0A65AF; 
	width: 100%;
}
.infobox tr td, .infobox tr th {
	padding: 5px;
}
.large_table th {
	width: 20%;
	font-size: 1.2em;
}
table td, table th {
	vertical-align: top;
}
.large {
	font-size: 1.5em;
}
caption {
	text-align: left;
	background-color: #1A4D7D;
	padding: 2px;
	width: 100%;
}
div#alert
{
	background-color: #E7D93D !important;
	color: #6B6414 !important;
	padding: 2px;
	font-weight: 700;
	position: absolute;
	visibility: hidden;
	z-index: 5;
}
.clickable {
	cursor: pointer;
	text-decoration: underline;
}
.clickable:hover {
	color: #AAAAAA;
	text-decoration: none;
	cursor: pointer;
}
