@charset "utf-8";
body {
	background-color: #A3C289;
	background-image: url(Grafik/bakgrund.jpg);
}
#container {
	height: 770px;
	width: 1024px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#header {
	height: 264px;
	width: 1024px;
	background-image: url(Grafik/toppen.jpg);
	background-repeat: no-repeat;
}
#maincontent {
	height: 505px;
	width: 1024px;
	background-image: url(Grafik/Bottenindx.jpg);
}
.bodycopy {
	font-family: Georgia;
	color: #000;
	font-style: italic;
	font-size: 18px;
}
#container #maincontent #apDiv2 strong {
	font-weight: normal;
}

