body {
	margin: 0px;
	padding: 0px;
	background: url(img/brun.png);
	background-position: bottom;
}

img {
	border: 3px solid #50370f;
	float: left;
}

#wrapper {
	height: 100%;
	width: auto;
	background: url(img/gul.png);
	margin: auto auto;
	text-align: center;
	padding: 0px;
}

#top{
	background: url(img/brun.png);
	color: #efd822;
	width: auto;
	height: 100px;
}

#header {
	background: url(img/banner.png) center no-repeat;
	width: 900px;
	height: 100px;
	margin: auto auto;
}

#menu {
	height: 18px;
	width: 700px;
	margin-top: 82px;
	float: right;
	}

ul#simple-menu {
	list-style-type: none;
	height: 18px;
	font-family: "century gothic";	
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul#simple-menu li {
	display: block;
	float: left;
	margin: 0 0 0 8px;
}

ul#simple-menu li a {
	display: block;
	float: left;
	color:#543a10;
	background: #E5C328;
	line-height: 20px;
	text-decoration: none;
	padding: 2px 17px 0 18px;
	height: 18px;
}

ul#simple-menu li a:hover {
	line-height: 20px;
	background: #E5C328 url(img/menu4.png) no-repeat;
}

#content {
	width: 900px;
	height: auto;
	min-height: 370px;
	margin: auto auto;
	padding: 20px;
	padding-bottom: 50px;
	background: url(img/contentbg_01.png) no-repeat;
	background-position: bottom;
	font-family: "century gothic";
	color: #50370f;
	text-align: left;
	font-size: 14px;
}


#copyright {
	width: 940px;
	height: auto;
	background: url(img/contentbg_02.png) no-repeat;
	background-position: top;
	font-family: "arial";
	font-size: 10px;
	color: #6f5018;
	margin: auto auto;
	padding-top: 30px;
	text-align: center;
}

.copy a {
	text-decoration: none;
	color: #6f5018;
}

.copy a:hover{
	color: #E5C328;
}

#footer {
	width: auto;
	height: auto;
	background: #543a10 url(img/perodd.png) repeat-x;
	background-position: top;
}