body {
	background-color: #FEFEFE;
	font-family: Georgia, serif;
	margin: 0;
	color: #000000;
	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;
}

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

#header {
	border: 1px solid #000000;
	background: url(../img/AT_logo.jpg) top no-repeat;
	height: 190px;
}

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

#leftnav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 230px;
	border: 1px solid #000000;
}

#faction_fluff {
	border: 1px solid #000000;
	padding: 10px;
}

#rightnav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: right;
	width: 250px;
	/*text-align: right;*/
	border: 1px solid #000000;
}

#content {
	margin-left: 270px;
	margin-right: 270px;
  	padding: 10px;
}

#leftnav h3, #rightnav h3, #content h3 {
	font-size: 14px;
	/*color: #FF0000;*/
	text-align: left;
	font-weight: bold;
}

#leftnav h4, #rightnav h4, #content h4 {
	font-size: 10px;
	/*color: #FF0000;*/
	text-align: right;
}

.card,.stats {
	width: 100%;
	border-collapse: collapse;
	padding: 2px;
	/*border: 1px solid #000000;*/
}

.stats td {
	padding: 5px;
	border: 1px solid #000000;
}

.card_type {
	width: 25%;
	padding: 5px;
}

.card_faction {
	width: 15%;
	padding: 5px;
}

.card_level, .card_alignment {
	width: 12%;
	padding: 5px;
}

.card_name {
	width: 35%;
	font-weight: bold;
	padding: 5px;
}

.card_fluff {
	text-align: right;
}

.card_add {
	background: #000000;
	font-weight: bold;
}

.stat_hd {
	font-weight: bold;
	text-align: center;
}

.stat_att,.stat_dmg,.stat_def,.stat_arm,.stat_life,.stat_res,.stat_movrun {
	text-align: center;
	width: 14%;
}
	
.stat_innab {
	font-style: italic;
	text-align: center;
}

.army_list_units {
	width: 98%;
	border-collapse: collapse;
	padding: 5px;
	/*border: 1px solid #000000;*/
}

/*.army_list_units td {
	border: 1px solid #000000;
}*/

.army_list_heading {
	font-weight: bold;
	text-align: center;
}

.army_list_heading_advantages {
	font-size: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background: #C0C0C0;
}

.army_list_heading_team {
	font-size: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background: #505050;
	color: #FFFFFF;
}
	
.army_list_advantage {
	font-size: 12px;
	font-style: italic;
	background: #EEEEEE;
	text-align: right;
}

.army_list_heading_totals {
	font-weight: bold;
	text-align: right;
	padding: 5px;
	background: #505050;
	color: #FFFFFF;
}

.army_list_unit_lvl,.army_list_totals,.army_list_advantage_lvl,.army_list_team_lvl {
	text-align: right;
}

.army_list_totals_error {
	color: #CC0000;
	text-align: right;
}

.profiles_link {
	width: 98%;
	border-collapse: collapse;
	padding: 10px;
	text-align: right;
}

#footer {
	clear: both;
	/*margin-top: 10px;*/
	padding: 5px;
	text-align: center;
	border: 1px solid #000000;
}
