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

body {
	background:#567db0;
	background-image:none;
	color:#000000;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #567db0;
	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%;}

/* ----------------------------------------------------- Navi-left ----------------------------------------------------- */
#navi-left {
	margin:0 0 0 0;
	padding:12px 0 0 80px;
	width:332px;
	height:945px;
	background-image:url(../images/navi-left.jpg);
	background-repeat:no-repeat;
}

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

/* ----------------------------------------------------- Navigation ----------------------------------------------- */
#navigation {
	margin:0 0 0 412px;
	padding:0 0 0 1px;
	width:587px;
	height:35px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:0 0 0 412px;
	padding:46px 97px 0 35px;
	width:456px;
	height:660px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:0 0 0 412px;
	padding:46px 97px 10px 35px;
	width:456px;
	min-height:660px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:0px auto;
	padding:20px 0 0 789px;
	width:211px;
	height:133px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.4em;
	z-index:10;
}

/* ----------------------------------------------------- Footer-right ------------------------------------------- */
#footer_right {
	margin:-155px 0 0 1000px;
	width:100%;
	height:155px;
	background-image:url(../images/footer-right.jpg);
	background-repeat: repeat;
}

