/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #e2b26a;
	text-align:center;
	padding:0px;
}
#container {
background-image: url(images/narnia_background.jpg);
background-repeat:repeat-y;
background-position: top center;
margin-left: auto;
margin-right: auto;
width: 765px;
padding-left: 132px;
text-align:left;
padding-bottom:100px;
}
#footer {
background-image: url(images/narnia_footer.jpg);
background-repeat:repeat-x;
background-position: top center;
height:40px;
margin-top: -60px;
text-align:center;
padding: 6px;
}
.nav {
background-image: url(images/narnia_footer.jpg);
background-repeat:repeat-x;
background-position: top center;
height:40px;
width: 630px;
text-align:left;
padding-left: 6px;
padding-top: 12px;
}
.d20 {font-family: Arial, Helvetica, sans-serif; font-variant: small-caps;}
.content {
width: 625px;
padding: 4px;
}
.image {
width: 400px;
padding: 20px;
padding-left:100px;
padding-right:100px;
}
a:link {	color: #990000;}
a:visited {	color: #990000;}
a:hover {	color: #CC0000;}
a:active {	color: #CC0000;}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active  {color:#000000;}
h1 {	font-size: 16px;	color: #990000;}
h3 {	font-size: 14px;	color: #000000;}
h2 {	font-size: 14px;	color: #990000;}
h5 {	font-size: 12px;	color: #000000;}
h4 {	font-size: 12px;	color: #990000;}
h6 {	font-size: 10px;	color: #990000;}

table.statBlock {
	width: auto;
	border: none;
}

table.statBlock td {
	white-space: normal;
	border: none;
}

table.statBlock th {
	text-align: right;
	vertical-align: top;
	background-color: transparent;
	color: #000000;
	border: none;
	padding-right: 2px;
}
table.statBlock tr.none td {
	background-color: transparent;
}

table.statBlock tr.even td {
	background-color: #DDAF6D;
}

table.statBlock tr.odd td {
	background-color: #E4B979;
}

tr.colHead th {
	vertical-align: bottom;
	text-align: left;
}

table.statBlock th a:link, table.statBlock th a:visited {
	color: #000066;
	text-decoration: none;
}

table.statBlock + table.statBlock { margin-top: 20px; }