body {
	background-color: #0A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	padding: 10px;
}

/*Link Styles*/
A:link {
	COLOR: #CC0000; text-decoration: none;
}

A:visited {
	COLOR: #CC0000; text-decoration: none;
}

A:active {
	COLOR: #CC0000; text-decoration: none;
}

A:hover {
	COLOR: #FF0000; text-decoration: none;
	position: relative;
}

fieldset {
	padding: 5px;
	text-align: left;
	border: 2px solid #660000;
}

legend {
	color: #AA0000;
	font-weight: bold;
}

#page_wrapper {
	  margin-left: auto; 
	  margin-right: auto;
	  padding: 10px;
	  width: 98%;
	  background: #000000;
	  border: 4px solid #660000;
}

#header {
	background: url(../images/spinespur_logo.jpg) top no-repeat;
	height: 220px;
	border: 1px solid #110000;
}

#header h1 {
	margin: 180px 20px 5px 5px;
	font-size: 16px;
	text-align: center;
}

#toolbar {
	margin-top: 10px;
	padding: 5px;
	background-color: #110000;
	text-align: center;
}

#toolbar table {
	width: 98%;
	text-align: center;
}

#toolbar td {
	width: 33%;
}

#leftnav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	width: 250px;
	background-color: #110000;
}

#rightnav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	float: right;
	width: 250px;
	background-color: #110000;
	text-align: right;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 270px;
	margin-right: 270px;
  	padding: 5px;
	background-color: #110000;
}

#leftnav h3, #rightnav h3, #content h3 {
	background: #330000;
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 5px;
	line-height: 14px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

#leftnav h2, #rightnav h2, #content h2 {
	color: #853E3A;
}

.card {
	width: 98%;
	border-collapse: collapse;
	padding: 2px;
	border: 1px solid #CC0000;
}

/*.card td {
	border: 1px solid #CC0000;
}*/

.card_name {
	background: #550000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.card_stat_heading {
	width: 12.5%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #330000;
}

.card_stat, .card_limit {
	text-align: center;
}

.card_abilities_heading, .card_weapons_heading, .card_health_heading {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #330000;
}

.card_points {
	border: 1px solid #00FF00;
	background-color: #00AA00;
	color: #00FF00;
	font-weight: bold;
}

.card_add {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	background-color: #110000;
	text-align: center;
}

table#army_list {
	border-collapse: collapse;
	font-size: 10px;
	width: 98%;
}

table#army_list td {
	padding: 3px;
	font-size: 10px;
	text-align: center;
	/*border: 1px solid #000000;*/
}

.army_list_heading_name {
	width: 70%;
	font-weight: bold;
	background: #550000;
	color: #FFFFFF;
}

.army_list_heading_number {
	width: 15%;
	font-weight: bold;
	background: #550000;
	color: #FFFFFF;
}

.army_list_heading_points {
	width: 15%;
	font-weight: bold;
	background: #550000;
	color: #FFFFFF;
}

.army_list_heading_points_total {
	font-weight: bold;
	background: #550000;
	color: #FFFFFF;
}

.army_list_heading_figures_total {
	font-weight: bold;
	background: #550000;
	color: #FFFFFF;
}

.army_list_heading_points_exceeded {
	font-weight: bold;
	background: #FF0000;
	color: #FFFFFF;
}

.army_list_points_total {
	background: #550000;
	color: #FFFFFF;
}

.army_list_points_exceeded {
	background: #FF0000;
	color: #FFFFFF;
}

.army_list_figures_total {
	background: #550000;
	color: #FFFFFF;
}

