body {
	margin: 0;
	padding: 0;
	background: #e5e3dd url(../gk_ss.jpg) 0 0 no-repeat;
	background: #e5e3dd url(../img/bg_body.gif) 0 0 repeat-x;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #4a4434;
	text-align: left;
}

body * {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
}

div#wrapper {
	float: left;
	width: 800px;
}

div#container {
	width: 800px;
}

div#header {
	width: 800px;
	height: 268px;
	background: url(../img/bg_header.jpg) 0 0 no-repeat;
}
div#header.eng {
	background: url(../img/bg_header_en.jpg) 0 0 no-repeat;
}

div#content {
	width: 800px;
}

div#left {
	float: left;
	width: 333px;
	height: 400px;
	background: url(../img/bg_left.jpg) 0 0 no-repeat;
}

div#right {
	float: left;
	padding-top: 20px;
	width: 467px;
}

div#footer {

}

div#left img {
	margin: 20px 0 0 40px;
}

div#right img {
	margin-bottom: 1em;
}

h2 {
	font-size: 120%;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

div#header a {
	float: right;
	color: #fff;
	padding: 20px;
}

div#header a:hover { text-decoration: underline; }

.thumb { width: 100px; margin-right: 20px; }

table { width: 700px; margin: 20px; }
td { border-bottom: 1px solid #ccc; }
