body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	background: #f7b432;
}

img {
	border: 0;
}

#header, #menu, #content {
	width: 100%;
}

#header .image, #menu .topmenu {
	width: 792px;
	background: #fde5b7;
}

#content .left, #content .right {
	background: transparent;
}



#content .content {
	background: #fff7e5;
	width: 792px;
	padding-top: 40px;
	padding-bottom: 60px;
}

#content .content p {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
}

#header .left, #header .right, #menu .left, #menu .right {
	background: #fff7e5;
}

#menu .topmenu {
	width: 782px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: black;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu .topmenu a {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	margin: 5px;
}

#menu .topmenu a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	background: #c68200;
	height: 50px;
	padding-top: 23px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

.feedbacktable {
	margin-left: 100px;
}

h3 {
	margin-left: 100px;
}