/* box.css */


/* center */
#center .box {
	
}
#center .box h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #7b5c2b;
	border-top: 1px solid #e0d9d1;
	padding: 1px 0 3px 0;
	border-bottom: 1px solid #e0d9d1;
}
#center .box a.back {
	font-size: 1.4em;
	float: right;
	position: relative;
	margin: 0.4em 0.8em 0 0 ;
}
#center .box .location {
	color: #a7a5a2;
	padding: 1px 0 14px 0;
	font-family: Verdana;
}
#center .box .location a {
	color: #a7a5a2;
	text-decoration: none;
}
#center .box .location a:hover {
	text-decoration: underline;
}
#center .box .menu_childs {
	padding-bottom: 14px;
}
#center .box .box_content {
	clear: both;
}
#center .box .box_content .main_content,
#only_plugins .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content *,
#only_plugins .box .box_content .main_content * {
	line-height: 1.5em;
}
