body {
	margin: 0;
	padding: 5px 5px 5px 5px;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
#pagecontainer {
	width: 760px;
}
#headercontainer {
	padding: 5px 5px 5px 5px;
	margin: 0;
	height: 153px;
	background-image : url(header.jpg);
}
#menucontainer{
	padding: 2px 5px 6px 5px;
	margin: 0;
	background-image : url(menu.jpg);
}
#maincontainer {
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 100%;
	background-image : url(body.jpg);
}
#middlecontainer {
	text-align: left;
}
#kfootercontainer {
	padding: 6px 5px 2px 5px;
	margin: 0;
	background-image : url(contacts.jpg);
}
#footercontainer {
	padding: 3px 5px 3px 5px;
	margin: 0;
	background-image : url(footer.jpg);
}
.content {
	padding: 5px 5px 5px 5px;
	margin: 0;
	width: 100%;
}
.menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	margin: 20px 0 15px 0;
	clear: both;
	text-align: center;
}
h2 {
	margin: 20px 0 15px 0;
	clear: both;
	text-align: center;
}
h3 {
	text-align: center;
	margin: 0;
}
p {
	clear: both;
	text-align: justify;
	text-indent: 25px;
}
a {
	text-decoration: underline;
	color: #0000ff;
	font-weight: normal;
	background: none;
}
a:hover {
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}
a:active {
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}
a.bold {
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
	background: none;
}
a.bold:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
a.bold:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}