@charset "utf-8";
/* CSS Document */
html, body, p, h2 {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none
}
h2 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
	color: #666666;
}
p {
	padding-bottom: 10px;
	text-indent: 20px;
}
#container {
	position: relative;
	width: 974px;
	border: 3px solid #aebbc3;
	border-top: none;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 974px;
	height: 247px;
	background-image: url(images/header.jpg);
}
#headpart {
	float: left;
	width: 291px;
	height: 177px;
	background-image: url(images/headpart.jpg);
}
#menu {
	position: relative;
	height: 45px;
	padding-top: 9px; 
	margin-left: 291px;
	background-image: url(images/menubg.gif);
}
.spacer {
	display: block;
	float: left;
	width: 8px;
	height: 34px;
	background-image: url(images/menuspacer.gif);
}
#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#contenttop {
	height: 83px;
	padding-top: 40px;
	margin-left: 291px;
}
#contentcon {
	position: relative;
	background-image: url(images/leftbg.gif);
	background-position: 184px; 
	background-repeat: repeat-y;
}
#contacts {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 190px;
	height: 326px;
	background-image: url(images/leftbot.gif);
	z-index: 10;
}
#content {
	margin-left: 190px;
	min-height: 340px;
	padding: 0 30px 45px 30px;
}
#footer {
	position: relative;
	width: 974px;
	height: 64px;
	background-color: #f2f2f2;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
}
#copyright {
	position: absolute;
	top: 27px;
	left: 265px;
}
#kpd {
	position: absolute;
	right: 67px;
	top: 27px;
}