html {
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	padding: 10px;
	min-width: 550px;
	max-width: 900px;
	background-color: #d3d5dd;
}
div.title {
	float: left;
	font-size: 2em;
}
div.header {
	float: left;
	margin-left: 20px;
}
ul.path {
	float: left;
	margin: 8px 0 0 7px;
	padding: 0;
}
ul.path li {
	display: inline;
	padding-right: 0.25em;
}
ul.path li span.current {
	font-weight: bold;
}
ul.lang {
	float: right;
	margin: 50px 10px 0 10px;
	padding: 0;
}
ul.lang li {
	display: inline;
	padding-left: 0.25em;
}
ul.lang li a img {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
}
ul.lang li a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
div.corner {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: -2;
	background: url(img/design/corner.png) no-repeat;
	font-size: 0;
}
div.corner_border {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: -2;
	background: url(img/design/corner-border.png) no-repeat;
	font-size: 0;
}
div.corner_top_left {
	top: 0;
	left: 0;
	background-position: left top;
}
div.corner_top_right {
	top: 0;
	right: 0;
	background-position: right top;
}
div.corner_bottom_left {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}
div.corner_bottom_right {
	bottom: 0;
	right: 0;
	background-position: right bottom;
}
div.edge {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #ffffff;
	font-size: 0;
}
div.edge_h_border {
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	border-bottom: 1px dotted #797979;
}
div.edge_h, div.edge_h_firstedge_h_last {
	top: 8px;
	bottom: 8px;
}
div.edge_h_first {
	top: 8px;
}
div.edge_h_last {
	bottom: 8px;
}
div.edge_h_last, div.edge_h_firstedge_h_last {
	border-bottom: none;
}
div.edge_v, div.edge_v_first, div.edge_v_last {
	left: 8px;
	right: 8px;
}
div.edge_v_first {
	border-top: 1px solid #797979;
}
div.edge_v_last {
	border-bottom: 1px solid #797979;
}
div.menu {
	float: left;
	clear: both;
	margin-top: 20px;
}
div.menu a {
	display: block;
	position: relative;
	text-decoration: none;
}
div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.16em;
}
div.menu ul li {
	position: relative;
	float: left;
	margin: 0 2px;
	padding: 5px;
	z-index: 1;
}
div.menu ul li:hover > div.edge {
	background-color: #e2e5ed;
}
div.menu ul li:hover > div.corner {
	background-image: url(img/design/corner-hover.png);
}
div.menu ul li:hover > div.corner_border {
	background-image: url(img/design/corner-border-hover.png);
}
div.menu ul li ul {
	position: absolute;
	display: none;
	margin: 5px 0 0 -5px;
	min-width: 150px;
	z-index: 1;
	font-size: 1em;
}
div.menu ul li:hover ul {
	display: block;
}
div.menu ul ul a {
	padding: 10px;
	zoom: 1;
}
div.menu ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}
div.menu ul ul ul {
	position: static;
	display: block;
	border: none;
	margin: 0;
	padding: 0 0 5px 25px;
	list-style-type: circle;
	color: #797979;
}
div.menu ul ul ul a {
	padding: 0;
}
div.menu ul ul ul li {
	position: static;
	padding: 0;
	border: none;
}
div.menu ul ul ul li:hover {
	list-style-type: disc;
}
div.menu ul ul ul ul {
	padding: 0 0 0 15px;
}
div.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}
div.content {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0 -10px;
	padding: 3px 10px 5px;
	z-index: 0;
}
div.content div.corner {
	background-color: #d3d5dd;
}
div.debug {
	float: left;
	margin: 10px;
	color: #aaaaaa;
}
div.copyright {
	float: right;
	margin: 10px;
	color: #aaaaaa;
}
div.copyright a:link, div.copyright a:visited {
	color: #7777aa;
}

