body {
	background-color: #f9fff6;
   background-image: url(bakgrundny.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#header {
	margin: auto;
	height: 204px;
	width: 823px;
   background-image: url(header.jpg);
	background-position: center;
}

#container {
	overflow: hidden;
	border: 0px 0px 0px 0px;
	margin: auto;
	width: 823px;
   background-color: #f9fff6;
	padding: 0px 0px 0px 0px;
}

#righttoolbar {
	overflow: hidden;
	float: right;
	width: 622px;
	background-color: #f9fff6;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#lefttoolbar {
  	overflow: hidden;
	float: left;
	width: 199px;
	background-color: #f9fff6;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#footer {
	clear: both;
	width: 823px;
	height: 14px;
   background-image: url(bottom_bar.jpg);
   margin: auto;
	background-repeat: no-repeat;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

.style2 {
	font-style: italic;
}

.style3 {
	color: #3e6f37; 
	font-size: 20px; 
	font-weight: bold;}

.style4 {
  font-size: 16px;
  font-style: italic;
}

.style5 {
  font-size: 14px;
}

img { 
	border: 0px; 
}

p {
   text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 3em;
}