body{
	background-image: url('../../images/tiled_background.jpg);
	background-repeat: repeat-x;
	background-color: #101010;
	margin:0px 0px 0px 0px;
}

#navigation{
	height: 30px;
	background-image: url('../../images/images_01.jpg');
	background-repeat: repeat-x;
	margin: auto;
	text-align: center;
}

#banner{
	height:109px;
	width:991px;
	background-image: url('../../images/images_13.jpg');
	background-repeat: no-repeat;
	margin: auto;
}

a{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#content{
	height:548px;
	width:991px;
	background-image: url('../../images/images_14.jpg');
	background-repeat: no-repeat;
	margin: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

	#content .main{
		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
		padding-left:25px;
		padding-right:25px;
		padding-top:15px;
		padding-bottom:15px;
		height:508px;
		width:925px;
		overflow-y:auto;
	}
	
	#content .highlight{
		background-image: url('../../images/background.png');
		background-repeat: repeat;
		padding:10px 10px 10px 10px;
	}
	
	#content h1{
		margin: auto;
		text-align:center;
		font-size:13px;
		text-decoration: underline;
		font-family: Tahoma;
		font-weight: none;
	}
	
	#content input.text{
		border:1px solid #FFFFFF;
		width: 200px;
		font-family: Tahoma;
	}
	
	#content input.text:hover{
		border:1px solid #5a0151;
	}
	
	#content textarea{
		width: 90%;
		height:120px;
	}
	
.brotherhoodtable{
}
	.brotherhoodtable td{
		text-align: center;
		font-family: Tahoma;
		font-size: 12px;
		color:#FFFFFF;
		background-image: url('../../images/background.png');
		background-repeat: repeat;
	}

.chapterroll{
	background-image:url('../../images/background.png');
	background-repeat: repeat;
	text-align: center;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
}

.otherchapters{

}
	.otherchapters td{
		text-align: center;
		font-family: Tahoma;
		font-size: 12px;
		color:#FFFFFF;
		background-image: url('../../images/background.png');
		background-repeat: repeat;	
	}

#footer{
	height:58px;
	width:991px;
	background-image: url('../../images/footer.jpg');
	background-repeat: no-repeat;
	margin: auto;
}

