/* CSS Document */

body {
	background-color: #9D8A7F;
	background-image: url(../img/layout/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	margin-bottom: 0px;
}

/* DIVs */

div#wrapper {
	margin: 0 auto;
	width: 862px;
	background-image: url(../img/layout/bg_wrapper.jpg);
	background-repeat: repeat-y;
}

div#banner {
	margin: 0 auto;
	width: 862px;
	height: 229px;
	background-image: url(../img/layout/bg_banner.jpg);
	background-repeat: no-repeat;
}

div#banner_en {
	margin: 0 auto;
	width: 862px;
	height: 229px;
	background-image: url(../img/layout/en/bg_banner.jpg);
	background-repeat: no-repeat;
}

div#head {
	width: 862px;
	height: 200px;
}

div#body_left {
	float: left;
	width: 73px;
	height: 235px;
	background-image: url(../img/layout/bg_body_left.jpg);
	background-repeat: no-repeat;
}

div#body_center {
	float: left;
	width: 713px;
	min-height: 500px;
	height: 100%;
}

div#body_right {
	float: right;
	width: 76px;
	height: 235px;
	background-image: url(../img/layout/bg_body_right.jpg);
	background-repeat: no-repeat;
}

div#foot {
	clear: both;
	margin: 0 auto;
	width: 862px;
	height: 155px;
	background-image: url(../img/layout/bg_foot.jpg);
	background-repeat: no-repeat;
}

div.links_l {
	margin-top: 1.2em;
	margin-left: 45px;
	width: 300px;
	float: left;
	clear: both;
}

div.links_r {
	margin-top: 1.2em;
	margin-left: 0px;
	padding-right: 45px;
	width: 300px;
	float: right;
}

/* IMAGES */

img#banner_link {
	width: 862px;
	height: 193px;
	margin: 0;
	border: 0px;
}

img#headline {
	width: 862px;
	height: 200px;
	border: 0px;
}
