/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#ffffff;
	background-image:url(../images/bg.jpg);
	color:#223999;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #2b9b04;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin: 0 auto;
	background-image:url(../images/wrapper-back.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	width:1000px;
	height:226px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Navigation ----------------------------------------------- */
#navigation {
	margin:0 0 0 0;
	padding:0 0 0 34px;
	width:966px;
	height:31px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Subnavi ----------------------------------------------- */
#subnavi {
	margin:0 0 0 0;
	padding:30px 0 0 140px;
	width:246px;
	height:463px;
	background-image:url(../images/subnavi.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-493px 0 0 386px;
	padding:30px 76px 150px 5px;
	width:533px;
	height:463px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-493px 0 0 386px;
	padding:30px 76px 150px 5px;
	width:533px;
	min-height:463px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content3 {
	margin:-493px 0 0 386px;
	padding:30px 70px 150px 5px;
	width:539px;
	min-height:463px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-150px auto;
	padding:38px 0 0 174px;
	width:826px;
	height:112px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.0em;
	line-height:1.4em;
	color:#0c7308;
	z-index:10;
}

#news {
	float:right;
	margin:38px 0px 20px 20px;
	width:200px;
	height:auto;
	font-weight:bold;
}
