@charset "UTF-8";

#thecontent h1 { margin: 0px; }
#thecontent h2 {
	clear: left;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: -20px 0px 12px 70px;
	display: block;
	width: 250px;
}




#rightmenu {
	background-color: #471f09;
	background-image: url(../images/template/rightmenu-background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 257px;
	float: right;
	margin: 0px 3px 0px 25px;
}
#rightmenu ul {
	background-image: url(../images/template/rightmenu-ul-background.gif);
	background-repeat: no-repeat;
	padding: 40px 20px 40px 25px;
}
#rightmenu li {
	font-size: 16px;
	font-weight: bold;
	color: #e7e0d4;
	list-style-image: none;
	list-style-type: none;
	position: relative;		/* important */
}
#rightmenu li ul {
	background-image: none;
	padding: 0px;
	margin: 6px 0px 0px 30px;
}
#rightmenu li li {
	font-size: 17px;
	font-weight: bold;
	color: #b06e0e;
	list-style-image: url(../images/template/rightmenu-li-li-bullet.gif);
}
#rightmenu li li ul { margin: 0px 0px 0px 25px; }
#rightmenu li li li {
	font-size: 13px;
	color: #e7e0d4;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
}

