html {
	margin:0;
	padding:10px 0;
}

body {
	background-color:#000;
	width:760px;
	color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin:auto;
	font-size:90%;
}

#precontent_bar, .aside, th {
	background-color:#669;
	color:#ddd;
}

.aside {
	padding:10px;
}

#precontent_bar {
	width:100%;
	height:10px;
	clear:both;
}

#content {
	background:url(bgcolor669_width200.gif) repeat-y top right;
}

.aside {
	width:180px;
	float:right;
}

#primary, #secondary {
	float:left;
	width:500px;
}

#primary {
	padding:10px 10px 0;
}

#secondary {
	clear:both;
	padding:0 10px 10px;
}

#footer {
	clear:both;
	font-size:80%;
	background-color:#111;
	border-top:10px #669 solid;
}

hr {
	background-color:#669;
	color:#669;
	height:5px;
	border:none;
}

.note {
	color:#99c;
}

code, kbd {
	font-size:100%;
	font-family:"Courier New", Courier, monospace;
}

kbd {
	font-weight:bold;
	padding:1px 2px;
	background-color:#c0c0c0;
	color:#000;
	border:1px #777 solid;
	font-family:"Lucida Console", Monaco, monospace;
}

p {
	margin-top:0;
}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {	
	text-transform:uppercase;
	letter-spacing:.05em;
	margin-bottom:0;
}

h1, h3, h6 {
	margin:0;
}

h1, h6 {
	border-left:5px #960 solid;
	padding:10px 0 0 5px;
}

h3, h4, h5 {
	font-size:100%;
}

h1 {
	border-top:10px #960 solid;
	background:url(star_trek_badge.jpg) no-repeat 5px 3px;
	padding-left:36px;
}

h2 {
	font-size:150%;
	margin:0 0 10px;
}

h2.display_title {
	font-size:100%;
	margin:0;
	color:#777;
}

h3 {
	color:#669;
}

h6 {
	font-size:80%;
	color:#960;
	border-bottom:1px #000 solid;
}

/*IMAGES*/
h2 img {
	vertical-align:middle;
}

h3#skin img {
	vertical-align:baseline;
}

img.feature {
	float:right;
	margin:0 0 5px 10px;
}

/*LINKS*/
a {
	text-decoration:none;
	color:#fc6;
	font-weight:bold;
}
a:link {}
a:visited {}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:active {}

#nav a {
	color:#000;
	background-color:#fc6;
	padding:2px 10px;
	border-right:1px #000 solid;
	float:left;
	display:block;
}


h1 a:hover {
	text-decoration:none;
}

#nav a:hover {
	background-color:#960;
	color:#fff;
	text-decoration:none;
}

.aside a {
	color:#fc6;
}

.aside a:hover {
	color:#fff;
}

/*LISTS*/
#nav li, ul, ol {
	margin:0;
	padding:0;
	list-style-position:inside;
}

ul#weapons, ul#items, ul#commands {
	color:#669;
}

ul#weapons strong, ul#items strong, ul#commands strong {
	color:#ddd;
}

#nav, .aside ul {
	list-style:none;
}

#nav {
	background-color:#960;
	border-bottom:1px #000 solid;
}

#commands {
	font-family:"Courier New", Courier, monospace;
}

#footer p {
	margin:0;
	padding:5px 10px;
	color:#777;
}

/*TABLES*/
#stats {
	width:100%;
	border-collapse:collapse;
}

th, td {
	text-align:left;
	padding:2px;
	border:1px #000 solid;
}

th {
	text-transform:uppercase;
}

td {
	background-color:#225;
}

/*VARIOUS*/
#nav:after, #content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}