/* start content */

#content {
	width: 98%;
	margin: 10px auto;
	background-color: #ffffff;
	color: #5c4538;
	line-height: 130%;
}

#leftcontent {
	float: left;
	width: 190px;
	margin: 0;
	padding: 1em;
	text-align:left;
}

#rightcontent {
	margin-left: 220px;
/*	padding: 1em;
	max-width: 36em; */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

#rightcontent h1 {
	padding: 0;
	margin: 20px 0px 20px 0px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#rightcontent p {
/*	margin: 0 0 1em 0; */
	line-height: 18px;
	text-align: left;
}


#rightcontent a:link, a:visited {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
}

#rightcontent a:hover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}


/*Navigation Left*/

#leftnavcontainer {
	margin-left: -1em;
	margin-top: -1em;
	color: #431d02;
}

#leftnavlist li {
	list-style-type: none;
	margin-left: -1em;
	color: #431d02;
	border-bottom: 1px dotted #cccccc;
	height: 20px;
}

#leftnavlist a {
	padding-left: -1em;
	color: #431d02;
	text-decoration: none;
}

#leftnavlist a:link, #navlist a:visited {
	color: #431d02;
/*background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;} */
}

#leftnavlist a:hover {
	color: #ff0000;
/*padding-left: 20px;
background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;*/
} 

