@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	min-width: 820px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#left {
	width: 240px;
	padding: 10px 20px 0px 20px;
}
#logo {
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
#left .block {
	width: 100%;
	display: block;
	position: relative;
	left: 0px;
	padding: 20px 0px 0px 0px;
	background-image: url(/modules/pagesite/templates/default/hr_gor.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#left .text {
	padding: 0px 0px 20px 20px;
}
#left .title {
	font-size: 24px;
	font-weight: bold;
	color: #CCC;
	position: absolute;
	top: -17px;
	left: 28px;
	background-color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
#left a {
	color: #069;
}
#content {
	padding: 0px 20px 10px 0px;
	margin: 0px;
}
#content .block {
	display: block;
	clear: both;
	position: relative;
	padding: 20px 0px 30px 0px;
	background-image: url(/modules/pagesite/templates/default/hr_gor.png);
	background-repeat: repeat-x;
	background-position: left top;
	top: 30px;
}
#content .block .text {
	padding: 10px 0px 0px 0px;
	position: relative;
}
#content .ptitle h1 {
	font-size: 24px;
	font-weight: normal;
	color: #069;
	background-color: #FFF;
	position: absolute;
	top: -17px;
	left: 35px;
	padding: 0px 3px 0px 3px;
	margin-top: 2px;
}
#content p {
	padding: 2px;
	margin: 0px;
}
#search .input {
	font-size: 12px;
	border: 2px solid #0099CC;
	padding: 1px;
	width: 130px;
}
#search .button {
	color: #FFFFFF;
	background-color: #EEC41D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	height: 20px;
	width: 60px;
}