
#navcontainer ul {
    text-decoration: none;
	background-color: #3B110A;
	font-family: tahoma;
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	text-align: center;
	width: 621px;
	border-bottom: 1px solid #3B110A;

}

	
#navcontainer ul li { 
	text-decoration: none;
	display: inline;
	background-color: #3B110A; 
	border-bottom: 1px solid #3B110A;
    
}
		
#navcontainer ul li a  {
	text-decoration: none;
	color: #ffffff;
	background-color: #3B110A;
	width: 661px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #3B110A;

}
		
#navcontainer ul li a:hover  {
	color: #ffffff;
	background-color: #561A10;
	border-bottom: 1px solid #561A10;

}


body {
	margin-top: 0;
	text-align: center; /* center the layout in IE 5 */
	background-color: #131313;
	background-repeat: repeat-x;
	overflow-x: hidden;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px;
    font-family: trebuchet ms; 
    color: #737A81;
    background-image: url('http://sympathetic-magick.net/joachim/crusades_bg02.gif')
	
}

#container {
	width: 661px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}


#header {
	width: 661px;
	height: 411px;
}

#bar  {
	width: 661px;
	height: 35px;
	background-color: #001E3C;
	
}

#footer {
    width: 661px;
	height: 88px;
}

#content {
	float: left;
	width: 621px;
	padding-left: 20px;
	padding-left: 20px;
	
}

#footer {
	clear: both; 
}
              
.head { 
	text-align: left; 
	font-family: georgia; 
	text-transform: capitalize; 
	background-repeat: no-repeat;
	font-size: 9pt; 
	height: 30px;
	color: #4F718A; 
	border-left: 0px solid #213750; 
	padding-left: 25px;
	background-image: url('http://sympathetic-magick.net/joachim/fleur_bg01.gif')

}   
               
.sub { 
	text-align: left; 
	font-family: arial; 
	color: #C88F80; 
	font-size: 8pt; 
	font-style: italic; 
	padding-left: 3px;

}  

.special { 
	font-family: georgia; 
	color: #98B0B4; 
	font-style: italic;
	
}  

.image { 
    border: 6px solid #272727;
	
}  

.image:hover { 
    border: 6px solid #4A5E59;
	
}  


.special2 { 
	font-family: georgia; 
	color: #A68500; 
	font-weight: bold;
	
}  

blockquote {
	padding: 8px 10px 8px 10px;
	background-color: #000000;
	border-left: 6px solid #4A0F13;
	margin-bottom: 20px;

}
	
A:link { 
	text-decoration: none; 
	color: #866E7A;
	border-bottom: 1px dotted #3E4A73;
	
} 

A:visited { 
	text-decoration: none; 
	color: #866E7A;
	border-bottom: 1px dotted #3E4A73;
	
} 

A:hover { 
	background-color: #000000; 
	color: #473A41; 
	cursor: help; 
	border-bottom: 1px dotted #3E4A73;
	
}
	