* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	background-color: #c4a87c;
}

/*start layout*/

#wrapper {
	width: 831px;
    margin: 0 auto 0 auto;
	background-color: #FFF;
	border: 0px solid #000;
}

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

#header2 {
	position: relative;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 831px;
	height: 400px;
}

#header3 {
	position: relative;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	width: 831px;
	height: 400px;
}

#navi {
	width: 831px;
	height: 54px;
	position: absolute;
	left: 0px;
	bottom: 39px;
	text-align:center;
	font-size: 14px;
	
}

#menue {
    height: 11px;
	text-align: center;
	padding: 23px 0 23px 0;
	
}

#menue a {
	color: #D6B145;
	padding: 23px 10px 21px 10px;
	text-decoration: none;
	font-weight: bold;
	
	
}

#menue a:hover {
	color:  #251708;
/*	background-image: url(images/bg_navi.jpg);
	background-repeat: repeat-x; */
	
}

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



#footer {
	width: 831px;
	height: 104px;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 30px;
	font-size: 12px;
	color: #D6B145;
	background-color: #c4a87c;
}

#footer a{
	text-decoration: none;
	color: #D6B145;
	font-weight: normal;
}



/*end layout*/


/*start typo*/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #462300;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6B4924;
}

a {
	color: #363636;
	text-decoration: none;
font-weight: bold;
}


a:hover {
	
	text-decoration: underline;
}


/*end typo*/


img {
	border: 0px;
}

#footer_left {
	
	width: 450px;
	height: 70px;
	position: absolute;
	top: 18px;
	left: 21px;
}
#footer_right {
	width: 250px;
	height: 40px;
	position: absolute;
	top: 65px;
	right: 12px;
}
#copy {
	position: absolute;
	top: 99px;
	left: 354px;
}
#copy a {font-size:10px; color: #422100; }
