/**************************************************************
 *	general
 **************************************************************/
td {
 	padding-right: 0px;
 }
 
span.image_caption {
	font-size: 8pt;	
	font-style: italic;
}

h3.article_title {
	font-size: 24pt;
	font-weight: normal;
	font-family: georgia
	width: 560px;
	color: #9b4a09;
	border-bottom: dotted 2px #9b4a09;
}
/**************************************************************
 *	article
 **************************************************************/
#article {
 	width: 553px;
 	padding: 0px 0px 10px 20px;
 	color: #000000;
	background-color: white;
	z-index: 3;
}

#article li {
	margin-bottom: 7px;
}

/**************************************************************
 *	menu
 **************************************************************/
 
 #menu_title {
 	width: 168px;
 	height: 22px;
 	padding-left: 10px;
 	margin-bottom: 10px;
 	color: white;
 	font-size: 11pt;
 	background-image: url(../images/section/bar.jpg);
}
 
ul.menu_item {
 	padding: 0px 0px 0px 15px;
	margin: 10px 0px 20px 10px;
}

a.menu_item, a.current {
	display: block;
	padding: 0px 2px 0px 0px;
	margin-bottom: 5px;
	font-size: 9pt;
	color: #148102;
}

a.current, a.menu_item:hover {
	color: #434242;
}

#menu {
	position: absolute;
	top: 319px;
	left: 769px;
	width: 177px;
	
	z-index: 9;
	border: solid 1px #c4c4c4;
}

img.menu_highlight {
	margin: 10px 0px 10px 0px;
}

img.menu_image {
	margin: 0px 0px 0px 0px;
}

/**************************************************************
 *	comments
 **************************************************************/

iframe.commentsframe {
	/*visibility: hidden;*/
	width: 580px;
	height: 900px;
	margin-top: 20px;
}