
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #696119;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

/*start typo*/

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF; 
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#navi a {
	font-weight: bold;
	text-decoration:none;
	margin-left: 15px;
	margin-right: 15px;
	color: #352F24;
}

#navi a:hover {
	color: #996633;
}

img {
	border: 0px;
}

/*end typo*/


/*start layout*/

#wrapper {
	width: 788px;
    margin: 0 auto 0 auto;
	background-color: #595637;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 788px;
	height: 342px;
}

#navi {
	width: 788px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 28px;
	text-align:center;
}

#container_content {
	background-image: url(images/bg_content_blank.jpg);
	background-repeat: repeat-y;
	width: 718px;
	padding: 0 35px 25px 35px;
}

#container_content_wb {
	background-image: url(images/bg_content_wb.jpg);
	background-repeat: repeat-y;
	width: 718px;
	padding: 0 35px 25px 35px;
}

#container_content_enok {
	background-image: url(images/bg_content_enok.jpg);
	background-repeat: repeat-y;
	width: 718px;
	padding: 0 35px 25px 35px;
}


#footer {
	width: 788px;
	height: 53px;
	background-color: #392F22;
	font-size: 11px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 15px;
}

#copy {
	width: 788px;
	height: 0px;
	text-align:center;
	margin: auto;
}

/*end layout*/

