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

#content {
	width: 960px;
	margin: auto;
}
#left {
	width: 10px;
	height: 408px;
	float: left;
	background: url(images/contacts_left.png) no-repeat;
	margin-top: 12px;
}
#centre {
	width: 940px;
	height: 408px;
	float: left;
	background: url(images/contacts_background.png) repeat-x;
	margin-top: 12px;
	margin-bottom:12px;
}
#right {
	width: 10px;
	height: 408px;
	float: left;
	background: url(images/contacts_right.png) no-repeat;
	margin-top: 12px;
}
#right_panel {
	width: 460px;
	height: 344px;
	float: right;
	margin-top: 20px;
	background: url(images/contacts_picture.jpg) no-repeat;
}
#text_panel {
	width: 740px;
	height: 344px;
	float: left;
	margin-top: 20px;
	margin-left:12px;
}
#contacts_heading {
	float: left;
	margin-left: 353px;
	width: 239px;
	height: 29px;
}
h1.contacts_text {
  background: url(images/planning_service_title.jpg) no-repeat;
  height: 29px;
  width: 239px;
  text-indent:-9999px;
  margin-top: 5px;
}
h2.general {
	text-align: left;
	margin-top: 10px;
	font-size: 18px;
	color:#365861;
	font-weight: normal;
}
#stamp {
	float:left;
	width: 400px;
	height: 250px;
	background: url(images/stamp.png) no-repeat;
	margin-top: -150px;
	margin-left: 560px;
}

