body {
	background-color: Silver;
	text-align: center;
	color: #333;
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2{
	font-style: normal;
	font-weight: bold;
}

h3{
	font-style: normal;
	font-weight: bold;
}

h4{
	clear: both;
}

div#container {
	display: block;
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	background-color: White;
	border: 1px solid #B0B0B0;
}

div#header {
	text-align: left;
	display: block;
	width: 898px;
	border-bottom: 1px dotted #B0B0B0;
	padding: 10px;
	margin: 0px;
}

div#nav {
	text-align: left;
	display: block;
	width: 878px;
	border-bottom: 1px dotted #B0B0B0;
	padding: 10px;
	margin: 0px;
}

div#content {
	display: block;
	width: 918px;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
a.lang {
	margin: 3px;
	float: right;
}

div#footer {
	text-align: right;
	clear: left;
	display: block;
	width: 918px;
	border-top: 1px dotted #B0B0B0;
	text-align: center;
	font-size: 80%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

a{
	color: #D56000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

a:hover{
	color: #D56000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.thumb {
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #B0B0B0;
	text-align: center;
	vertical-align: middle; 
	line-height:160px;
	width: 160px;
	height: 160px;
	margin: 8px;
	padding: 0px;
	font-size:130px
}
*>a.thumb{
	font-size:12px
}

img{
    vertical-align:middle
}

ul.toc {
	text-align: left;
	font-size:14px
}

li.toc {
	padding: 3px;
}