@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}
body  {
	font: 15px Palatino, Georgia, "Times New Roman", Times, serif;
	background: #220808 url('i/background.gif') center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e4e4e4;
}
.twoColFixLtHdr #container { 
	width: 870px;  
	background: #000 url('i/torsoBack.gif') center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: transparent url('i/background.gif') center top;
	height: 269px;
} 

.twoColFixLtHdr #header h1 {
	
}
.twoColFixLtHdr #menu {
	float: left; 
	width: 121px;
	padding: 0px 27px 340px 27px;
	margin:  20px 27px 0px 0px;
	background: transparent url('i/Ankh.jpg') center bottom no-repeat; 
	border-right: 1px solid #221c1c;
}

#menu ul {
	list-style: none;
	}
	
#menu li {
	font-size: 115%;
	text-align: center;
	line-height: 1.8em;
	}
	
ul.chronicles {
	margin-bottom: 0.8em;
	margin-top: -5px;
	}
	
ul.chronicles li {
	font-size: 90% !important; /* the !important command here allows this entry to override normal CSS inheritance rules, which were proving problematic*/
	line-height: 1.3em !important;
	}
	
#menu a {
	text-decoration: none;
	color: #b3b3b3;
	}
	
#menu a:hover {
	color: #c32121;
	}
	
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0 202px; /* the left margin on this div element creates the column down the left side of the page*/
	padding: 0px 27px 0px 0px;
} 

img.invitation {
	display: block;
	border: 1px solid #c32121;
	margin-bottom: 1em;
	-ms-interpolation-mode:bicubic;
	width: 610px;
	overflow: hidden;
}

img.map {
	border: 1px solid #c32121;
	margin: 1em auto;
	}

#mainContent h2 {
	font-weight: normal;
	font-size: 230%;
	margin-bottom: 10px;
	}
	
#mainContent h3 {
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 10px;
	}

#mainContent p {
	margin-bottom: 1em;
	line-height: 1.2em;
	}

#mainContent a {
	color: #c32121;
	text-decoration: none;
	}
	
#mainContent p a:hover {
	border-bottom: 1px solid #c32121;
	}
	
	a:hover + img {
	border: none;
	}

table.factions, table.factions tbody, table.factions tr {
	width: 99%;
	}
	
table.factions td {
	width: 50%;
	padding-right: 10px;
	}
	
.twoColFixLtHdr #footer { 
	padding: 20px 27px 10px 20px;
	background:transparent; 
	clear: both;
	color: #333;
} 

#footer p {
	font-size: 13px;
	text-align: right;
}

.twoColFixLtHdr #footer a {
	color: #c32121;
	text-decoration: none;
}