@charset "utf-8";
/* CSS Document */

body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
  font-size:        small;
	  color:	#333333;
  margin:           0px;
}

#header {
	background-image:	url(graphics/Kajsa.jpg);
  height:   360px;
  width:	762px;
}

#nav {
  background:       url(graphics/bttnback.jpg);
  margin:           0px;
  padding-top:     8px;
  width:			762px;
  height:			32px;
  font-weight:	bold;
}

#main {
  background:       url(graphics/contentback2.jpg);
  background-repeat:	repeat-x;
  margin-top:	-5px;
  padding-top: 15px;
  width:	762px;
}

#content {
	width:	670px;
	background-color:	#8bb843;
	margin:	20px 20px 20px 29px;
	padding: 15px;
}

#footer {
  background-color: #8bb843;
  padding:          10px;
  margin:           0px 20px 20px 27px;
  font-size:        90%;
  width:	683px;
}

h1 {
  font-size:        120%;
  font-family:	Papyrus, Arial;
}

h2 { font-size: 110%; }

a:link {
  color:            #333;
  font-size:	11px;
  text-decoration: none;
}
a:visited {
  color:            #29672b;
  font-size:	11px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#allcontent {
	width:			762px;
	padding-bottom:	5px;
	margin-left:	auto;
	margin-right:	auto;
	border:	thin #339900	solid;
	}