/* lotr.css, KJ 2014 */

body {	font-family:		sans-serif;
	background-color:	#777777;
	color:			#777777;
	width:			900px;
	margin:			auto; }

img { 	border:			none;}

a {	background-color:	#777777;
	color:			#ffffff; }

a:hover { background-color:	#777777;
	color:			#777777;
	text-decoration:	none; }

p { 	margin:			5px 0;}

#frame { border:		solid 1px #ffffff;
	padding:		20px;
	background-color:	#777777;
	color:			#ffffff; }

#logo {	float:			left;
	clear:			left;
	text-align:		center;
	font-weight:		bold;
	padding:		0 15px;
	margin-right:		15px;
	margin-bottom:		40px;
	height:			60px;
	border:			solid 1px #ffffff; }

#toolbar { text-align:		center;
	padding:		5px;
	margin-left:		5px;
	margin-bottom:		5px;
	height:			60px;
	border:			solid 1px #CCCCCC;
	background-color:	#BBBBBB;
	color:			#222222;
	background-image:	url('images/header.jpg'); }

#toolbar a { 	text-decoration:	none;
	color:			#222222;
	background:		transparent; }

#toolbar a:hover { 	text-decoration:	none;
	color:			#222222;
	background:		transparent; }

#title { background-color:	#222222;
	color:			#FF0000;
	margin:			5px 0 0px 0;
	text-align:		center; }

#title h1 { margin:		5px 0;
	font-size:		1.5em; }

#quicklinks { background-color:	#222222;
	color:			#777777;
	text-align:		center;
	border-top:		1px solid #ffffff;
	border-bottom:		1px solid #ffffff;
	margin-bottom:		10px; }

#quicklinks a { background-color:	transparent;
	color:			#ffffff;
	text-decoration:	none; }

#quicklinks a:hover { background-color:	transparent;
	color:			#222222;
	text-decoration:	none; }

#sidebar { float:		right;
	clear:			right;
	width:			25%;
	height:			auto;
	text-align:		center; }

.menu { margin:			10px 0 10px 10px;
	text-align:		left; }

.menu h4 { text-align:		center;	
	border:			1px solid #FFFFFF;
	background-color:	#CCCCCC;
	color:			#222222;
	font-size:		1em;
	font-weight:		bold;
	margin:			0;
	padding:		5px 0; }

.menu ul { list-style:		none;
	background-color:	#444444;
	color:			#ffffff;
	margin:			0;
	padding:		0; }

.menu li { margin:			0;
	border-bottom:		1px solid #ffffff;
	border-left:		1px solid #ffffff;
	border-right:		1px solid #ffffff;
	padding:		2px 5px; }

.menu li:hover { background-color:	#FFFFFF;
	color:			#222222; }

.menu a { color:		#ffffff;
	background-color:	transparent;
	text-decoration:	none; }

#content { width:		73%;
	min-height:		480px;
	margin-bottom:		5px; }

.block h2 { font-size:		1.2em;
	margin-bottom:		3px;
	color:			#ffffff;
	background-color:	#777777; }

.block .marker { font-size:	1.2em;
	background-color:	#777777;
	color:			#ffffff; }

.block .content { width:	100%;
	margin-bottom:		5px;
	padding:		5px 0;
	text-align:		justify; }

.quote { text-align:		justify;
	font-style:		italic; }

#footer { font-size:		.8em;
	text-align:		center; }
